@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を置く
--------------------------------------------------------*/

/*--------------------------------------------------------
  global
--------------------------------------------------------*/
#container .leftmenu{
	float:left;
}
#container .rightmenu{
	float:right;
}
/*---------------------------------------------------------
   #contents
---------------------------------------------------------*/
#container #contents{
	margin-bottom:37px;
}
#container #contents .leftmenu{
	margin-left:8px;
}
#container #contents p.subHead{
	margin:10px 0 10px 20px;
	line-height:100%;
}
#container #contents .first-child{
	margin-left:0px;
}
#container #contents .section-Lv1{
	border:#DCBE00 solid 1px;
	width:208px;
	;
	padding:2px 2px 5px;
	margin-top:9px;
	color:#FFFFFF;
	background-color:#000000;
	height: 260px;
}

#container #contents h4{
	margin:5px 0 0 8px;
}
#container #contents h4 img{
	margin-right:3px;
}
#container #contents table{
	margin:0 0 0 8px;
	width:198px;
}
#container #contents table tr td.type3{
	width:3em;
}
#container #contents table tr td.type4{
	width:4em;
}
#container #contents table tr td.empha{
	color:#FF6666;
}
#container #contents .section-Lv1 p{
	margin:0 0 0 8px;
	color:#5186FF;
}
