@charset "utf-8";
/* CSS Document */

#main p{line-height:1.5;}

.pointBlock{
	border:1px #b2b2b2 solid;
	margin-bottom:15px;
	margin-right:16px;
}
.pointBlock div{
	border:1px #fff solid;
	background:url(../../../images/top_bg.gif) repeat-x left top;
	overflow:hidden;
	padding:15px;
}
* html .pointBlock div{zoom:1;}

.pointBlock div h5{margin-bottom:10px;}

#point1 .txt{
	background:url(../images/point_img01.jpg) no-repeat right bottom;
	padding-right:195px;
	min-height:150px;
}
#point2 .txt{
	background:url(../images/point_img02.jpg) no-repeat right bottom;
	padding-right:219px;
	min-height:130px;
}
#point3 .txt{
	background:url(../images/point_img03.gif) no-repeat right bottom;
	padding-right:200px;
	min-height:140px;
}

#arrow{
	clear:both;
	text-align:center;
	padding:10px 0 25px 0;
}

#follow{
	background-color:#EBF5E5;
	padding:15px;
	font-weight:bold;
	font-size:14px;
	margin-bottom:50px;
}
* html #follow{font-size:120%;}
#follow strong{color:#339900;}