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

#sitemap li {
	font-size:120%;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
}

#sitemap li a:link,
#sitemap li a:visited {
	text-decoration:none;
	color:#333;
}

#sitemap li a:hover,
#sitemap li a:active {
	color:#c80000;
}

#sitemap li.tl {
	margin-top:30px;
}

#sitemap li.tl a:link,
#sitemap li.tl a:visited {
	padding-left:10px;
	background:url(../images/arrow_n2.png) no-repeat left center;
}

#sitemap li.tl a:hover,
#sitemap li.tl a:active {
	padding-left:10px;
	background:url(../images/arrow_n.png) no-repeat left center;
}

#sitemap li.sub {
	font-size:90%;
	padding:0 0 0 15px;
	border:none;
}

#sitemap li.sub a:link,
#sitemap li.sub a:visited {
	color:#333;
	padding-left:10px;
	background:url(../images/arrow_g.png) no-repeat left center;
}

#sitemap li.sub a:hover,
#sitemap li.sub a:active {
	padding-left:10px;
	background:url(../images/arrow_r.png) no-repeat left center;
}

#sitemap li span {
	color:#f00;
	font-size:90%;
}

