@charset "utf-8";

#sitemap div {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: -1px;
	padding: 8px 0px 5px 10px;
}
#sitemap div.bg-blue {
	background: #F0F8FF;
}
#sitemap div h4 {
	width: 130px;
	float: left;
	font-weight: normal;
	background: url(../../img/home/s01_list.gif) no-repeat right center;
}
#sitemap div ul {
	width: 470px;
	float: right;
	list-style: none;
}
#sitemap div ul li {
	border-top: 1px solid #CCCCCC;
	margin-bottom: 0.3em;
	padding-top: 0.3em;
	padding-left: 0.5em;
}
#sitemap div ul li ul {
	width: 440px;
	float: none;
	list-style: none;
	margin-top: 2px;
	margin-bottom: 8px;
}
#sitemap div ul li ul li {
	border-top: 0px none #CCCCCC;
	margin-bottom: 0.1em;
	padding-top: 0.1em;
	padding-left: 0em;
}
#sitemap div ul li.top {
	border-top: 0px solid #CCCCCC;
	padding-top: 0em;
}
#sitemap div a {
	color: #333333;
	text-decoration: none;
}

