@charset "utf-8";
#sitemap{
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-right: 25px;
	background-image: url(../../img/bg_c.gif);
	background-repeat: no-repeat;
}

a.sitemap:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.sitemap:visited{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.sitemap:hover{
	font-weight: bold;
	color:#0072BC;
	text-decoration: underline;
}

.list {
	background-image: url(../../img/line_w.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.listlast {
	background-image: url(../../img/line_w.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 300px;
}

