/* main */
h2.entrytitle{
	font-size:20px;
	font-weight:bold;
	color:#7f7650;	
	padding:5px 0px;
	text-shadow:1px 1px 0px #ffffff;
	line-height:1.2;
}
.feature{
	width:100%;
	margin-bottom:5px;
	overflow:hidden;
}
img.feature_photo{
	width:45%;
	float:left;
}
.feature_main{
	width:54%;
	float:right;
	padding:0px 0px 3px 0px;
}
p.feature_body{
	line-height:1.5;
	padding-top:10px;
}
hr.feature_line{
	border-top:dashed 1px #000000;
	margin:0 0 10px 0
}

.prologue{
	width:100%;
	margin:30px 0px;
	overflow:hidden;
}
.plan_choice{
	margin:10px 0px;
	overflow:hidden;
}
.plan_a{
	width:49%;
	text-align:center;
	float:left;
	border-right:dashed 1px #000000;
}
.plan_b{
	width:49%;
	text-align:center;
	float:right;
}
img.planphoto{
	padding:13px 0px;
	width:80px;
}
p.plan_price{
	font-size:15px;
	padding:10px 0px;
	text-align:center;
}
p.plan_detail{
	font-size:10px;
	text-align:center;
}

.choise{
	width:100%;
	margin:10px 0px;
	float:left;
}
.choise li{
	padding:5px 0px;
}
.choise li a{
	text-decoration:none;
}
.choise a:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
}