@charset "UTF-8";

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

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


/*商品一覧
-----------------------------------------*/
article {
width: 200px;
float: left;
margin: 0 5px 30px 15px;
}

article h1 {
font-size: 14px;
font-weight: bold;
margin: 3px 0;
background: url(../img/icon1.png) no-repeat left 0;
padding-left: 15px;
}
article p {
font-size: 12px;
}
article p.price {
font-size: 14px;
margin-top: 15px;
color: #F00;
font-weight: bold;
}

#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: #003300;
color: #FFF;
}
#navigation dd a {
background: #FFF  no-repeat 200px center;
color: #000;
}
#navigation dt a:hover {
background: #3E8D23;
}
#navigation dd a:hover {
opacity: .75;
}



