/* CSS Document */

@import url("reset.css"); 


/* ----------UI--------------- */
body{
	text-align:center;
}

#container{
	width:1000px;
	height:auto;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}

#header{
	width:1000px;
	padding-top:5px;
	text-align:left;
	background:url(../img/common/menu_bk.gif) bottom left repeat-x;
}

#header_Top{
	width:958px;

	padding-left:42px;
	border-bottom:3px solid #6BBC64;
}

#header_L{
	float:left;
}

#header_R{
	float:right;
	margin-top:20px;
	margin-right:50px;
	_margin-right:10px;
}

#menu{
	width:915px;
	height:40px;
	margin-left:42px;
	background:url(../img/common/menu_line.gif) top left no-repeat;
}
#contents{
	clear:both;
	text-align:left;
	width:958px;
	padding-left:42px;
	padding-top:25px;
	background:url(../img/common/contens_bk.gif) top left repeat;
}

#main{
	float:left;
	width:600px;
	margin-right:45px;
	margin-bottom:20px;
}

#sub{
	float:left;
	width:268px;
	margin-bottom:20px;
}

#footer{
	clear:both;
	width:958px;
	height:41px;
	padding-left:42px;
	background:url(../img/common/menu_bk.gif) top left repeat-x;
}
#footer_L{
	float:left;
	padding-top:15px;
	padding-left:25px;
}

#footer_R{
	float:right;
	margin-right:50px;
}

/* ----------container--------------- */
#container a:hover img{
	opacity: 0.80; /* IE以外透過設定 */
	filter: Alpha(opacity=80); /* IE用透過設定 */
}
/* ----------header--------------- */
#header h1{
	margin-bottom:10px;
	color:#333333;
	font-size:12px;
}

#header h2{
	margin-bottom:10px;
	/margin-bottom:0px;
}

#header_R li{
	float:left;
	margin-right:20px;
}

#menu li{
	float:left;
	text-align:center;
}

#menu a{
	display:block;
	width:182px;
	height:28px;
	padding-top:12px;
	font-size:15px;
	letter-spacing:5;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background:url(../img/common/menu_line.gif) top right no-repeat;
	
}
/* menu項目6つの場合　ulタグに指定する*/
#menu6 a{
	width:151px;
}
#menu a:hover{
	color:#FFFF99;
}

/*menu現在ページ表示*/
.menutar{
	background:url(../img/common/menu_tar.gif) top right repeat-x;

}
/* ----------main--------------- */
#main p{
	font-size:14px;
	color:#333333;
	line-height:150%;
}


#main h3{
	margin-bottom:20px;
}

/* ----------sub--------------- */
.sub_box{
	background:url(../img/common/sub_box_bk.jpg) bottom left no-repeat;
	margin-bottom:20px;
}

.sub_box h3{
	background:url(../img/common/sub_h3_bk.jpg) top left no-repeat;
	height:29px;
	padding-top:8px;
	padding-left:40px;
	color:#FFFFFF;
	font-size::14px;
}

.sub_box h3 a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	height:29px;
}
.sub_box h3 a:hover{
	color:#FFFF99;
}
.sub_box_R{
	float:right;
	width:167px;
	_width:147px;
	margin-right:20px;
	_margin-right:5px;
	padding-bottom:20px;
}
.sub_box_L{
	float:left;
	margin-left:10px;
	padding-bottom:20px;
}

.sub_box p{
	font-size:12px;
	color:#666666;
	line-height:130%;
}


/* ----------共通--------------- */

.margin-B25{
	margin-bottom:25px;
}
.texta_C{
	text-align:center;
}
.texta_R{
	text-align:right;
}
.font12{
	font-size:12px;
}
.font14{
	font-size:14px;
}

.font16{
	font-size:16px;
}


/* ----------clearfix--------------- */


.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
