h2{
	clear:left;
	margin:30px auto;
	padding:8px 10px 8px 20px;
	font-size:110%;
	color:#FFF;
	background-color:#2C56AF;
	background-image:url(../images/bg_h2_point.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-radius:5px;
}

/*「メンテナンスのおすすめポイント」エリア */
h3{
	clear:left;
	height:61px;
	margin:20px 0 10px 0;
	padding:30px 0 0 70px;
	background-repeat:no-repeat;
	background-position:left center;
	color:#000;
	font-size:140%;
	font-weight:normal;
}
h3.p1{
	color:#F90;
	background-image:url(../images/point1.gif);
}
h3.p2{
	color:#6C6;
	background-image:url(../images/point2.gif);
}
h3.p3{
	color:#6CC;
	background-image:url(../images/point3.gif);
}
h3.p4{
	color:#39C;
	background-image:url(../images/point4.gif);
}
p.indent{
	margin-left:70px;
}


/* 「蓄電池おすすめポイント」エリア */
.battery{
	margin:30px 0;
	padding:20px;
	background-color:#DEF3F3;
	color:#000;
	font-size:120%;
	border-radius:5px;
}
.battery p{
	padding-left:20px;
	background-image:url(../images/check.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
