@charset "utf-8";

/*　
------------------------------------------------------------ */

#img_top {
	width: 800px;
	height: 205px;
	background: url(../common/images/img_coupon.jpg) no-repeat;
	text-indent: -9999em;
}

#title1 {
	background: url(../common/images/bar_coupon.jpg) no-repeat;
	width: 760px;
	height: 30px;
	text-indent: -999em;
}

#left{
	width:300px;
	float:left;
	margin-left:20px;

}

#right{
	width:400px;
	float:right;
}

.ticket {
	width: 152px;
	height: 32px;
}
.ticket a {
	display: block;
	width: 152px;
	height: 32px;
	background: url(../common/images/btn_04.jpg) no-repeat;
	overflow: hidden;
	text-indent: -999em;
}
.ticket a:hover{
	background-position: 0 -32px;
}

