@charset "UTF-8";

/* -----------------------------------------------
	CSS Document	Plan
----------------------------------------------- */

#plan_entries {
	clear: both;
	width: 562px;
	overflow: hidden;
	margin-top: 1px;
	background: url(top/web-plan.jpg) repeat-y 0 0;
	text-align: center;
}

#plan_entries .inr {
	padding-bottom: 9px;
	background: url(top/web-plan-inr.jpg) no-repeat bottom;
}

#plan_entries h3 {
	clear: both;
	width: 562px;
	height: 40px;
	overflow: hidden;
	background: url(top/web-plan-h3.jpg) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}

#plan_entries h4 {
	clear: both;
	width: 480px;
	height: 40px;
	overflow: hidden;
	margin: 18px auto 0;
	padding: 0 10px;
	background: url(top/web_plan_title.jpg) no-repeat 0 0;
	text-align: left;
	font-size: 110%;
	line-height: 27px;
	color: #fff;
}

* html #plan_entries h4 {
	width: 500px;
}

#plan_entries h4 a {
	color: #fff;
}

#plan_entries .box {
	clear: both;
	width: 470px;
	margin: 0 auto;
	padding-bottom: 19px;
	border-bottom: solid 1px #666;
}

#plan_entries .f_left {
	width: 150px;
	overflow: hidden;
	text-align: left;
}

#plan_entries .f_left a:hover img {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

#plan_entries .f_right {
	width: 300px;
	min-height: 90px;
	overflow: hidden;
	text-align: left;
}

#plan_entries table {
	width: 300px;
	margin-top: 8px;
	border-collapse: collapse;
	border-bottom: dotted 1px #da8873;
}

#plan_entries th {
	width: 51px;
	padding: 5px 0 2px;
	border-top: dotted 1px #da8873;
	background: #dbcfbd;
	text-align: center;
	font-weight: normal;
	letter-spacing: 2px;
}

#plan_entries td {
	padding: 5px 10px 2px;
	border-top: dotted 1px #da8873;
}

#plan_entries em {
	font-style: normal;
	font-weight: bold;
	color: #A70A22
}

#plan_entries p.btn {
	margin-top: 10px;
	text-align: right;
}

#plan_entries p.btn a {
	display: block;
	width: 100px;
	height: 19px;
	overflow: hidden;
	margin: 0 0 0 auto;
	background: url(top/web-plan-btn.jpg) no-repeat right;
	text-align: left;
	text-indent: -9999px;
}

#plan_entries p.btn a:hover {
	background: url(top/web-plan-btn.jpg) no-repeat left;
}

