@charset "utf-8";

/*-----------------------------------------------
	sitemap.css
	サイトマップ
-----------------------------------------------*/




/* サイトマップ */
/* ▽------------------------------------------▽ */
.sect_sitemap {
}
.sect_sitemap .boxl {
	float:left;
	margin-right: 40px;
	width: 310px;
}
.sect_sitemap .boxr {
	float:left;
	width: 320px;
}
.sect_sitemap dl {
	margin-bottom: 30px;
	line-height: 180%;
}
.sect_sitemap dl dt {
	background: url(../image/line_blue.jpg) repeat-x 0px center;
	font-size: 14px;
	font-weight:bold;
	color:#2867BB;
}
.sect_sitemap dl dt a {
	color:#2867BB;
	text-decoration:none;
}
.sect_sitemap dl dt span {
	background-color: #FFF;
}
.sect_sitemap dl dd {
	margin: 0px 0px 0px 20px;
}
/* ▲------------------------------------------▲ */