@charset "Shift-JIS";
@import "common.css";


/* Header
-------------------------------------------------*/
.header {
	width: 80em;
	height: 14em;
	background: url(../item/lunch/head_shiki.gif);
	margin: auto;
}

/* Wrap-main
-------------------------------------------------*/
#wrap-main {
	background: url(../item/lunch/bg.gif);
	width: 80em;
}

.box1 {
	width: 68em;
	margin: 2em 6em;
}


.p_big {
	color: #600;
	font-size: 16px;
	font-weight:bold;
	line-height:120%;
	text-align: center;
}

.p_gree {
	color:#660;
	font-size: 14px;
	font-weight:bold;
	line-height:120%;
	text-align: center;
}

.p_smol {
	color:#F60;
	font-size: x-small;
	text-align: center;
	padding-top: 0px;
}

a         { text-decoration: underline;} /* リンクの種類（この場合下線をつける） */
a:link    { color: #F60;} /* リンクの色 */
a:visited { color: #F60;} /* 訪問済みのリンクの色 */
a:hover   { color: #09c;} /* リンクにカーソルがオーバーしている時の色 */
a:active  { color: #09c;} /* リンククリック状態の色 */

.p_day {
	color:#600;
	font-size:small;
	font-weight:bold;
	line-height:140%;
	text-align: right;
}
	
.p_title {
	color:#660;
	font-size:small;
	font-weight:bold;
	line-height:140%;
	padding-left: 30px;
}


.p_menu_day{
	color:#600;
	font-size:12px;
	line-height:１１０px;
	text-align: left;
	padding-left:10px;
}
