@charset "utf-8";

.content{
	overflow: hidden;
}

h2{
	margin-bottom:2em;
}

dl.sitemap{
	float: left;
	margin-right: 1.2em;
}

.sitemap dt{
	width: 10em;
	border-top: 1px dotted #999;
	padding: 1.5em 0;
	font-size: 15px;
	font-weight: normal;
}

.sitemap dd{
	margin-bottom: 60px;
}

.sitemap dd ul{
	margin-bottom: 3.5em;
}

.sitemap dd.bottom,
.sitemap dd.bottom ul.bottom{
	margin-bottom: 0;
}

.sitemap ul{
	
}

.sitemap li{
	background: url(/share/listmark_arrow.gif) 0 50% no-repeat;
	padding-left: 10px;
	margin-bottom: 2px;
}

.sitemap li a{
	color: #333;
	text-decoration: none;
}
.sitemap li a:hover{
	text-decoration: underline;
}

