@charset "utf-8";
/* CSS Document */

h2 {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c9c9c9;
}

#sitemap {
	font-size:12px;
	padding: 0 20px;
	line-height:24px;
	margin-bottom:124px;
}

#sitemap img {
	display: inline;
	margin-right: 8px;
	vertical-align: middle;
}

#sitemap dt {
	margin: 8px 0;
	clear: both;
}

#sitemap dd {
	margin: 8px 0 8px 40px;
	clear: both;
}

#sitemap a {
	color:#df2c67;
	text-decoration:none;
}

#sitemap a:hover {
	text-decoration: underline;
}

