@charset "utf-8";
/* CSS Document */

@import "common.css";


h1 {
	background-image: url(../shop/img/title.jpg);
	height: 63px;
	width: 708px;
	background-repeat: no-repeat;
	text-indent: -1000em;
}
h2 {
	font-weight: bolder;
	font-size: 140%;
	color: #CC0000;
}

#box1 {
	margin-top: 10px;
}

#box1_left {
	height: auto;
	width: 343px;
	background-color: #F9F5E8;
	float: left;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
*:first-child+html #box1_left {
	padding-bottom: 20px;
}

#box1_right {
	float: right;
}

#event {
	clear: both;
	padding: 20px;
	border: 1px solid #CC0000;
}
#eventmenu {
	text-align: left;
	margin-bottom: -1px;
}
#coupon {
	clear: both;
	padding: 20px;
	border: 1px solid #CC0000;
}
#couponmenu {
	text-align: left;
	margin-bottom: -1px;
}

#box2 {
	margin-top: 5px;
	margin-left: -5px;
}

