@charset "utf-8";
#plan {
	background-image: url(../images/plan/title_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 680px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#main #r_box #plan h2 {
	height: 160px;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
#plan h3 {
	clear: both;
	width: 660px;
	font-size: 18px;
	color: #ffffff;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
	background-image:url(../images/plan/h3_bk.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:40px;
	line-height:40px;
}
#plan .plan_list {
	overflow: hidden;
	width: 680px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
}
#plan   .plan_list   img.plan_img {
	float: left;
	height: 160px;
	width: 210px;
	margin-right: 15px;
}
#plan  .plan_list  p.plan_ex {
	float: left;
	width: 450px;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
#plan .plan_list .plan_price {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #FF6600;
}
#plan .plan_list table {
	float: left;
	width: 440px;
	border-collapse: collapse;
	margin-top: 15px;
}
#plan .plan_list table th {
}
#plan .plan_list table td {
	border:solid 1px #ccc;
	text-align: center;
	padding: 5px 0;
}
#plan .plan_list .plan_reserv {
	float: right;
	height: 36px;
	width: 450px;
	font-size: 10px;
	text-align: right;
	padding-top: 14px;
	line-height: 10px;
}
#plan .plan_list .plan_reserv a {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 180px;
	float: right;
	background-image: url(../images/plan/btn_reserv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#plan .plan_list .plan_reserv a:hover,
#plan .plan_list2 .goto .mail a:hover {
	background-position: left bottom;
}

#plan .plan_list2 .goto {
	float: right;
	height: 36px;
	width: 450px;
	font-size: 10px;
	text-align: right;
	padding-top: 14px;
	line-height: 10px;
}
#plan .plan_list2 .goto .mail a {
	text-decoration: none;
	height: 36px;
	width: 210px;
	float: left;
	display: block;
	background-image: url(../images/plan/mail.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#plan .plan_list2 .goto .tel {
	height: 36px;
	width: 210px;
	float: right;
	display: block;
	background-image:url(../images/plan/tel.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

