@charset "UTF-8";
/*******************************************************************************
file name  :  top.css
style info :  
********************************************************************************/

/*===================================================================
	ハック
===================================================================*/

/* clearfix 
xxxxxx:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}*/

/*--------------------------------------------------------
　#top container {} のように頭には固有のページIDを置く
--------------------------------------------------------*/

/*---------------------------------------------------------
   #contents
---------------------------------------------------------*/
#container #contents{
	margin-bottom:10px;
}
#container #contents p.subHead{
	margin:10px 0 10px 20px;
	line-height:100%;
}
#container #contents .section-Lv1{
	border:#DCBE00 solid 1px;
	background:url(../img/global/bg_section_01.jpg) repeat-y top center;
	padding:0 0 39px 39px;
	margin-top:8px;
	color:#FFFFFF;
}
#container #contents .section-Lv1 img{
	margin-left:2px;
	margin-right:3px;
	margin-bottom:2px;
}
#container #contents .section-Lv1 p{
	border-bottom:1px solid #DCBE00;
	line-height:100%;
	font-size:15px;
	padding:30px 0 7px 0;
}
#container #contents .section-Lv1 p span{
	font-size:11px;
}
#container #contents .section-Lv2{
	width:800px;
}
#container #contents .section-Lv3{
	width:780px;
	padding-left:20px;
}
#container #contents .section-Lv4{
	width:760px;
	padding-left:20px;
}
#container #contents .section-Lv5{
	width:740px;
	padding-left:20px;
}