@charset "UTF-8";

/* ------------------------------
 Sitemap
------------------------------ */

#sitemap {
	
}

#sitemap .title {
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: #AAAAAA 1px dotted;
}

#sitemap .title a {
	text-decoration: none;
}

#sitemap .title a:hover {
	text-decoration: underline;
}

#sitemap .text {
	padding-top: 8px;
	padding-bottom: 4px;
	text-align: left;
	line-height: 1.4em;
	border-bottom: #AAAAAA 1px dotted;
}

#sitemap .text a {
	text-decoration: none;
}

#sitemap .text a:hover {
	text-decoration: underline;
}