@import url("../../css/base.css");
@import url("../_restaurant_contents.css");

/*---右側ページ---*/
#image {
	margin:5px 0 20px;
	width:324px;
	float:left;
	text-align:center;
	color:#999;
	font-size:10px;
	_font-size:9px;
}

#image img {
	margin:0 0 5px;
	padding:1px;
	border:1px solid #060;
}

#comment {
	margin:5px 0 20px;
	width:155px;
	float:right;
}

#comment strong {
	font-size:16px;
}

/* 料理のメニュー */
div#spring,
div#summer,
div#autumn,
div#winter {
	margin:0 0 10px;
	padding:10px 15px;
	border-top:1px #000 solid;
	border-bottom:2px #000 solid;
	width:460px;
	text-align:center;
	letter-spacing:1px;
}

div#spring h5,
div#summer h5,
div#autumn h5,
div#winter h5 {
	margin:0;
	font-size:14px;
	border-bottom:2px #000 solid;
}

div#spring strong,
div#summer strong,
div#autumn strong,
div#winter strong {
	display:block;
	margin:10px 0 5px;
}

div#spring {
	background: url(washi_4.gif);
	border-top-color:#802f65;
	border-bottom-color:#802f65;
	color:#802f65;
}

div#summer {
	background: url(washi_5.gif);
	border-top-color:#236bf3;
	border-bottom-color:#236bf3;
	color:#023BA7;
}

div#autumn {
	background: url(washi_3.gif);
	border-top-color:#984832;
	border-bottom-color:#984832;
	color:#984832;
}

div#winter {
	background: url(washi_2.gif);
	border-top-color:#c96;
	border-bottom-color:#c96;
	color:#986532;
}

div#spring h5 {
	border-bottom-color:#802f65;
}

div#summer h5 {
	border-bottom-color:#236bf3;
}

div#autumn h5 {
	border-bottom-color:#984832;
}

div#winter h5 {
	border-bottom-color:#c96;
}

#Main p#remark {
	margin:0;
	padding:0;
}

/*10周年食前酒サービス*/
.aniv10 {
	margin-top:10px;
	border:1px solid #f90;
	background:#fff5db;
}

.aniv10 p {
	margin:0;
	padding:3px;
}

.aniv10 p.ttl {
	height:60px;
}

.aniv10 p.ttl a {
	display:block;
	float:left;
	background:url("../../event/10th/aniv10th.gif") no-repeat 0 0;
	width:56px;
	height:58px;
}

.aniv10 p.ttl b {
	display:block;
	float:left;
	padding:10px 0 0 5px;
	width:85px;
	line-height:18px;
	font-size:14px;
}

