/* CSS サイトマップ */

/* ヘッダー画像 */
#wrapper #header div.top-img{
	width:840px;
	height:110px;
}


#contents div.inner div.map {
	width:250px;
	float:left;
	padding: 0 0 0 25px;
}
#contents div.inner div.map-right {
	width:250px;
	float:left;
}

	#contents div.inner ul {
		list-style:none;
		line-height:2.3;
	}
	#contents div.inner ul li{
		background: url(../images/sitemap_icon.gif) no-repeat 0px 1.6em;
		list-style: none;
		padding-left:18px;
		padding-top:10px;
	}


