@charset "UTF-8";

div.sitemap-left {
	text-align: left;
	float: left;
	padding-left: 80px;
}

div.sitemap-right {
	text-align: left;
	float: right;
	width: 370px;
}

div.sitemap-left a {
	color:#333;
	text-decoration: underline;
}

div.sitemap-right a {
	color:#333;
	text-decoration: underline;
}

div.sitemap-left a:hover {
	color:#333;
	text-decoration: none;
}

div.sitemap-right a:hover {
	color:#333;
	text-decoration: none;
}
div.sitemap-left dl,
div.sitemap-right dl {
	line-height: 1.5em;
}
