/* CSS Document */


#contents {
	width:900px;
	min-height:500px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 30px;
}

#sitemap {
	margin-bottom:60px;
}

.section{
	margin:0 0 50px;
	overflow:hidden;
}

.section h3{
	margin-bottom:20px;
	font-size: 24px;
	line-height: 40px;
	text-align: left;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #7AB829;
	padding-left: 10px;
}

.section ul{
}

.section li{
	display:block;
	width:435px;
	background:url(../sitemap/images/icon.gif) no-repeat left center;
	font-size: 16px;
	text-align: left;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.section li a{
	color: #333;
	text-decoration: underline;
}
