@charset "UTF-8";

.sitemapMain {
	background: url(../img/body_bg.png) repeat-x top left;
	padding: 35px 0 0;
}

.sitemapMain_inner {
	display: table;
	width: 1000px;
	margin: -15px auto -15px;
	table-layout: fixed;
	border-spacing: 20px;
}

.sitemapCol {
	display: table-cell;
	width: 320px;
	height: 100%;
	vertical-align: top;
}

.sitemapCol_title {
	background: #f3f3f3;
	height: 30px;
}

.sitemapCol_title > img {
	display: block;
	padding: 6px 0 0 12px;
}

.sitemapCol_list {
	font-size: 12px;
	line-height: 2;
	padding: 15px 0 0 13px;
}

.sitemapCol_list > li {
	display: block;
}

.sitemapCol_list > li:before {
	content: url(../img/sitemap/sitemap_arrow.png);
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px 0 0;
}

.sitemapCol_list > li > a {
	text-decoration: underline;
}