@charset "Shift_JIS";

@import url("../base.css");


/*----------------------------------------
	コンテンツ
-----------------------------------------*/

#menu_box{
	width:780px;
	height:auto;
	float:left;
	margin-bottom:40px;
}

#menu_left{
	width:370px;
	height:auto;
	float:left;
}

#menu_right{
	width:370px;
	height:auto;
	float:right;
}


/*----------------------------------------
	クーポン
-----------------------------------------*/

#coupon_box{
	width:480px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.t-coupon {
	background-color:#E4E0D9;
	border-right: #9A896E 5px double;
	border-top: #9A896E 5px double;
	border-left: #9A896E 5px double;
	border-bottom: #9A896E 5px double;
	padding:20px 20px 20px 20px;
	text-align:center;
}

#cou-title{
	font-size:14px;
	color:#503200;
	font-weight: bold;;
}

#cou-price{
	font-weight: bold;
	font-size: 18px;
	color: #CC0020;
	border-top:1px #503200 dotted;
	border-bottom:1px #503200 dotte
