@charset "utf-8";

/*　フード
------------------------------------------------------------ */

#img_food {
	width: 600px;
	height: 250px;
	background: url(../common/images/img_food.jpg) no-repeat;
	text-indent: -999em;
}

.box_01 {
    width: 540px;
}
.txt_01 {
    width: 540px;
	height: 30px;
	/*background: url(../common/images/food_txt01.jpg) left top no-repeat;*/
	background: url(../common/images/food_txt02.jpg) left top no-repeat;
	border-bottom: 1px dotted #E3DBB0;
}
.txt_01 h3 {
    text-indent: -999em;
}

.table_01 {
    width: 540px;
	font-size: 1em;
	margin-top: 20px;
}
.table_01 td,
.table_01 th {
    vertical-align: top;
	font-weight: normal;
	padding-bottom: 10px;
}
.table_01 th {
    text-align: right;
}
.table_01 td .span_01 {
    color: #999;
}
/*.table_01 .td_01 {
    width: 210px;
}*/
