@charset "utf-8";

/* .sitemapBox */
.sitemapBox {
	width:726px;
	clear:both;
}

.sitemapBox a {
	color: #333;
	text-decoration: none;
}

.sitemapBox a:hover {
	color: #333;
	text-decoration: underline;
}

.sitemapBox dl {
	font-size: 14px;
	margin: 30px 0 0;
}

.sitemapBox dl dt a {
	display: block;
	margin: 0 0 13px;
	padding: 0 0 0 15px;
	font-weight: bold;
	line-height: 1.2em;
	color: #333333;
	background:url(../common/images/ico_pdf.png) 0px 2px no-repeat;
}

.sitemapBox dl dd a {
	display: block;
	margin: 0 0 9px;
	padding: 0 0 0 30px;
	line-height: 1.2em;
	background:url(../common/images/ico_pdf.png) 15px 2px no-repeat;
}

.sitemapBox .Box_l {
	float: left;
	width: 344px;
	height: auto;
}

.sitemapBox .Box_r {
	float: right;
	width: 344px;
	height: auto;
}


.subContent .sbox ul {
    background: none;
}