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

dl.sitemap {
	clear: both;
	width: 700px;
	margin: 20px auto 30px;
	text-align: left;
	font-size: 12px;
}

dl.sitemap dt{
	font-size: 14px;
	font-weight: normal;
	margin: 5px 10px;
	padding-left: 20px;
	background: url(../../../images/icon_sitem.jpg) no-repeat 0px -2px;
}

dl.sitemap dd{
	border-bottom: dashed 1px #ffbc87;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-left: 32px;
}


dl.sitemap dt a:active {
	color: #ff8200;
}
dl.sitemap dt a:link {
	color: #ff8200;
}
dl.sitemap dt a:visited {
	color: #ff8200;
}
dl.sitemap dt a:hover {
	text-decoration: none;
	color: #373398;
}
