/* =========================================================
 サイトマップ スタイルシート
========================================================= */
@charset "UTF-8";

.boxhome {
	width: 280px;
	padding: 0px;
	margin: 0px;
}
.boxmain {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
.boxleft {
	width: 280px;
	float: left;
}
.boxrihgt {
	float: right;
	width: 280px;
}
.subtitle_sm {
	font-size:14px;
	background-image: url(../_img/common/icon.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-left: 30px;
	line-height: 28px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #666666;
	letter-spacing: 0.1em;
	background-position: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.subtitle_h3 {
	font-size:12px;
	background-image: url(../_img/common/icon2.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding-left: 25px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #666666;
	background-position: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: normal;
}

