/****************************************/
/*            ３つのポイント            */
/****************************************/

#point01,
#point02,
#point03{
	padding: 0 0 15px 0;
	background: url("../../images/line01.gif") 0 100% repeat-x;
}

#point01 h4,
#point02 h4,
#point03 h4{
	height: 27px;
	margin: 15px 0;
	padding: 0;
	border: 0;
	text-indent: -9999px;
}
#point01 h4{ background: url("../images/point01.gif") 0 0 no-repeat; }
#point02 h4{ background: url("../images/point02.gif") 0 0 no-repeat; }
#point03 h4{ background: url("../images/point03.gif") 0 0 no-repeat; }

#point01 h5,
#point02 h5,
#point03 h5{
	height: 41px;
	margin: 10px 0;
	padding: 0;
	border: 0;
	text-indent: -9999px;
}
#point01 h5{ background: url("../images/point01_h.gif") 0 0 no-repeat; }
#point02 h5{ background: url("../images/point02_h.gif") 0 0 no-repeat; height: 17px; }
#point03 h5{ background: url("../images/point03_h.gif") 0 0 no-repeat; }

.point_img{
	float: left;
	width: 180px;
	margin: 0 20px 0 0;
}
.point_txt{
	float: left;
	width: 380px;
	margin: 0;
}
