@charset "UTF-8";

/*Dinner.html専用　メニューのスタイルはmenu.css
-----------------------------------------*/
nav ul li a[href="drink.html"] {
color: #000;
background: #C8A94D url(file:///I|/HP/common/img/menu1.png) repeat-x left bottom;
}
nav > ul li a[href="Dinner.html"] + ul {
display: block;
}

