@charset "UTF-8";
@import url("../../css/default.css");
@import url("../../css/screen_base.css");

div#sitemap_left,
div#sitemap_right {
	width: 250px;
}

div#sitemap_left {
	float: left;
}

div#sitemap_right {
	float: right;
}

h3 {
	padding-left: 8px;
	padding-bottom: 3px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999;
	font-weight: normal;
}

ul {
	list-style-type: disc;
}

ul li {
	padding: 2px;
}
