@charset "UTF-8";

/* ******************************************
 コンテンツ大枠　定義
****************************************** */

.sitemap {
	width: 803px;
	margin-top: 30px;
	padding-bottom: 100px;
	color: #565656;
}


/* ******************************************
 ラップ
****************************************** */

.wrapper {
	width: 753px;
	margin: 0px auto;
}


/* ******************************************
 コンテンツ　定義
****************************************** */

/*□□ メインタイトル □□*/
.main-title {
	margin-bottom: 25px;
}


/*□□ サイトマップ リスト □□*/
.maplist-wrap {
	width: 753px;
}

.maplist-wrap li.list1 {
	display: inline;
	float: left;
	width: 180px;
	min-height: 120px;
	margin-right: 11px;
}
*html .maplist-wrap li.list1 {
	height: 120px;
}

.maplist-wrap li.list2 {
	display: inline;
	float: left;
	width: 180px;
	min-height: 120px;
}
*html .maplist-wrap li.list2 {
	height: 120px;
}

.maplist-wrap h4 {
	padding: 6px 0px 5px 0px;
	font-size: 75%;
	font-weight: bold;
	text-indent: 5px;
	color: #5c5449;
	background: #f0ece2;
	border-bottom: 1px solid #c0b9b0;
}

.maplist-wrap h4 a{
	color: #5c5449;
}

.maplist-wrap li.list1 li {
	padding: 10px 0px 0px 15px;
	font-size: 75%;
	color: #363636;
	background: url(../images/bg_001.gif)  6px 1.1em  no-repeat;
}
*html .maplist-wrap li.list1 li {
	background: url(../images/bg_001.gif)  6px 1em  no-repeat;
}

.maplist-wrap li.list1 li a {
	color: #363636;
}

.maplist-wrap li.list2 li {
	padding: 10px 0px 0px 15px;
	font-size: 80%;
	color: #363636;
	background: url(../images/bg_001.gif)  6px 1.1em  no-repeat;
}
*html .maplist-wrap li.list2 li {
	background: url(../images/bg_001.gif)  6px 1em  no-repeat;
}

.maplist-wrap li.list2 li a {
	color: #363636;
}















