/*=================================================
 サポート用CSS(070307)
---------------------------------------------------*/

#content_extra, #extra {
	display                   : none;
}



/***** Content ****/
#content h1 {
}

#content h2 {
	clear                     : both;
	background-color          : #136;
	/*background-color          : #004C90;*/
	color                     : #fff;
	margin                    : 3em 0 1.5em 0;
	padding                   : 2px 6px;
	font-size                 : 75%;
	font-weight               : bold;
	line-height               : 150%;
}
#content h3 {
	clear                     : both;
	color                     : #444;
	margin                    : 2em 0 1em 0;
	font-size                 : 75%;
	line-height               : 125%;
}
#content h4 {
	clear                     : both;
	color                     : #555;
	margin                    : 1em 0;
	font-size                 : 75%;
	line-height               : 125%;
}

#content p {
	margin                    : 1em 0;
	font-size                 : 75%;
	line-height               : 150%;
}
#content li {
	font-size                 : 75%;
	line-height               : 150%;
}

#content li li, #content li p, #content li dt, #content li dd {
	font-size                 : 100%;
}




