@charset "UTF-8";
/* CSS Document */



#mainBlock h1{
	width: 720px;
	height: 50px;
	line-height: 50px;
	text-indent: 15px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 24px;
	background-color: #000000;
	color: #FFFFFF;
}
#sitemap{
	width:100%;
	margin: 0px;
	padding: 0px;
}
#sitemap a{
	color: #003399;
	font-weight:bold;
}
#sitemap a:hover{
	color: #666;
}
#sitemap ul{
	width:100%;
	font-size: 12px;
	overflow: hidden;
	margin: 0px;
	padding:0px;
}

#sitemap ul li{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	height: 40px;
	border-bottom: 1px dotted #cccccc;
	line-height: 40px;
}
