/* *****************************************************************************
	日替わりランチ CSS
***************************************************************************** */
@import url("../../css/base.css");
@import url("../_restaurant_contents.css");

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

div#headerbox {
	width:516px;
}

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

div.all {
	padding:230px 0 0;
	width:490px;
	position:relative;
	background:#fff url("title.jpg") no-repeat 0 10px;
}

div.title201201 {
	background:#fff url("title201201.jpg") no-repeat 50% 4px;
}

/* ---------------------------------------------------------
	値段
--------------------------------------------------------- */
div#price {
	margin:0 auto 20px;
	padding:15px 20px;
	border:2px #f93 solid;
	width:150px;
	float:left;
	background-color:#fffbf8;
}

div#price table {
	margin:0 auto;
	border-collapse:collapse;
	border-spacing:0;
}

div#price table th,
div#price table td {
	padding:0;
	letter-spacing:1px;
	white-space:nowrap;
}

div#price table th {
	text-align:right;
	font-weight:normal;
	color:#333;
}

div#price table td {
	font-size:18px;
	font-weight:bold;
	color:#442200;
}

div#price table td span {
	font-size:14px;
}

div#price table td.space {
	padding-right:30px;
}

/* ---------------------------------------------------------
	SPF豚
--------------------------------------------------------- */
div#spfpig {
	margin:0 auto 20px;
	padding:5px 10px;
	border:2px solid #d8537f;
	width:250px;
	float:right;
	background-color:#fcf1f4;
}

div#spfpig strong,
div#spfpig a {
	display:block;
	text-align:center;
	line-height:1.4;
}

div#spfpig strong {
	color:#52051f;
}

div#spfpig strong span {
	display:block;
	font-size:18px;
}

div#spfpig table {
	margin:0 0 5px;
	border-collapse:collapse;
	border-spacing:0;
}

div#spfpig table th,
div#spfpig table td {
	padding:3px 5px 3px 0;
}

div#spfpig table th {
	white-space:nowrap;
	vertical-align:top;
	text-align:right;
}

div#spfpig a {
	letter-spacing:1px;
}

/* ---------------------------------------------------------
	メニュー
--------------------------------------------------------- */
div.box {
	border:1px #cec solid;
	padding:1px;
	width:486px;
}

table#lunch {
	border:1px #cec solid;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}

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

table#lunch td.steak {
	color:#090;
	font-weight:bold;
}

table#lunch th {
	padding:3px 0;
	width:50px;
	background-color:#f0fdf0;
	color:#060;
}

table#lunch td {
	padding:7px 5px;
	font-size:12px;
	letter-spacing:1px;
}

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

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

table#lunch tr.color2 th,
table#lunch tr.color2 td,
table#lunch tr.color2 td a {
	color:#c00;
}

table#lunch tr.color3 th,
table#lunch tr.color3 td,
table#lunch tr.color3 td a {
	color:#03c;
}

