@charset "utf-8";
/*
 レイアウト
 $Id: screen.css,v 1.8 2006/01/28 05:20:14 glgate Exp $
*/

body {
    background-color: ivory;
    color: black;    
}

div#container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

div#content {
    width: 70%;
    float: right;
}

div#sidebar {
    width: 28%;
    float: left;
}

div#header {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

div#footer {
    clear: both;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
/* その他 */
.hide {
    display: none;
}
.hidden {
    visibility: hidden;
}

/* ヘッダ */
div#headerbox {
    width: 100%;
    background: #F5A3A3;
    padding-bottom: 6px;

}

div#header h1 {
    font-size: 140%;
    font-family: arial, sans-serif;
    font-weight: bolder;
    background: #F5A3A3;
    margin-bottom: 0;
    margin-top: 0;
    padding: .5em 2% .5em 0;

    text-indent: 1em;
}

div#header .logo {
    width: 20%;
    margin-left: 0;
    text-align: left;
    background: #F5A3A3;
    float: left;
    }

/* 商品情報 */
div#content h2 {
    margin-top: 0;
    font-size: 100%;
}
div#content .fetchtime {
    font-size: 80%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
}

div.pageselect {
    width : 100%;
    text-align: right;
    font-size: 80%;
}
div.pageselect li {
    margin-right: 4px;
    display: inline;
}
div.pageselect .currpage {
    font-size: 120%;
}
/* compatibility */
div#pageselect {
    width : 100%;
    text-align: right;
    font-size: 80%;
}
div#pageselect li {
    margin-right: 4px;
    display: inline;
}
div#pageselect .currpage {
    font-size: 120%;
}

ul.item-3cols {
    clear: both;
    margin: 1em 0;
    padding: 0;
    overflow: auto;
    list-style-type: none;
}
ul.item-3cols li {
    margin: 0 2% 4% 2%;
    padding: 0;
    width: 26%;
    float: left;
}
ul.item-3cols div.itemimg {
    margin: auto 0 auto 0;
    padding: 0 2px 0 2px;
    text-align: center;
}

ul.item-3cols div.itemimg:hover {
    margin: auto 0 auto 0;
    padding: 0 2px 0 2px;
    text-align: center;
    background: orange;
}


ul.item-3cols img {
    margin: 0;
    padding: 0;
}

ul.item-3cols a.itemtext {
    margin: 0 0 0 0;
    font-size: 70%;
    font-weight: bolder;
    text-decoration: underline;
}
ul.item-3cols p.itemtext {
    margin: 0 0 0 0;
    font-size: 70%;
}
ul.item-3cols a.a8link {
    margin: 0 0 0 0;
    font-size: 70%;
    text-decoration: none;
}
ul.item-3cols a.a8link:hover {
    margin: 0 0 0 0;
    font-size: 70%;
    text-decoration: underline;
}

ul.item-3cols div.shopinfo {
    text-align: left;
    font-size: 70%;
    margin: 0;
    float: left;
}
ul.item-3cols div.price {
    color: red;
    font-weight: bolder;
    text-align: right;
    font-size: 70%;
    padding: 0 0 0 0 ;
}

ul.item-3cols div.shopitems {
    text-align: right;
    font-size: 70%;
    margin: 0 0 1em 0;
}

p.foo a {
    border: 4px;
}

p.foo a:hover {
    border: 4px;
    background: red;
}

div#pageheadanchor {
    text-align: right;
    font-size: 80%;
    margin-right: 1em;
}

/* サイドバー */
div#sidebar div#genre_text {
    font-family: arial, sans-serif;
    font-size: 110%;
    background-color: #FF9933;
    margin-right: 10px;
    padding-left: .5em;
    padding-top: .5em;
}   
div#sidebar ul.genre_select {
    margin-right: 10px;
    margin-left: 0;
    margin-top: 0;
    padding-left: 1em;
    padding-top: 4px;
    border: 4px solid #FF9933;
}
div#sidebar ul.genre_select li.parent_genre {
    list-style-image: url(http://ra.glgate.jp/image/arrow_up.png);
}
div#sidebar ul.genre_select li.selected_genre {
    list-style-image: url(http://ra.glgate.jp/image/arrow.png);        
}

div#sidebar ul.childs_list {
    padding-left: 1em;
    margin-left: 0;
    list-style-image: url(http://ra.glgate.jp/image/arrow_ch.png);
}
div#sidebar li.child_genre {
    padding-left: 4px;        
}

/* フッター */

div#footer ul {
    margin: 0 0 1em 0;
    padding: 0;
    text-align: center;
}

div#footer ul li {
    display: inline;
    margin: 0;
    padding: 0 20px 0 0;
    white-space: nowrap;
}

div#footer .copyright {
    margin-top: 1em;
    font-size: 80%;
    text-align: center;
}
div#footer .lastmodify {
    text-align: center;
    font-size: 80%;
}

