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

#page_banner h2 {
	background: url(../img/sitemap/top_banner.jpg) 0 0 no-repeat;
}

#main {
	line-height: 1.8;
}

#main h3 {
	margin-bottom: 35px;
}

#main div.box {
	width: 676px;
	margin: 0 0 50px 20px;
}

div.box ul.left {
	width: 338px;
	float: left;
}

div.box ul.right {
	width: 338px;
	float: left;
}

div.box ul li {
	margin-bottom: 10px;
	padding-left: 17px;
	background: url(../img/sitemap/arrow_L.jpg) 0 7px no-repeat;
}

div.box ul li ul li {
	margin-bottom: 0;
	padding-left: 13px;
	background: url(../img/sitemap/arrow_S.jpg) 0 7px no-repeat;
}

div.box ul li span.dB {
	display: block;
	font-size: 140%;
	color: #265690;
	margin-bottom: 10px;
}

div.box ul li a {
	font-size: 140%;
	color: #265690;
	text-decoration: none;
}

div.box ul li a:hover {
	text-decoration: underline;
}

div.box ul li ul li a {
	font-size: 110%;
	color: #4c4c4c;
}

div.info {
	margin-left: 20px;
}