/* style.css */
#mainSitemap { width: 580px; margin: 0 140px 30px; }

h1.text {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px 15px;
	background-color: #000;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
}

#mainSitemap ul li.border { border-bottom: 1px dotted #CCCCCC; }

#mainSitemap ul li {
	padding: 5px 0 5px 7px;
	line-height: 1.4;
	background: url(../image/icon_link.gif) left top no-repeat;
}

#mainSitemap ul.sub { margin-left: 23px; }
/* End */