@charset "UTF-8";

/*-----------------------------------------------------------------------------
 バナー
-----------------------------------------------------------------------------*/
div#banner div.down {
    margin-top: 10px;
}

/*-----------------------------------------------------------------------------
 サブ
-----------------------------------------------------------------------------*/
div#sub {
    margin: 35px 0 15px 0;
    border: 0px solid #f00;
}


div#sub div.header {
    overflow: hidden; /* IE6だけ隙間ができるので */
    width: 672px;
    height: 10px;
    background: transparent url(../../img/sub/header.jpg) no-repeat left top;
}
div#sub div.main {
    width: 672px;
    background: transparent url(../../img/sub/main.jpg) repeat-y left top;
}

div#sub div.footer {
    width: 672px;
    height: 12px;
    background: transparent url(../../img/sub/footer.jpg) no-repeat left top;
}

/*-----------------------------------------------------------------------------
 ナビゲーション
-----------------------------------------------------------------------------*/
div.navi {
    overflow: hidden;
}

div.navi ul {
    margin-left: 32px;
    font-size: 12px;
}

div.navi li {
    display: inline;
    border-left: 1px solid #462515;
    padding: 0 10px;
}

div.navi li.last {
    border-right: 1px solid #462515;
}

div.navi a {
    color: #462515;
    text-decoration: none;
}

/* リンク選択時 */
div.navi li.selected a {
    color: #7cc4e8;
    text-decoration: none;
}

div.navi li.last_selected {
    border-right: 1px solid #462515;
}

div.navi li.last_selected a {
    color: #7cc4e8;
    text-decoration: none;
}

/*-----------------------------------------------------------------------------
 生地紹介
-----------------------------------------------------------------------------*/
div#sub h2.title {
    clear: left;
    margin-left: 2px;
    width: 657px;
    height: 86px;
    background: transparent url(../../img/title/sale.jpg) no-repeat left top;
    text-indent: -9999px;
}

div.main div.wrapper {
    margin: 0 0 33px 25px;
    border: 0px solid #00f;
}

div.main div.cloth {
    float: left;
    width: 297px;
    border: 0px solid #00f;
}

/* 写真 */
div.cloth div.photo {
    float: left;
    width: 128px;
    text-align: center;
    border: 0px solid #f00;
}

/* テキスト */
div.cloth div.text {
    float: left;
    width: 169px;
    border: 0px solid #f00;
}

div.text p.item {
    margin-top: 8px;
    color: #595758;
    font-size: 12px;
    border: 0px solid #f00;
}

p.item span.important {
    color: #b45942;
    font-size: 12px;
}

div.text p.sale {
    margin: 24px 0 11px 0;
    color: #d0181b;
    font-size: 12px;
    font-weight: bold;
}

/* Page Top */
div#sub div.jump {
    width: 638px;
    height: 30px;
    text-align: right;
}

div#sub div.jump a {
    color: #7bbbdc;
    font-size: 10px;
    text-decoration: none;
}

