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

#Main {
	padding:0 0 20px;
	width:516px;
}

/* テキスト */
#Main p {
	margin:0 0 3px;
	text-align:center;
	background-color:#fff;
	line-height:16px;
}

#Main p.text {
	margin:5px 0 3px;
	text-align:left;
	background-color:#fff;
	line-height:16px;
}

#Main p.text span {
	font-size:10px;
	_font-size:9px;
}

#Main p.steaktitle {
	margin:0 0 5px;
	font-size:12px;
	color:#d00;
	line-height:20px;
}

div.all {
	padding:150px 0 0;
	width:516px;
	position:relative;
	background:#fff url("title.jpg") no-repeat 50% 4px;
}

div.right {
	margin:0 0 20px;
	width:200px;
	float:right;
}

div.left{
	margin:0 0 20px;
	width:300px;
	float:left;
}

div.left h4,
div.right h4 {
	width:100%;
}

#Main p.special a {
	display:block;
	margin:0 auto 20px;
	width:280px;
	height:51px;
	background:url("link.jpg") no-repeat 0 0;
}

#Main p.special a:hover {
	background:url("link.jpg") no-repeat 0 -53px;
}

/* 日替わりランチ */
table#lunch {
	border:1px #ffd2d2 solid;
	border-collapse:collapse;
	width:300px;
	display:block;
}

table#lunch th,
table#lunch td {
	line-height:12px;
}

table#lunch td.steak {
	color:#d00;
}

table#lunch th {
	padding:3px 0;
	width:45px;
	background-color:#fdf0f0;
	vertical-align:middle;
	color:#600;
}

table#lunch td {
	padding:3px 2px;
	font-size:10px;
	_font-size:9px;
	width:255px;
}

#lunch table.sp999 {
	border:0;
	width:190px;
}

#lunch table.sp999 td {
	padding:0;
	border:0;
	height:auto;
}

#Main p#price {
	margin-bottom:10px;
	text-align:right;
	font-size:14px;
	line-height:20px;
}

#Main p#price span {
	font-weight:bold;
	font-size:18px;
}

table#lunch tr.color td {
	background-color:#fdf0f0;
}

table#lunch tr.color th {
	background-color:#ffd2d2;
}

table#lunch tr.color2 td {
	color:#675a1e;
	background:#f8f2d7;
}

table#lunch tr.color2 th {
	color:#675a1e;
	background:#e3dbb6;
}





/* 日替わりパスタ */

#Main #img_box {
	position:absolute;
	top;
	right:0;
	color:#d00;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
}

#Main #img_box img {
	margin:0 0 15px;
}

#pasta_box {
	position:absolute;
	bottom:20px;
	right:0;
}

table#pasta {
	border:1px #d4e5ff solid;
	border-collapse:collapse;
	width:200px;
}

table#pasta th,
table#pasta td {
	padding:2px 4px;
	font-size:12px;
	color:#000;
}

table#pasta th {
	background-color:#f0f5fd;
	color:#1d48ad;
	width:37px;
	height:37px;
	_height:35px;
}

table#pasta th.title {
	padding:5px 0;
	width:auto;
	background-color:#1d48ad;
	color:#fff;
}

table#pasta td {
	text-align:left;
	line-height:16px;
	font-size:10px;
	_font-size:9px;
	height:37px;
	_height:35px;
}

table#pasta tr.color td {
	background-color:#f0f5fd;
}

table#pasta tr.color th {
	background-color:#d4e5ff;
}

#Main table.tenth td {
	padding:5px 3px;
	text-align:left;
	background:#fcf8e3;
}

#Main table.tenth strong {
	color:#675a1e;
	font-size:14px;
}


