#food_main { 
	float: left;
	color: #333;
	/*background: #896556;*/
	background: #fff;
	margin: 0px 0px 5px 0px;
	padding:10px;
	/*height: 350px;*/
	width: 580px;
	display: inline;
}

#food{
 border-left:solid 5px #BD9C8C;
 border-bottom:solid 1px #BD9C8C;
 margin-bottom:1em;
}

.food_colum{
 margin-left:1.0em;
 margin-top:1.0em;
 font-size:1.2em;
 line-height:1.5;
}

.menu{
 font-weight:bold;
 margin-top:1.0em;
 margin-left:0.5em;
}

.food_title{
 padding:4px;
 border:solid 1px #BD9C8C;
 color:#fff;
 background-image: url('../images/navi_bg_bk002.gif');
}
.food_content{
 margin-left:2.0em;
}

.price{
 text-align:right;
}
