/* h2 */
h2{
	background: url(img/h2.jpg) no-repeat top center;
}

/* lead */
.lead{
	background: url(img/img00.jpg) no-repeat center top;
	width:750px;
	height:379px;
	margin:0 auto 20px auto;
}
.lead p {
	display:none;
	}


/* h3 */
h3{
	width: 750px;
	height: 32px;
	text-indent: -10000px;
	background: url(img/h3.jpg) no-repeat;
	margin:0 auto;
}

h3.h301{
	background-position:0 0;
}
h3.h302{
	background-position:0 -32px;
}
h3.h303{
	background-position:0 -64px;
}
h3.h304{
	background-position:0 -96px;
}
h3.h305{
	background-position:0 -128px;
}
h3.h306{
	background-position:0 -160px;
}
h3.h307{
	background-position:0 -192px;
}
h3.h308{
	background-position:0 -224px;
}

/* item */
.item{
	background: url(img/bg01.jpg) repeat-y 0 0;
	width:750px;
	margin:0 auto 20px auto;
}

.item01 {
	/*background: url(img/img01.jpg) no-repeat 0 0;	*/
}

.item .discription {
	color:#fff;
	padding:25px 0 15px 30px;
}
.item .price{
	background: url(img/li01.jpg) no-repeat 30px 2px;
	text-indent:20px;
	color:#FFE4CC;
	font-weight:bold;
	font-size:14px;
	padding:0 5px 15px 30px;
}
.item .img01{

}
