@charset "utf-8";
/* CSS Document */



body {
	margin:0;
	padding:0;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:85%;
}

p{
	margin:10px 0;
	line-height:1.5;
}

a{
	color:#326EBF;
	text-decoration:none;
	outline:none;;
}
a:hover{
	color:#999999;
	text-decoration:underline;
}

img{
	border:none
}

.red{
	color:#c00;
}
.green{
	color:#00A53B;
}
.blue{
	color:#09c;
}

#wrapper{
	width:950px;
	margin:0 auto;
}

#header{
	height:85px;
}
#hederLogo{
	width:455px;
	float:left;
}
#header h1{
	width:455px;
	height:66px;
	margin:10px 0;
	background:url(../images/header_logo.png) no-repeat;
	text-indent:-9999px;
}
#header h1 a{
	width:455px;
	height:66px;
	display:block;
}

#headControl {
	width:495px;
	height:auto;
	margin:0;
	float:left;
	overflow:hidden;
}

#headControl ul{

	margin:0;
	padding:0;
	list-style:none;
}
#headControl ul li{
	display:inline;
	overflow:hidden;
}
#headControl ul li.cfoBtn a{
	width:152px;
	height:22px;
	display:block;
	background:url(../images/btn_cfo.png) no-repeat;
	text-indent:-9999px;
	float:left;
}
#headControl ul li.cfoBtn a:hover{
	background:url(../images/btn_cfo.png) no-repeat left -30px;
}

#headControl ul li.contactBtn a{
	width:82px;
	height:22px;
	display:block;
	background:url(../images/btn_contact.png) no-repeat;
	text-indent:-9999px;
	float:left;
}
#headControl ul li.contactBtn a:hover{
	background:url(../images/btn_contact.png) no-repeat left -30px;
}

#headControl ul li.sitemapBtn a{
	width:81px;
	height:22px;
	display:block;
	background:url(../images/btn_sitemap.png) no-repeat;
	text-indent:-9999px;
	float:left;
}
#headControl ul li.sitemapBtn a:hover{
	background:url(../images/btn_sitemap.png) no-repeat left -30px;
}

#headControl ul li.linkBtn a{
	width:59px;
	height:22px;
	display:block;
	background:url(../images/btn_link.png) no-repeat;
	text-indent:-9999px;
	float:left;
}
#headControl ul li.linkBtn a:hover{
	background:url(../images/btn_link.png) no-repeat left -30px;
}
#headControl ul li.memberBtn a{
	width:117px;
	height:22px;
	display:block;
	background:url(../images/btn_member.png) no-repeat;
	text-indent:-9999px;
	float:left;
}
#headControl ul li.memberBtn a:hover{
	background:url(../images/btn_member.png) no-repeat left -30px;
}

#gsearch{
	margin-top:20px;
	text-align:right;
	display:none;
}

#gnavi{
	clear:both;
	width:950px;
	height:45px;
	background:url(../images/gnavi_bg.png) no-repeat;
}
#gnavi ul{
	margin:0;
	padding:0;
	list-style:none;
	text-indent:-9999px;
}
#gnavi ul li{
	display:inline;
}
#gnavi ul li.gnavi1 a{
	display:block;
	width:157px;
	height:39px;
	margin:1px 0 0 1px;
	float:left;
	background:url(../images/gnavi01.png) no-repeat;
}
#gnavi ul li.gnavi1 a:hover{
	background:url(../images/gnavi01.png) no-repeat left -50px;
}
#gnavi ul li.gnavi2 a{
	display:block;
	width:158px;
	height:39px;
	margin:1px 0 0 1px;
	float:left;
	background:url(../images/gnavi02.png) no-repeat;
}
#gnavi ul li.gnavi2 a:hover{
	background:url(../images/gnavi02.png) no-repeat left -50px;
}
#gnavi ul li.gnavi3 a{
	display:block;
	width:157px;
	height:39px;
	margin:1px 0 0 1px;
	float:left;
	background:url(../images/gnavi03.png) no-repeat;
}
#gnavi ul li.gnavi3 a:hover{
	background:url(../images/gnavi03.png) no-repeat left -50px;
}
#gnavi ul li.gnavi4 a{
	display:block;
	width:157px;
	height:39px;
	margin:1px 0 0 1px;
	float:left;
	background:url(../images/gnavi04.png) no-repeat;
}
#gnavi ul li.gnavi4 a:hover{
	background:url(../images/gnavi04.png) no-repeat left -50px;
}
#gnavi ul li.gnavi5 a{
	display:block;
	width:157px;
	height:39px;
	margin:1px 0 0 2px;
	float:left;
	background:url(../images/gnavi05.png) no-repeat;
}
#gnavi ul li.gnavi5 a:hover{
	background:url(../images/gnavi05.png) no-repeat left -50px;
}
#gnavi ul li.gnavi6 a{
	display:block;
	width:156px;
	height:39px;
	margin:1px 0 0 1px;
	float:left;
	background:url(../images/gnavi06.png) no-repeat;
}
#gnavi ul li.gnavi6 a:hover{
	background:url(../images/gnavi06.png) no-repeat left -50px;
}


#footer{
	clear:both;
	border-top:1px solid #666;
	padding-bottom:20px;
}

#footer .cfologo a{
	text-indent:-9999px;
	margin-left:5px;
	margin-right:10px;
	width:100px;
	height:30px;
	background:url(../images/cfologo.gif) no-repeat left center;
	float:left;
}
#footer p.footnavi{
	padding-top:8px;
	font-size:0.8em;
}
#footer p.footnavi a{
	color:#666666;
}
#footer p.footnavi a:hover{
	color:#326EBF;
}
code{
	margin-left:5px;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
}

p.pagetop{
	clear:both;
	margin-top:30px;
	font-size:0.85em;
	text-align:right;

}
p.pagetop img{
	vertical-align:middle;
	margin-right:2px;
}

.clear{ clear:both; }

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

.clearfix {
  min-height: 1px;
}

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



