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

div#sitemap {
	width:600px;
	margin:auto;
	float:left;}
	
div#sitemap a {
	color: #333333;
	text-decoration: none;}

div#sitemap a:link {
	olor: #333333;
	text-decoration: none;
}
div#sitemap a:visited {
	olor: #333333;
	text-decoration: none;
}
div#sitemap a:active {
	olor: #333333;
	text-decoration: none;
}
div#sitemap a:hover {
	color:#999999;
	text-decoration: underline;
}

div#sitemap .sitemap_l {
	width:48%;
	float:left;}

div#sitemap .sitemap_r {
	width:48%;
	float:right;}

div#sitemap .sitemap_l li div , div#sitemap .sitemap_r li div {
	padding:10px;} 
	
div#sitemap .sitemap_l a , div#sitemap .sitemap_r a {
	background:url(../img/sign.gif) 0 3px no-repeat;
	padding:0 0 0 15px;}