@charset "UTF-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
body {
	margin:0px auto;
	width:870px;
	color: #333333;
	font-size: small;
	line-height: 160%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background:#fff url("../img/common/bg_body.gif") repeat-x left top;
}
th, td {
	vertical-align: top;
	color: #333333;
}

sup, sub {
	font-size: 60%;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-size: small;
	font-weight: normal;
}

p {
	margin-top:15px;
}

img, a img {
	border:none;
}


#header h1 {
	margin:10px;
}

#gnavi ul {
	margin:0px;
}
#gnavi ul li {
	list-style:none;
	width:109px;
	height:74px;
	float:left;
}
#gnavi ul li#gnavi08 {
	width:107px;
}
#gnavi ul li a {
	padding:0px 2px 40px 0px;
	display: block;
}
#gnavi ul li#gnavi08 a {
	padding-right:0px;
}

#gnavi ul li#gnavi01 a { background:url( ../img/gnavi_01_txt.gif) no-repeat center bottom;}
#gnavi ul li#gnavi02 a { background:url( ../img/gnavi_02_txt.gif) no-repeat center bottom;}
#gnavi ul li#gnavi03 a { background:url( ../img/gnavi_03_txt.gif) no-repeat center bottom;}
#gnavi ul li#gnavi04 a { background:url( ../img/gnavi_04_txt.gif) no-repeat center bottom;}
#gnavi ul li#gnavi05 a { background:url( ../img/gnavi_05_txt.gif) no-repeat center bottom;}
#gnavi ul li#gnavi06 a { background:url( ../img/gnavi_06_txt.gif) no-repeat center bottom;}
#gnavi ul li#gnavi07 a { background:url( ../img/gnavi_07_txt.gif) no-repeat center bottom;}
#gnavi ul li#gnavi08 a { background:url( ../img/gnavi_08_txt.gif) no-repeat center bottom;}

#footer {
	padding:10px 0px;
	border-top: #C8C8C9 5px solid;
	font-size: 11px;
	color:#9E9E9F;
}
#footer ul {
	margin-left:135px;
	width:600px;
}
#footer ul li {
	margin:0px;
	padding:0px;
	width:200px;
	float:left;
	list-style: none;
	display:block;
	text-align:center;
}
/* ------ リンク設定 ------ */
a:link { color: #0094ca; text-decoration: none; }
a:visited { color: #0094ca; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { color: #0094ca; text-decoration: underline; }

#footer ul li a { color:#9E9E9F;}
#footer ul li a:hover { color: #0094ca; text-decoration: underline;}

#footer p.copy { margin-top:8px; text-align:center;}

hr.hr01 {
	border:0px;
	margin: 10px 0px 0px 0px;
	width:100%;
	height:5px;
	background:#C8C8C9;
	color:#C8C8C9;
}

img.border,
a img.border {
	padding:1px;
	background:#fff;
	border:#d9d9d9 1px solid;
}
a:hover img.border {	border:#0094ca 1px solid;}


/* ------ クリアー ------ */

.clearboth {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	border-top: transparent 0px solid;
	font-size: xx-small;
	line-height: 110%;
	overflow: hidden;
	height: 0px;
	display:block;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a .alpha  {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}

a:hover .alpha  {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

