/* 左側 */
#left{
	width: 300px;
	margin-left: 0px;
	padding-left: 5%;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* 左側グループ */
.section{
	width: 300px;
	margin-left: 0px;
	text-align:left;
	margin-top: 1em;
	color: #333333;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.section h2{
	width: 300px;
	height: 25px;
	background-image: url(../image/s_map01.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}
.text{
	padding: 25px;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}

.section h3{
	background-image: url(../image/list03.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: normal;
	padding: 0 0 0 20px;
	margin-left: 5%;
	margin-top: 5px;
	margin-bottom: 0px;
}
/* 右側 */
#right{
	width: 300px;
	float: left;
	margin-left: 0px;
	padding-left: 9%;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* 右側グループ */
.section02{
	width: 300px;
	margin-left: 0px;
	text-align:left;
	margin-top: 1em;
	color: #333333;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.section02 h2{
	width: 300px;
	height: 25px;
	background-image: url(../image/s_map01.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;

}
.section02 h3{
	background-image: url(../image/list03.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: normal;
	padding: 0 0 0 20px;
	margin-left: 5%;
	margin-top: 5px;
	margin-bottom: 0px;
}

	