#sitemapBox {
	margin:15px 35px 0;
	padding:20px 60px;
	border:solid 1px #CCC;
	background-color:#F0F0F0;
}
.smbInner {
	padding:20px;
	background-color:#FFF;
	background:#FFF url("../img/sitemap/sitemap_hr01.gif") 20px bottom no-repeat;
}
.smbInner.first {
	padding-top:20px;
}
.smbInner h3 {
	width:232px;
	height:34px;
	font-size:12px;
	margin:0;
	padding:11px 0 0 22px;
	background:url("../img/sitemap/sitemap_h3.gif") left top no-repeat;
	float:left;
}
.smbInner ul {
	padding-top:5px;
}
.smbInner li, .smbInner dt {
	line-height: 24px;
	padding-left: 20px;
	background:url("../img/common/list_try.gif") left 0.48em no-repeat;
}
.smbInner dl {
	width:424px;
	float:right;
}
.smbInner dd {
	margin-left: 20px;
	padding-left: 20px;
	line-height: 24px;
	background: url("../img/common/list_disc.gif") left 0.48em no-repeat;
}
.smbInner.noline {background-image:none;}
