/* main */
p.entrytitle{
	font-size:24px;
	font-weight:bold;
	color:#7f7650;	
	padding:5px 0px;
	text-shadow:1px 1px 0px #ffffff;
}
.feature{
	width:640px;
	margin-bottom:30px;
	overflow:hidden;
}
img.feature_photo{
	width:280px;
	float:left;
}
.feature_main{
	width:340px;
	float:right;
}
p.feature_body{
	line-height:1.5;
	padding-top:10px;
}
hr.feature_line{
	border-top:dashed 1px #000000;
	margin:10px 0px;
}

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

.choise{
	width:270px;
	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)";
}