@charset "utf-8";
/* CSS Document */

#sitemap {
	padding: 0 10px;
}

#contents #sitemap h2 {
	border-right: 1px solid #CCCCCC;
}

#contents #sitemap li {
	background-image: url(../images/arr_green.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style: none;
	padding-left: 15px;
	margin-left: 0px;
}

#contents #sitemap a {
	color: #333333;
}

#contents #sitemap a:hover {
	text-decoration: underline;
	color: #0C8C43;
}

#leftSide {
	float: left;
	width: 310px;
}

#rightSide {
	float: right;
	width: 310px;
}

#rightSide div {
	margin-top: 40px;
	border-top: 1px dotted #CCCCCC;
	padding-top: 20px;
}
