@charset "Shift_JIS";

/* catch
----------------------------------------------- */

div#catch {
	width:940px;
	height:220px;
	margin-top:10px;
	background:#0e0301 url(../img/catch_bg.jpg) no-repeat left top;
	}

div#catch h3 {
	width:254px;
	height:39px;
	padding:81px 0 0 45px;
	}

div#catch p {
	width:164px;
	height:24px;
	padding:0 0 0 45px;
	}

/* menu
----------------------------------------------- */

div#menu {
	width:710px;
	height:304px;
	}

div#menu dl {
	float:left;
	}

div#menu dl#seat {
	width:178px;
	height:304px;
	background:#fffeed url(../img/menu_seat_bg.gif) no-repeat left top;
	}

div#menu dl#meals {
	width:177px;
	height:304px;
	background:#fffeed url(../img/menu_meals_bg.gif) no-repeat left top;
	}

div#menu dl#enter {
	width:177px;
	height:304px;
	background:#fffeed url(../img/menu_enter_bg.gif) no-repeat left top;
	}

div#menu dl#service {
	width:178px;
	height:304px;
	background:#fffeed url(../img/menu_service_bg.gif) no-repeat left top;
	}

div#menu dt {
	height:210px;
	}

div#menu dt img {
	vertical-align:top;
	}

div#menu dd {
	padding-left:6px;
	}

div#menu dd img {
	vertical-align:top;
	}


