@charset "utf-8";

/* --------sitemap内のh1指定-------- */

h1 {
	float: left;
	padding-bottom: 25px;
	width: 90px;
	padding-right: 10px;
	font-size: 1em;
}

.explainArea {
	width: 650px;
	float: left;
}

.explain {
	margin-top: 4px;
	width: 650px;
}

.baseTable {
	width: 100%;
}


/* --------sitemap内の破線のBOX指定-------- */

.box {
	width: 371px;
	background: url(/sitemap/img/boxBg.gif) repeat-y top left;
	margin-bottom: 10px;
}

.boxUp {
	width: 371px;
	background: url(/sitemap/img/boxUp.gif) no-repeat top left;
}

.boxDown {
	width: 371px;
	background: url(/sitemap/img/boxDown.gif) no-repeat bottom left;
	padding-bottom: 14px;
}

/* --------画像タイトル部分-------- */
.box h2 {
	padding-left: 8px;
	padding-bottom: 14px;
	padding-top: 8px;
}

.box .area {
	color: #979797;
	background: url(/sitemap/img/areaBg.gif) no-repeat top left;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 11px;
	margin-left: -10px;
	margin-bottom: -10px;
}




/* --------各リストの入れ子指定-------- */

.box ul li {
	list-style: none;
	background: url(/sitemap/img/arrow01.gif) no-repeat top left;
	padding-left: 17px;
	margin-left: 17px;
	line-height: 100%;
}

.box ul li ul {
	padding-top: 10px;
}

.box ul li ul li {
	list-style: none;
	background: url(/sitemap/img/arrow02.gif) no-repeat top left;
	padding-left: 35px;
	padding-bottom: 8px;
	margin-left: -17px;
}

.box .arrow02-2 {
	background: url(../sitemap/img/arrow02-2.gif) no-repeat top left;
	padding-bottom:3px;
}

.box .arrow03 {
	background: url(/sitemap/img/arrow03.gif) no-repeat top left;
}

.box .arrow04 {
	background: url(/sitemap/img/arrow04.gif) no-repeat top left;
}

.box .arrowNone {
	background-image: none;
	margin-top: -6px;
}
