@charset "UTF-8";

/*-----------------------------------------------------------------------------
 左メニュー
-----------------------------------------------------------------------------*/
div#main div.menu {
    float: left;
    width: 230px;
    border: 0px solid #f00;
}
div.menu li {
    height: 53px;
    text-indent: -9999px;
}
div.menu li a {
    display: block;
    width: 141px;
    height: 30px;
}
div.menu ul {
    margin-left: 29px;
}

/* ロールオーバー時メニュー画像  */
li#showanews {
    background: transparent url('../../img/menu/showanews_over.jpg') no-repeat left top;
}
li#exhibition {
    background: transparent url('../../img/menu/exhibition_over.jpg') no-repeat left top;
}
li#hotseller {
    background: transparent url('../../img/menu/hotseller_over.jpg') no-repeat left top;
}
li#backnumber {
    background: transparent url('../../img/menu/backnumber_over.jpg') no-repeat left top;
}

/* 通常時メニュー画像 */
li#showanews a {
    background: transparent url('../../img/menu/showanews.jpg') no-repeat left top;
}
li#exhibition a {
    background: transparent url('../../img/menu/exhibition.jpg') no-repeat left top;
}
li#hotseller a {
    background: transparent url('../../img/menu/hotseller.jpg') no-repeat left top;
}
li#backnumber a {
    background: transparent url('../../img/menu/backnumber.jpg') no-repeat left top;
}

/* 通常時メニュー画像を消す */
li#showanews a:hover,
li#exhibition a:hover,
li#hotseller a:hover,
li#backnumber a:hover {
    background: none;
}

/* 選択時メニュー画像 */
li#showanews_selected a {
    background: transparent url('../../img/menu/showanews_over.jpg') no-repeat left top;
}
li#exhibition_selected a {
    background: transparent url('../../img/menu/exhibition_over.jpg') no-repeat left top;
}
li#hotseller_selected a {
    background: transparent url('../../img/menu/hotseller_over.jpg') no-repeat left top;
}
li#backnumber_selected a {
    background: transparent url('../../img/menu/backnumber_over.jpg') no-repeat left top;
}

/*-----------------------------------------------------------------------------
 右コンテンツ
-----------------------------------------------------------------------------*/
div#contents {
    float: right;
    width: 671px;
    /*height: 100px;*/
    border: 0px solid #00f;
}
div#contents div.header {
    overflow: hidden; /* IE6だけ隙間ができるので */
    background: transparent url('../../img/frame/header.jpg') no-repeat left top;
    height: 10px;
    width: 602px;
}
div#contents div.main {
    background: transparent url('../../img/frame/main.jpg') repeat-y left top;
    width: 602px;
}
div#contents div.footer {
    background: transparent url('../../img/frame/footer.jpg') no-repeat left top;
    height: 10px;
    width: 602px;
}

/*-----------------------------------------------------------------------------
売れ筋ランキング
-----------------------------------------------------------------------------*/
div.main h2.title {
    display: inline;
    margin-left: 45px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    height: 54px;
    line-height: 54px;
}

div.main span.supplement {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    height: 54px;
    line-height: 54px;
}

div.main div.rank {
    margin: 0 0 18px 45px;
    width: 514px;
}

/* 商品名 */
div.rank div.list {
    margin-bottom: 13px;
}
div.rank span.no {
    color: #de0000;
    font-size: 16px;
    font-weight: bold;
}
div.rank h3.name {
    display: inline;
    color: #eb656f;
    font-size: 14px;
    font-weight: bold;
}
div.rank h3.name a {
    color: #eb656f;
    text-decoration: none;
}

/* 写真 */
div.rank div.photo {
    float: left;
    width: 227px;
    text-align: center;
    border: 0px solid  #0f0;
}

/* テキスト */
div.rank div.mark {
    float: left;
    width: 27px;
    color: #eb656f;
    font-size: 12px;
    text-align: right;
    border: 0px solid  #f00;
}
div.rank div.comment {
    float: right;
    width: 260px;
    color: #000;
    font-size: 12px;
    border: 0px solid  #00f;
}

div.main p.notice {
    margin-left: 45px;
    color: #000;
    font-size: 12px;
    height: 75px;
    line-height: 75px;
}

/* ページトップ */
div#contents div.jump {
    width: 590px;
    height: 40px;
    text-align: right;
}
div#contents div.jump a {
    color: #f95356;
    font-size: 10px;
    text-decoration: none;
}


