/* CSS Document */


#contents {
}

#contentsInner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
}

#main h3 {
	display: block;
	font-size: 24px;
	line-height: 45px;
	clear: both;
	margin-bottom: 20px;
	font-weight: normal;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: 0% bottom;
}

#sitemap {
	margin-bottom:100px;
}

.section h4{
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	border-left: 3px solid #E60A1E;
	padding-left: 10px;
}

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

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

.section li a{
	color: #333;
}

.section li a:hover{
	color: #06C;
}
