/* catering style
****************************************/


/* content
****************************************/
div#content table.menu{
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	margin:0px;
	padding:0px;
/*	width:60%;*/
}
div#content table.menu th{
	background-color:#E0E0E0;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font-weight:bold;
	text-align:center;
}
div#content table.menu td{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	/* text-align:center;*/
	width:135px;
	padding:0px 15px;
}
div#content table.menu tr.trEven td{
	background-color:#F3F3FF;
}
div#content table.menu td.price{
	width:55px;
	text-align:right;
}
div#content table.menu td.no{
	border-right:none;
	width:135px;
}
div#content table.menu td.price_no{
	width:55px;
	border-right:none;
}

div#content table.bento{
	margin:0px auto 15px;
	padding:0px;
	width:90%;*/
}
div#content table.bento td{
	text-align:center;
}
div#content table.bento td img{
	border:1px solid #CCCCCC;
}

div#content table.bento td img.no{
	border:none;
}