@charset "utf-8";
/*見出し（サイトマップ）*/
h2#h2_sitemap {
	background: url(../images/sitemap/h2_sitemap.jpg) 0 0 no-repeat;
	height: 112px;
}

ul.sitemap_ul {
	font-size: 80%;
	line-height: 2;
	width: 38%;
	margin: 0 30px 20px 20px;
	float: left;
	list-style: none;
}

ul.sitemap_ul li a {
	background: url(../images/sitemap/link_list.gif) no-repeat left center;
	padding-left: 20px;
}

