@charset "UTF-8";

/*products(n).html共有
-----------------------------------------*/
nav > ul > li > a[href*="products"] {
background: url(../img/parts_menu1.png) no-repeat center 30px;
}

/*カラム
-----------------------------------------*/
#productList {
float: right;
width: 660px;
}
#navigation {
float: left;
width: 230px;
}


/*商品一覧
-----------------------------------------*/
article {
width: 633px;
margin: 0 0 30px 15px;
padding: 5px;
border: 1px solid #CCC;
background: #FFF url(../img/feature.png) repeat-x bottom;
}
article:after {
content: "";
display: block;
clear: both;
}
*+html article {
min-height: 1px;
}
article img {
float: left;
}
article h1 {
margin: 10px 0 10px 335px;
font-size: 14px;
font-weight: bold;
background: url(../img/icon1.png) no-repeat left 0;
padding-left: 15px;
}
article p {
margin: 0 0 0.5em 335px;
font-size: 14px;
line-height: 1.4;
}
article p.price {
font-size: 20px;
color: #F00;
font-weight: bold;
text-align: right;
}

#productList > p {/*↑このページのはじめに戻る*/
text-align: right;
clear: both;
margin: 0 0 45px;
}
#productList > p a {
color: #000;
}
#productList > p a:hover {
color: #666;
}


/*商品メニュー
-----------------------------------------*/
#navigation dl {
background: url(../img/sub_menu.png) repeat-x;
margin-bottom: 45px;
padding: 5px 5px 1px 5px;
}
#navigation a {
display: block;
text-decoration: none;
margin-bottom: 3px;
padding: 15px 10px;
}
#navigation dt a {
background: #990000;
color: #FFF;
}
#navigation dd a {
background: #FFF no-repeat 200px center;
color: #000;
}
#navigation dt a:hover {
background: #CC6600;
}
#navigation dd a:hover {
opacity: .75;
}



