/* *****************************************************************************
	おすすめフルコース CSS
***************************************************************************** */
@import url("../../css/base.css");
@import url("../_restaurant_contents.css");

/* 10周年記念 */
.aniv  {
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #f90;
	width:490px;
}

.aniv th {
	padding:2px;
	font-size:14px;
	line-height:18px;
	text-align:left;
	background:#fee8b0;
}

.aniv td {
	padding:2px 10px;
	background:#fff5db;
}

/*---見出し部分---*/

#Main .new{
	border-bottom: 2px solid #FF0000;
	text-align: center;
}

#Main .set{
	border-left: 4px solid #00CC00;
	border-bottom: 1px solid #00CC00;
	background: #CCFFCC;
}

#Main .special{
	border-left: 4px solid #999999;
	border-bottom: 1px solid #999999;
	background: #CCCCCC;
}

/*---左側画像・キャプション---*/


#Main #Image {
	text-align: left;
	width: 480px;
	height: auto;
	margin-top: 10px;
}

#Main #Image img {
	border: 1px solid #600;
}

.Caption {
	margin-top: 0;
	font-size: 10px;
	color: #999999;
	text-align: center;
}

/*---右側見出し・コメント---*/

#Main #Comment {
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	float: left;
}

#Main #Comment h4 {
	margin-top:10px;
	font-size:16px;
}

#Main #Comment table {
	margin-left: 15px;
	margin-right:auto;
}


#Main #Comment p {
	font-size: 12px;
	margin-top:25px;
	margin-bottom: 0;
}

#Main #Comment .red {
	color: #FF0000;
}

#Main #Comment .price {
	font-size: 16px;
	font-weight:bold;
}

table.box td {
	vertical-align:top;
}

/*-------------------------------------------------------------------------------
ディナー
-------------------------------------------------------------------------------*/

div.box {
	margin:0 0 15px;
	width:490px;
}


/*---画像・キャプション---*/
div.image {
	width:210px;
	float:left;
	font-size:10px;
	_font-size:9px;
	color:#999;
	text-align:center;
}

div.image img {
	margin:0 0 5px;
	border:1px #600 solid;
}

/*---値段表示---*/

div.text {
	width:260px;
	float:right;
}

h4 {
	padding-left:10px;
	border-bottom:1px solid #c00;
	background:#c99;
	font-size:12px;
	color:#fff;
	text-align:left;
	letter-spacing:2px;
}

h5 {
	margin:0;
	padding:10px 0 10px;
	color:#c00;
	font-size:12px;
	line-height:16px;
}

#Main div.text p {
	margin-bottom:0;
}


#Main div.text p.price {
	margin:0 0 10px;
	font-size: 12px;
	letter-spacing: 1px;
	text-align:right;
	color:#000;
}

#Main div.text p.price span {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color:#600;
}

#Main div.text p.Remark {
	margin-top:5px;
	font-size: 10px;
	line-height: 14px;
}

.menu {
	width:210px;
	float:right;
	margin-bottom:10px;
	margin-right:10px;
	_margin-right:5px;
	color:#600;
	background:#fed;
	padding:10px;
	border-bottom:1px solid #ec9;
}

#Main p.menu {
	margin-bottom:0;
}

.left_box {
	float:left;
	width:250px;
}

p.price {
	font-size:14px;
}

p.price span {
	font-weight:bold;
	font-size:20px;
	color:#600;
}

#Main p.func {
	margin-top:0;
	margin-right:10px;
	padding-top:10px;
	text-align:right;
	font-size:10px;
	_font-size:9px;
}


