@charset "utf-8";


/*非共通部分*/
.textBox {
	margin-bottom: 20px;
	margin-left: 10px;
	width: 580px;
}
.textBox:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#siteHome {
	background:url(../image/sitemap/home.gif) left center no-repeat;
	padding-left: 18px;
	font-size: 16px;
	color: #937F57;
	font-weight: bold;
}
.textBox dl {
	background: url(../image/sitemap/vline.gif) repeat-y left top;
	margin-left:15px;
	padding-left: 23px;
}.textBox dt {
	color: #937F57;
	padding-left: 26px;
	font-weight: bold;
	background-image: url(../image/sitemap/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.textBox dd {
	margin-left: 26px;
	margin-bottom: 10px;
}
.bottomDt {
	margin-bottom: 10px;
}
