@charset "UTF-8";

/* Contents
 * ****************************
 * this marugoto_extract
 * 
 * 1: heading
 * 2: paragraph, box
 * 3: list
 * 4: table
 * 5: link
 * 6: form
 * 7: others
 *
 * ****************************
 */


/*
======= 1: heading =======
*/
#content #maru_extract h2{
	clear: both;
	margin-bottom: 1em;
	font-size: 125%;
	color:#000;
	padding:5px 3px 1px 8px;
	background: url(../../img/common/h2_bg.gif) no-repeat left top;
	border-bottom:2px solid #999999;
}

#content #maru_extract h3{
	background:#F5F5F5;
	padding:3px 3px 3px 5px;
	border:1px solid #ccc;
	font-size: 115%;
	color:#000000;
	margin-bottom: 1em;
}

#content #maru_extract h4 {
	margin-bottom: 0.3em;
	font-size: 110%;
	color:#385E72;
	line-height:120%;
}

/*
======= 2: paragraph, box =======
*/


/*
======= 3: list =======
*/
#content #maru_extract ul.extract_list{
list-style:none;
margin-left:0px!important;
margin-left:0px;
font-size:12px;
}
#content #maru_extract ul.extract_list li{
background:#FE9C5A;
padding:5px;
float:left;
width:116px;
border-right:1px solid #FD6708;
border-top:1px solid #FD6708;
border-bottom:1px solid #FD6708;
}
#content #maru_extract ul.extract_list li.left{
border-left:1px solid #FD6708;
}
#content #maru_extract ul.extract_list li.bg{
background:#FD6708;
}

#content #maru_extract ul.extract_list li a:link,
#content #maru_extract ul.extract_list li a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}
#content #maru_extract ul.extract_list li a:hover{
	text-decoration:none;
}



/*
======= 4: table =======
*/

/*
======= 5: link =======
*/


/*
======= 6: form =======
*/


/*
======= 7: others =======
*/
