/**
 * site.css
 *
 * @version $Id: site.css 2 2009-01-20 12:13:46Z yutaka $
 * @author  Yutaka Chiba <yutakachiba@gmail.com>
 */
body {
    font-family: sans-serif;
}

body, th, td {
    color: #666;
}

a {
    color: #333;
}

h1 {
    font-size: 0;
    color: #fff;
}

div#noscript {
    margin: 10em;
    font-size: 14px;
}

div#not-target-browser {
    position: absolute;
    top: 1em;
    left: 1em;
    color: #9e6d08;
}

#main .system-errmsg-box {
    border: solid 1px #9e6d08;
    padding: .5em 1em;
    margin-bottom: 1em;
    color: #9e6d08;
    background-color: #fff;
}

#main ul.errmsg-box {
    list-style-type: none;
}

#main ul.errmsg-box li {
    font-size: 9px;
    color: #9e6d08;
}

/* header */
#header {
    position: relative;
    width: 800px;
    height: 54px;
    margin: 2em auto 0;
    text-align: left;
    background-image: url(/img/common/line_analog.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}

#header h2 {
    margin-right: 2em;
    text-align: right;
    color: #fff;
}

#header p {
    position: absolute;
    top: 1.5em;
    left: 2em;
    color: #9e6d08;
}

#header p strong a {
    font-size: 11px;
    color: #666;
}

#header p strong a span {
    font-size: 10px;
}

#header #view-cart {
    position: absolute;
    width: 14em;
    top: 1.4em;
    right: 160px;
}

#header #view-cart a {
    font-size: smaller;
}

/* menu */
#menu {
    position: absolute;
    width: 780px;
    top: 34px;
    left: 0;
    list-style: none;
    text-align: right;
    padding: 2em 2em 0 0;
}

#menu li {
    padding-left: 1em;
    display: inline;
}

#menu li a {
    padding-left: 1em;
}

#menu li a:hover {
    background-image: url(/img/common/menu_pointer.gif);
    background-repeat: no-repeat;
    background-position: 0 1px;
}

#menu li a#menu-selected {
    background-image: url(/img/common/menu_pointer.gif);
    background-repeat: no-repeat;
    background-position: 0 1px;
}

/* main */
#main {
    margin: 4em auto 2em;
    width: 620px;
    text-align: left;
    position: relative;
}

#main ul#clumblist {
    position: absolute;
    top: .3em;
    right: 0;
}

#main ul#clumblist li {
    display: inline;
    font-size: 10px;
}

#main ul#clumblist a {
    font-size: 10px;
    color: #9e6d08;
}

#main h2 {
    position: relative;
    margin-bottom: 1em;
    color: #000;
    font-size: 18px;
    letter-spacing: .1em;
}

#main div.box {
    margin: 0 0 2em;
}

#main a.to-page-top {
    display: block;
    text-align: right;
    font-size: smaller;
}

/* footer */
#footer {
    width: 800px;
    margin: 0 auto 2em;
    clear: both;
    font-size: 9px;
    text-align: center;
    color: #999;
}

#footer a {
    color: #777;
}

#footer ul {
    margin: .5em 0;
}

#footer li {
    font-size: 12px;
    padding: 0 .5em;
    display: inline;
}

/* system-error */
body#system-error {
    background-image: url(/img/common/genro_logo_bg01.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

body#system-error div {
    font-size: 16px;
    margin-top: 6em;
    color: #9e6d08;
}