@charset "utf-8";

/* ============================================
	site_map
============================================ */
ul.sitemap01 {
	clear: both;
}
	ul.sitemap01 a {
		color: #666666;
		text-decoration: underline;
	}
	ul.sitemap01 li.typeL {
		float: left;
		width: 311px;
		margin-bottom: 20px;
	}
	ul.sitemap01 li.typeR {
		float: right;
		width: 311px;
		margin-bottom: 20px;
	}
			ul.sitemap01 li p span {
				display: block;
				padding: 7px 0 0 20px;
			}
		ul.sitemap01 li .bg01 {
			background: url(/site_map/img/bg_sitemap01.gif) no-repeat left top;
			width: 311px;
			height: 32px;
			font-weight: bold;
		}
		ul.sitemap01 li .bg02 {
			background: url(/site_map/img/bg_sitemap02.gif) no-repeat left top;
			width: 311px;
			height: 32px;
		}
		ul.sitemap01 li .bg03 {
			background: url(/site_map/img/bg_sitemap03.gif) no-repeat left top;
			width: 311px;
			height: 32px;
		}
ul.sitemap02 {
	margin-top: 5px;
	margin-left: 20px;
}
	ul.sitemap02 li {
		float: left;
		width: 140px;
		margin-top: 10px;
	}
	ul.sitemap02 li p {
		background: url(/site_map/img/arr_sitemap.gif) no-repeat left 0.4em;
		padding-left: 16px;
	}

