
/*----------------------------------------------------------------------
基本レイアウト
----------------------------------------------------------------------*/
#wrapper-sitemap {
	width:780px;
	margin: 0 auto;
	background-color:#FFFFFF;
}
/*メインビジュアル*/
#main-visual-sitemap {
	clear:both;
	width: 780px;
	height: 50px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#main-visual-sitemap h3 {
	display:block;
	width:780px;
	height:50px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
 	/* \*/
 	background-repeat: repeat-x;
 	/* */
 	text-indent: -25000px;
 	/* \*/
 	overflow: hidden;
 	/* */
}
/*サイトマップ画像トップ*/
.visual-sitemap {
 	background-image: url(../img/visual_sitemap.jpg);
 	background-position: 0px 0px;
 	background-repeat: repeat;
}

/*ボックス*/
#sitemap-list{
	width:780px;
 	margin: 0;
 	padding: 0px 0px 10px 0px;
}
#sitemap-list h4 {
	color:#333333;
	font-size:1.1em;
	line-height:1.2em;
	font-weight:normal;
	margin: 15px 0px 1px 0px;
	padding: 1px 0px 1px 3px;
	font-style: normal;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0099CC;
}
#sitemap-list p {
	color:#333333;
	font-size:1em;
	line-height:1em;
	font-weight:normal;
	margin: 0 auto 20px auto;
	padding: 10px;
	text-align:center;
}

#sitemap-list ul{
	margin: 0px;
	padding: 5px 2px 5px 2px;
	list-style: none;
}
#sitemap-list li{
	margin: 0px;
	padding: 6px 0px 6px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-image: url(../img/li_sub.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}


/*メニューサブ*/
#sitemap-list-sub {
 	margin: 0;
 	padding: 0px;
	font-size:0.9em;
	line-height:1.2em;
}
#sitemap-list-sub ul{
	margin: 0px;
	padding: 5px 2px 5px 2px;
	list-style: none;
}
#sitemap-list-sub li{
	margin: 0px 0px 0px 10px;
	padding: 4px 0px 4px 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}