@charset "utf-8";


/* ================================================================================
	1:サイトマップ SiteMap CSS
================================================================================ */

.sub-section {
	margin-top: 80px;
}

.sub-section h2 {
	margin-top: 20px;
	padding: 0;
	border: none;
	border-radius: 0;
	background: url(../images/title_bg01.jpg) 0 0 repeat-x;
	font-size: 18px;
	color: #fff;
}

.sub-section h2:hover {
	background: url(../images/title_bg_on01.jpg) 0 0 repeat-x;
}

.sub-section h2 a {
	display: block;
	padding: 10px 0 10px 40px;
	background: url(../../common/images/arrow_iocn02.png) 15px center no-repeat;
	color: #fff;
}

.sub-section h2 a:hover {
	text-decoration: none;
}

.sub-section ul {
	overflow: hidden;
	zoom: 1;
	margin: 15px 0 0 10px;
}

.sub-section li {
	float: left;
	margin-right: 45px;
	font-size: 14px;
	font-weight: bold;
}