@charset "utf-8";

/* ========================================================
	footer css => フッターコンテンツ用css
======================================================== */

/* 各ページ
============================================================================================================ */

/* 	サイトマップ sitemap.html
----------------------------------------------------------------------------------------- */

div.site_map div.left {
	float: left;
	width: 300px;
}
div.site_map div.right {
	float: right;
	width: 300px;
}
div.site_map h3 {
	margin-bottom: 4px;
}

div.site_map dl dd {
	margin-bottom: 3px;
	background-color: #f3f2e9;
}
div.site_map dl dd a {
	background: url(../../share/images/local_navi_icon_sub.gif) no-repeat 0 0.5em;
	display: block;
	padding: 1px 11px 3px 28px;
	zoom: 1;
}
