@charset "utf-8";

/* --------------------------------------------------
	=sitemap
-------------------------------------------------- */

.sitemap-box {
	width: 200px;
}

.sitemap-box-last {
	width: 220px;
}

.sitemap-box dl,
.sitemap-box-last dl {
	margin-bottom: 15px;
}

.sitemap-box dl dt,
.sitemap-box-last dl dt {
	font-weight: bold;
	font-size: 14px;
}

.sitemap-box dl dd,
.sitemap-box-last dl dd {
	padding-left: 22px;
	background: url(../common/arrow.gif) no-repeat 12px top;
}

.sitemap-box dl dd.txt,
.sitemap-box-last dl dd.txt {
	padding-left: 12px;
	color: #036EB7;
	background: none;
}

.sitemap-box dl dd.space,
.sitemap-box-last dl dd.space {
	padding-left: 34px;
	background: url(../common/arrow.gif) no-repeat 24px top;
}
