@charset "UTF-8";

/*index.html専用
-----------------------------------------*/
#navigation nav > ul > li > a[href="index-i.html"] {
color: #FFF;
background: #4D4D4D url(../img/menu1.gif) no-repeat 7px 13px;
}

img[width="680"] {
border: 1px solid #000;
margin-bottom: 20px;
}
/* 新商品リリース
-----------------------------------------*/
section#release > h1 {
border-bottom: 4px solid #10B9F1;
}

section#release article {
float: left;
width: 150px;
margin: 0 -1px 10px 16px;
}
section#release article img {
margin: 0 0 5px 0;
}
section#release article h2,
section#release a article h2 {
font-size: 14px;
line-height: 1.2;
color: #333;
text-decoration: none;
background: url(../img/icon_release_a.gif) no-repeat left 1px;
padding-left: 15px;
margin-bottom: 3px;
}
section#release a:hover article h2 {
text-decoration: underline;
}
section#release article p,
section#release a article p {
font-size: 12px;
line-height: 1.2;
color: #666;
text-decoration: none;
}


