@charset "UTF-8";

/* sitemap
----------------------- */
#sitemap {
	overflow: hidden;
	padding-bottom: 20px;
}

#sitemap h3 {
	border-top: 1px solid #F2F2F2;
	margin: 0 0 20px;
    padding: 0;
	
}

#sitemap h3:before {
	display: none;
}

#sitemap h3 a {
	background: #EBEBEB;
	display: block;
	padding: 10px 20px;
}

#sitemap h3 a:hover {
	background: #CCCCCC;
	text-decoration: none;
}

#sitemap .float_l,
#sitemap .float_r {
	width: 470px;
}

#sitemap .float_l {
	float: left;
}

#sitemap .float_r {
	float: right;
}

#sitemap .clear {
	clear: both;
}

#sitemap ul,
#sitemap dl {
	overflow: hidden;
	padding: 0 15px 15px;
}

#sitemap ul li {
	background: url(../images/common/icon_arrow_black.gif) no-repeat right center;
}

#sitemap ul li + li {
	border-top: dotted 1px #ccc;
}

#sitemap ul li a {
	display: inline-block;
	padding: 12px;
	background: url(../images/side/icon_tree.gif) no-repeat left center;
}

#sitemap dl {
	line-height: 1;
	margin-bottom: 15px;
}

#sitemap dt {
	clear: both;
	font-weight: bold;
	padding: 10px 0 10px 12px;
	background: url(../images/side/icon_tree.gif) no-repeat left center;
}

#sitemap dd + dt {
	border-top: dotted 1px #ccc;
}

#sitemap dd {
	float: left;
	padding: 0 5px 0 12px;
}

#sitemap dd + dd {
	border-left: solid 1px #444;
	margin-bottom: 15px;
	padding: 0 5px;
}
