@charset "utf-8";

@import "reset.css";
@import "base.css";

#widecontent{
	background: transparent url(../images/bg-widecontent.gif) no-repeat 0 0;
	padding: 13px 26px 0 26px;
	width: 819px;
}
#widecontent h2{
	margin: 0 0 13px 0;
	padding: 0 26px;
	width: 767px;
}


/* .hentry */
#widecontent .hentry{
	background: transparent url(../images/bg-widecontent-middle.gif) repeat-y 0 0;
}
#widecontent .description{
	background: transparent url(../images/bg-widecontent-bottom.gif) no-repeat 0 100%;
	padding: 0 26px 13px 26px;
	width: 767px;
}
#widecontent .hentry .description p{
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 19px 0;
}
#widecontent .hentry .description h2{
	margin: 0 0 13px 0;
	padding: 0;
	width: auto;
}
#widecontent .hentry .description strong{
	background-color: #f2ff66;
	font-weight: bold;
}
#widecontent .hentry .description ul{
	margin: 0 0 19px 0;
	padding: 0 0 0 26px;
}
#widecontent .hentry .description li{
	font-size: 13px;
	line-height: 18px;
	list-style: circle outside;
	margin: 0 0 8px 0;
}
/* **************************************************************-************************************************************** */

.reason{
	background: transparent no-repeat 0 0;
	border-bottom: 1px solid #ccc;
	margin: 0 0 13px 0;
	padding: 0 0 13px 91px;
}
#widecontent .hentry .description .reason p{
	margin: 0;
}
#widecontent .hentry .description .reason h3{
	color: #295729;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 9px 0;;
}

.r1{ background-image: url("../images/reason1.gif"); }
.r2{ background-image: url("../images/reason2.gif"); }
.r3{ background-image: url("../images/reason3.gif"); }
.r4{ background-image: url("../images/reason4.gif"); }
.r5{ background-image: url("../images/reason5.gif"); }
.r6{ background-image: url("../images/reason6.gif"); }
.r7{ background-image: url("../images/reason7.gif"); }
.r8{ background-image: url("../images/reason8.gif"); }
.r9{ background-image: url("../images/reason9.gif"); }
.r10{ background-image: url("../images/reason10.gif"); }

/* **************************************************************-************************************************************** */
h3.priceheader{
	color: #5b5545;
	font-size: 16px;
	font-weight: bold;
}
table.pricetable{
	border-collapse: collapse;
	clear: both;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 26px 0;
}
table.pricetable th, 
table.pricetable td{
	border-bottom: 1px solid #ccc;
	padding: 4px 8px;
	vertical-align: middle;
}
table.pricetable th{
	border-right: 2px solid #999;
	font-weight: bold;
	width: 231px;
}
table.pricetable th.dataname{
	border-right: none;
	border-bottom: 2px solid #999;
	color: #234c23;
	text-align: center;
	width: 104px;
}
table.pricetable td{
	padding: 4px 13px;
	text-align: center;
}
table.pricetable tr.totalprice{
	background-color: #f6efde;
}
/* **************************************************************-************************************************************** */