@charset "utf-8";
h1 {
	background: url(img/h1ttl.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 600px;
}

.discount{
	border: 1px solid #CEF1E2;
	margin-bottom: 20px;
	}
.discount h2{
	font-size: 14px;
	color: #37B37A;
	margin: 0px;
	padding: 5px 5px 5px 20px;
	border-bottom: 2px solid #37B37A;
	background: #F0FBF6 url(img/title_bg.gif) no-repeat left;
	}
.discount h3{
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	}
.discount h3 img{
	margin: 0px 6px 0px 0px;
	}
.discount p{
	margin: 10px 10px 20px 10px;
}

.discountTbl {
	background: #CCC;
	margin-bottom: 10px;
}
.discountTbl th {
	font-weight: normal;
	color: #FFF;
	background: #37B37A;
	padding: 5px;
}
.discountTbl td {
	background: #FFF;
	padding: 5px;
}
.discountTbl .summ {
	font-weight: normal;
	color: #206846;
	background: #FFFFB3;
	text-align: center;	
}