/* CSS Document */


/*　サイトマップ　*/
/* sitemap.htmlの設定
-------------------------------------- */

.s-left {
	font-size: 14px;
	float: left;
	width: 240px;
	padding-left: 20px;
	margin-bottom: 30px;
}
.s-left li {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 10px;
	background-image: url(../img/common_img/arrow_sm.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 3px;
	margin-top: 20px;
}

.s-right {
	font-size: 14px;
	float: right;
	width: 240px;
	padding-left: 20px;
	margin-bottom: 30px;
}
.s-right li {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 10px;
	background-image: url(../img/common_img/arrow_sm.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 3px;
	margin-top: 20px;
}
