@charset "utf-8";
/* CSS Document */
.sitemaps {
	clear:both;
	padding-top:20px;
	padding-bottom:10px;
}
.sitemaps h4 {
	padding-bottom:10px!important;
}
.sitemaps li {
	width:300px;
/*	height:2em;*/
	float:left;
	background-image:url(/sitemap/images/list_icon.gif);
	background-repeat: no-repeat;
	background-position: left 0.25em;
	padding: 0 10px 5px 10px;
}
.sitemaps li.long {
}

.sidenews {
	padding-bottom: 20px;
}

.sidenews p {
	font-size: 75%;
}
.sidenews p,
.sidenews dl {
	border-bottom: 1px dotted #999;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
