@charset "utf-8";

/* -------------------------------
ページ全体のデザイン
------------------------------- */
body {
  margin: 0;
  padding: 0;
  background-color:#e6e6e6;
  background-image:url("../images/share/bg.gif");
  background-position:top center;
  background-repeat:no-repeat;
}


#contentsArea {
	width: 980px;
	margin: 0 auto;
	box-sizing:content-box;
}

/* -------------------------------
Reset
------------------------------- */
*{
  margin:0;
  padding:0;
}

#table{
  font-size:inherit;
}

th{
  text-align:left;
  font-weight:normal;
}

img{
  border:0;
}

a{
  text-decoration:underline;
  overflow: hidden;
}

a:link{
  color:#C80E47;
  text-decoration:underline;
}

a:visited{
  text-decoration:underline;
  color:#C80E47;
}

a:hover{
  color:#C80E47;
  text-decoration:none;
  /*text-decoration:underline;*/
}

a:active{
  color:#000;
}

/* -------------------------------
clearfix
------------------------------- */
/* float */
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  display:inline-block;
}

/* Hides from IE-mac \*/
*html .clearfix{
  height:1%;
}

.clearfix{
  display:block;
}
/* End hide from IE-mac */
html>/**/body #h_navi{
  display:block;
}