@charset "UTF-8";
@import url("standard.css");

/*foodの表示 idセレクタ*/
BODY#food{
	color:#000000;
	background-image:url("../pict/food_back.gif");
	height: 100%; 
}
BODY#food:link{
	color:#0033ff;
	text-decoration:underline;
}
BODY#food:visited{
	color:#ff00ff;
	text-decoration:underline;
}
BODY#food:active{
	color:#33ff33;
	text-decoration:underline;
}
BODY#food:hover{
	color:#000000;
	text-decoration:none;
}

DIV.food_top{
	margin:0;
	width:900px;
	height:54px;
	text-align:center;
	background-color:#e0e0ff;
	border-bottom:1px solid #aaaaaa;
}

