@charset "UTF-8";

/*
###################################

    サイトマップ	　専用CSS

###################################
*/


#content {
	background: #FFFFFF;
}


/* ########## BOTTOM CONTENT ########## */
#wrapContentBtm {
	padding: 40px 0 20px 0;
}

/* H */
h1 {
	margin-bottom: 20px;
}
h2 {
	font-size: 14px;
	color: #422210;
	font-weight: bold;
	float: left;
	width:200px;
	padding-left: 10px;
}


/* LAYER 1 */
ul.layer1 {
	background: url(../img/sitemap/line_brush.gif) no-repeat left bottom;
	margin-bottom: 10px;
}
ul.layer1 > li {
	clear: both;
	background: url(../img/sitemap/line_brush.gif) no-repeat left top;
	padding: 10px 0;
}
	ul.layer1 > li:after {
		content: "";
		display: block;
		clear: both;
	}
	/*\*/
		* html ul.layer1 li {
		height: 1em;
		overflow: visible;
	}
	/**/
*:first-child+html ul.layer1 > li { /* ie7 */
	zoom: 1;
	padding-bottom: 5px;
}
* html ul.layer1 li { /* ie6 */
	clear: both;
	background: url(../img/sitemap/line_brush.gif) no-repeat left top;
	padding: 10px 0 5px 0;
}


/* LAYER 2 */
ul.layer2 {
	width: 690px;
	float: right;
}
ul.layer2 li {
	display: inline;
}
ul.layer2 li a {
	float: left;
	background: url(../img/sitemap/sign_list.gif) no-repeat left center;
	padding-left: 10px;
	width: 325px;
}
* html ul.layer2 li {
	clear: none;
	background: url(none);
}


.borderTop {
	border-top: 1px solid #D9D9D9;
	margin-top: 10px;
	padding-top: 10px;
}

.subList li {
	display: inline;
}
.subList li a {
	float: left;
	background: url(../img/sitemap/sign_list.gif) no-repeat left center;
	padding-left: 10px;
	margin-left: 10px;
	width: 180px;
}

