﻿/* CSS Document */

@charset"UTF-8";

/* 
* *************************************************
* since:2008.5.8
* Editor:Hiroyuki Yoshino@quantum design
* *************************************************
*/



/* 
====================================================
		1.pageHeader
		2.noodle
		3.sidemenu
====================================================
*/



/* 1.pageHeader
====================================================
*/

div.pageHeader{
	width:770px;
	height:270px;
	padding-left:45px;
	padding-top:50px;
	background-image:url(../menuImage/lunch02.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

div.pageHeader ul li{
	float:left;
	margin-top:10px;
	margin-right:25px;
	height:18px;
	padding-top:6px;
	font-size:12px;
	font-weight:bold;
}

li#lunchOn{
	background-image:url(../menuImage/menuLunchOn.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:23px;
	color:#F46404;
}

li#dinnerOff{
	background-image:url(../menuImage/menuDinnerOff.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:23px;
}



/* 2.noodle
====================================================
*/

div.noodle{
	position:relative;
	width:770px;
	margin-left:45px;
	margin-top:20px;
}

#noodleOutline{
	position:absolute;
	width:500px;
	height:225px;
	left:240px;
	top:0px;
	padding-left:30px;
	padding-top:15px;
	background-image:url(../menuImage/lunch19.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#noodleType{
	margin-bottom:15px;
}

#noodleDisc{
	margin-bottom:15px;
}

#noodleImg{
	width:250px;
	height:230px;
	padding-left:15px;
	padding-top:10px;
}

table#noodlePrice td{
	background-image:url(../image/g_priceIcon01.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:13px;
	padding-top:2px;
	width:150px;
	height:18px;
}



/* 3.sidemenu
====================================================
*/

div.sidemenu{
	position:relative;
	width:770px;
	height:266px;
	margin-left:45px;
	padding-bottom:50px;
	background-image:url(../menuImage/lunch18.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#sidemenuTitle{
	position:absolute;
	top:35px;
	left:90px;
}

#sidemenuLeft{
	position:absolute;
	top:80px;
	left:50px;
}

#sidemenuCenter{
	position:absolute;
	top:80px;
	left:195px;
}

#sidemenuRight{
	position:absolute;
	top:97px;
	left:310px;
}

div.sidemenu dl dt{
	margin-bottom:3px;
}

div.sidemenu dl dd{
	padding-left:13px;
	padding-top:2px;
}


div.sidemenu dl dd#plot{
	background-image:url(../image/g_priceIcon01.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin-bottom:5px;
}

div.sidemenu dl dd#plot02{
	background-image:url(../image/g_priceIcon01.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin-bottom:1px;
}

div.sidemenu dl dd#cap{
	font-size:10px;
	margin-bottom:5px;
}



