@charset "utf-8";
/* CSS Document */

@import "common.css";


h1 {
	background-image: url(../coupon/img/title.jpg);
	height: 49px;
	width: 708px;
	background-repeat: no-repeat;
	text-indent: -1000em;
}
h2 {
	font-weight: bolder;
	font-size: 140%;
	color: #CC0000;
}

.box1 {
	margin-top: 20px;
	clear: both;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9AA79F;
}

.box1_left {
	width: 150px;
	background-color: #9A0F07;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}

.box1_right {
	float: right;
	margin-bottom: 20px;
	width: 496px;
	margin-top: 20px;
}
.center {
	clear: both;
	width: 658px;
	text-align: center;
}

#event {
	clear: both;
	padding: 20px;
	border: 1px solid #CC0000;
}
#eventmenu {
	text-align: left;
}
#coupon {
	clear: both;
	padding: 20px;
	border: 1px solid #CC0000;
}
#couponmenu {
	text-align: left;
}

#box2 {
	margin-top: 20px;
	margin-left: -5px;
}
