@charset "utf-8";
/* CSS Document */
@import url("base.css");
.box{
	clear:both;
	margin-top:15px;
	float:left;
	background:url(../images/box_back.gif) repeat-y center;
	width:800px;
}
.box_top{
	margin:0px;
	float:left;
	background:url(../images/box_top.gif) no-repeat;
	width:800px;
	height:11px;
}
.box_bot{
	margin:0px;
	float:left;
	background:url(../images/box_bottom.gif) no-repeat;
	width:800px;
	height:11px;
}
.box_sentence{
	float:left;
	margin-left:10px;
	width:780px;
}
.bor{
	float:left;
	background-color:#F90;
	width:780px;
	height:1px;
	margin-left:10px;
	margin-bottom:1px;
	margin-top:5px;
}
#main_title{
	float:left;
	width:700px;
	font-weight:900;
	margin-left:10px;
	font-size:large;
}
#main_sentence{
	float:left;
	margin-left:10px;
	width:782px;
	height:333px;
	background:url(../images/food_main.jpg);
}
#sentence{
	margin-left:465px;	
}

#lunch_title{
	float:left;
	width:700px;
	font-weight:900;
	margin-left:10px;
	font-size:large;
}
#lunch_sentence{
	float:left;
	margin-left:10px;
	width:782px;
}

