@charset "utf-8";
/* CSS Document */

#SitemapList {
	padding: 0px;
}
#SitemapList ol a {
	color: #666;
	text-decoration: none;
}
#SitemapList ol a:hover {
	color: #F60;
	text-decoration: none;
}

#SitemapList ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	list-style-type: square;
}
#SitemapList ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#SitemapList ul a {
	color: #000;
	text-decoration: none;
}
#SitemapList ul a:hover {
	color: #F30;
}

