@charset "utf-8";

#content_sitemap{
	margin-top: 30px;
	padding-right: 80px;
	padding-left: 80px;
	line-height: 160%;
}

#content_sitemap h3{
	color: #006bb5;
	font-size: 130%;
	line-height: 100%;
	background-image: url(../../sitemap/images/h3_back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 23px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-top: 30px;
	font-weight: bold;
}

#content_sitemap h3 a{
	color: #006bb5;
}


#content_sitemap h4{
	vertical-align: middle;
	background-image: url(../../surface_analysis/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 160%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}

#content_sitemap h5{
	margin-top: 8px;	
	margin-left: 25px;
}

#content_sitemap li{
	margin: 3px 5px 3px 25px;
	display:block;
	padding:0 0 0 8px;
	vertical-align: middle;
	background-color:#FFFFFF;
	background-image: url(../../surface_analysis/images/arrow03.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}

*html #content_sitemap li{
	padding:2px 0px 2px 10px;
	line-height: 14px;
	vertical-align: bottom;
	font-size: 12px;
}


/*カラム設定*/
#sitemap_l{
	float: left;
	width: 350px;
}

#sitemap_r{
	float: right;
	width: 350px;
}

