@charset "UTF-8";

/*products.html専用
-----------------------------------------*/
body nav ul li a[href="products.html"] {
border-bottom: 5px solid #039;
}

/*メニュー一覧
-----------------------------------------*/
section > h2 {
margin: 0 0 0 240px;
}
section > h2 {
background: url(../img/midashi2a.png) no-repeat left center;
height: 32px;
line-height: 33px;
font-size: 16px;
text-indent: 15px;
}
section > h2 + div {
border: 1px solid #C1D2E1;
margin: 0 0 40px 240px;
padding: 15px 15px 0;
}
article {
position: relative;
min-height: 150px;
margin-bottom: 15px;
}
article h1,
article p,
article p.price {
margin: 0 0 0 250px;
}
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: #C36;
font-size: 18px;
font-weight: bold;
margin-top: 10px;
}
article img {
position: absolute;
top: 0;
left: 0;
}

/*メニューカテゴリーリスト
-----------------------------------------*/
#categoryMenu {
position: absolute;
top: 65px;
left: 20px;
width: 217px;
}
#categoryMenu h2 {
background: #039 url(../img/midashi3.gif) no-repeat;
height: 30px;
color: #FFF;
font-size: 16px;
line-height: 33px;
text-indent: 10px
}
section ul {
border: 1px solid #BBB;
background: #F8F9FC;
padding-bottom: 15px;
}
section li a {
display: block;
font-weight: bold;
line-height: 1.2;
color: #333;
text-decoration: none;
background: url(../img/icon1.gif) no-repeat 5px 13px;
padding: 10px 10px 10px 17px;
margin: 0 10px;
border-bottom: 1px dotted #959595;
}
section li a:hover {
color: #333;
text-decoration: underline;
}

