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

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

div#catch h3 {
	position:absolute;
	top:32px;
	left:45px;
	}

div#catch p.lead {
	position:absolute;
	top:112px;
	left:45px;
	}

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

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

div#menu dl {
	float:left;
	}

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

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

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

div#menu dl#service {
	width:178px;
	height:275px;
	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;
	}


