/* メニューテーブル ***************************************/
body.page03 div#main table{
	float:left;
	margin-right:2em;
	border-collapse:collapse;
}


body.page03 div#main table td.separate{
	padding-bottom:3px;
}


body.page03 div#main table td{
	padding-left:5px;
}


body.page03 div#main table caption{
	font-weight:bold;
}
/* メニューテーブルend ***************************************/


/* 個々のメニュー ***************************************/
body.page03 div#main table span.menuSub{
	font-size:70%;
}

body.page03 div#main table#menu1 td#coffee{
	border-left:1em solid #804040;
}
body.page03 div#main table#menu1 td#tea{
	border-left:1em solid #ffc488;
}
body.page03 div#main table#menu1 td#milk{
	border-left:1em solid #ffffbf;
}
body.page03 div#main table#menu1 td#freshjuice{
	border-left:1em solid #bfffbf;
}
body.page03 div#main table#menu1 td#icecream{
	border-left:1em solid #2f97ff;
}

body.page03 div#main table#menu2 td#cakeset{
	border-left:1em solid #ff9797;
}
body.page03 div#main table#menu2 td#mattchaset{
	border-left:1em solid #009700;
}
body.page03 div#main table#menu2 td#morningset{
	border-left:1em solid #ffd2ff;
}
body.page03 div#main table#menu2 td#lunchset{
	border-left:1em solid #ff9224;
}
/* 個々のメニューend ***************************************/


/* 画像 ***************************************/
body.page03 div#main div.imgBox{
	float:left;
}


body.page03 div#main div.imgBox p#morningsetImg img{
	width:160px;
	height:240px;
}
/* 画像end ***************************************/