.bar{
	background-image: url(img/bar_coupon.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 37px;
}

.bar h2{
display:none;
}

.contents h2{
margin:0;
padding:0;
border-bottom:1px dashed #CCCCCC;
}

.contents{
font-size:0.9em;
padding:10px;
	background-image: url(img/background_image.jpg);
	background-repeat: no-repeat;
	background-position: 560px 0px;
}

.contents p{
line-height:1.3em;
}





.coupon_ticket{
font-size:0.9em;
width:550px;
height:200px;
margin-top:10px;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
border:1px dashed gray;
}

.coupon_ticket h3{
padding:3px;
margin:0;
background:#CCCC66;
}

.coupon_ticket dl,dt,dd{
padding:0;
margin:0;
}
.coupon_ticket dl{
margin:1em;
}
.coupon_ticket dt{
font-weight:bold;
}
.coupon_ticket dd{
margin-left:3em;
margin-bottom:1em;
}
