/* *****************************************************************************
	アゼリアTOP CSS
***************************************************************************** */
@import url("../css/base.css");
@import url("_restaurant_top.css");

/* 右コンテンツ */
h3#party {
	margin:0;
	background-color:#ea0;
	width:490px;
}

/* パーティープラン */
div.partyplan {
	margin:0 0 20px;
	padding:5px;
	border:1px #ea0 solid;
	width:478px;
	background-color:#fff;
}

div.partyplan div.image {
	float:left;
	width:180px;
	background-color:#fff;
	text-align:center;
	color:#666;
	font-size:10px;
	_font-size:9px;
}

div.partyplan div.image img {
	margin:0 0 5px;
}

div.partyplan div.txt {
	padding:5px 0 0;
	width:282px;
	float:right;
	line-height:18px;
}

div.partyplan div.txt strong {
	font-size:15px;
}

/* お得情報 */
div.extra {
	margin:0 0 10px;
	padding:5px 0;
	border:1px #f00 solid;
	width:488px;
	background-color:#fff;
}

div.extra div.eleft {
	padding:0 0 0 85px;
	float:left;
	width:171px;
	background:#fff url("img/otoku.gif") no-repeat 3px 50%;
}

div.extra div.eleft div.down {
	margin:5px 0 0;
	padding:5px 0;
	width:171px;
	background-color:#f33;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

div.extra div.eright {
	float:right;
	width:220px;
	line-height:16px;
}

/* 10%OFF */
div.silver {
	padding:0 0 10px;
	width:488px;
	border:1px #3e8348 solid;
	background-color:#f2fff4;
	text-align:center;
}

div.silver h5 {
	margin:0 0 5px;
	padding:5px 0;
	width:488px;
	text-align:center;
	color:#fff;
	font-size:12px;
	/*\*/letter-spacing:1px;/**/
	background-color:#3e8348;
}

div.silver span.arrow,
div.silver strong {
	margin:0 0 5px;
	display:block;
	color:#f00;
}

div.silver span.arrow {
	font-size:18px;
}

div.silver strong {
	font-size:20px;
	letter-spacing:1px;
}

