@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 h3{
	padding-bottom:9px;
}
#container #contents .section-Lv1{
	border:#DCBE00 solid 1px;
	background:url(../img/global/bg_section_01.jpg) repeat-y top center;
	color:#FFFFFF;
	padding-bottom:34px;
}
#container #contents #concept{
	padding-left:46px;
	padding-top:29px;
	width:793px;
	margin-bottom:65px;
}
#container #contents #concept p{
	width:470px;
	padding-top:15px;
}
#container #contents #concept .rightmenu img{
	display:block;
}
#container #contents #concept .rightmenu img.first-child{
	margin-bottom:20px;
}

#container #contents #information{
	padding-left:39px;
	width:800px;
}
#container #contents #information h4{
	margin-bottom:20px;
}
#container #contents #information .leftmenu{
	width:340px;
	padding-left:20px;
}
#container #contents #information #map{
	width:430px;
	height:300px;
	color:#000000;
}
