@charset "UTF-8";

/*menu.html専用
-----------------------------------------*/
body nav ul li a[href="menu.html"] {
background: url(../img/menu_over.png) repeat-x;
color: #FFF;
}

/*メニュー一覧
-----------------------------------------*/
section > h2, article {
margin: 0 20px 20px 250px;
}
section > h2 {
background: url(../img/midashi2.png) no-repeat left center;
height: 60px;/***/
line-height: 30px;
color: #572B38;
font-size: 16px;
text-indent: 20px;
}
article + h2 {
margin-top: 50px;
}
article {
position: relative;
min-height: 160px;
}
article h1,
article p,
article p.price {
margin: 0 15px 0 270px;
}
article h1 {
color: #464646;
font-size: 16px;
margin-bottom: 5px;
}
article p {
color: #666;
font-size: 14px;
line-height: 1.6;
}
article p.price {
color: #666;
font-size: 18px;
font-weight: bold;
margin-top: 10px;
}
article img {
position: absolute;
top: 0;
left: 0;
}

/*メニューカテゴリーリスト
-----------------------------------------*/
section ul {
position: absolute;
top: 65px;
left: 0;
width: 225px;
}
section li a {
display: block;
font-weight: bold;
line-height: 1.2;
color: #FFF;
text-decoration: none;
padding: 10px;
background: pink;
margin-bottom: 2px;
}
section li a:hover {
background: #3F1E27 url(../img/menu_over.png) repeat-x bottom;
color: #FFF;
}

