@charset "utf-8";

.sitemap {}

.sitemap dt {
	clear: both;
	font-size: 100%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px 10px 5px 10px;
	background: url(/common/img/parts/bg_ttl_h2_line.gif) no-repeat left bottom;
}

.sitemap dt a {
	padding-left: 25px;
	background: url(/common/img/parts/icon_bule_cb_arrow.png) no-repeat left center;
}

.sitemap dd {
	margin-bottom: 20px;
}

.sitemap dd li {
	float: left;
	width: 335px;
}

.sitemap dd li.sitemapodd {
	float: right;
}

.sitemap dd li.sitemapFixR {
	float: right !important;
}

.sitemap dd li a {
	display: block;
	width: 305px;
	padding: 10px 10px 10px 20px;
	background: url(/common/img/parts/icon_bule_arrow.png) no-repeat 10px center;
	border-bottom: 1px solid #e0e0e0;
}

.sitemap dd li ul {
	margin-left: 10px;
	padding-top: 10px;
}

.sitemap dd li ul li {}

.sitemap dd li ul li a {
	font-size: 93%;
	display: block;
	width: 302px;
	padding: 5px 0px 0px 20px;
	background: url(/common/img/parts/icon_bule_arrow.png) no-repeat 10px center;
	border: none;
}






