@charset "UTF-8";

h2 {
    font-size: 18px;
    font-weight: bold;
    color: #c03;
    border-left: 0.5em #c03 solid;
    padding: 3px;
    margin: 10px 0 5px 0;
}

#sitemap {
	margin: 30px 0;
	padding-left: 30px;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

#sitemap dl {
	margin: 0;
	padding: 0;
}
#sitemap dt {
	width: 150px;
	float: left;
	margin: 0;
	padding: 10px;
}
#sitemap dd {
	width: 650px;
	float: left;
	border-left: 1px #ccc dotted;
	margin: 0;
	padding: 10px;
}

#sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sitemap li {
	float: left;
	width: 280px;
	padding-left: 18px;
	margin-bottom: 5px;
	background-image: url(../img_sitemap/cursor.gif);
	background-repeat: no-repeat;
}