@charset "UTF-8";
/*main.css*/

#wrapper {
    width: 930px;
    margin: 0 auto;
    position: relative;
    padding: 0 4px;
}
/* ------------------------------------------------------------------------
header
------------------------------------------------------------------------ */
#header {
    height: 52px;
    background: url('../img/bg_link_space.gif') repeat-x;
    margin: 0 auto;
}
#header .logoSqex {
    float: left;
    width: 116px;
    padding: 21px 0 0 20px;
}
#header .logoYahoo {
    float: right;
    width: 178px;
    padding: 9px 12px 0 0;
}
/* ------------------------------------------------------------------------
contents
------------------------------------------------------------------------ */
#contents {
    width: 100%;
    position: relative;
}
#contents div {
    position: relative;
}
/* ------------------------------------------------------------------------
btnOfficial
------------------------------------------------------------------------ */
#contents #btnOfficial {
    width: 930px;
    position: absolute;
    bottom: 0;
}
#contents #btnOfficial a {
    background-image: url('../img/btn_link.png');
    width: 508px;
    height: 52px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/* ------------------------------------------------------------------------
footer
------------------------------------------------------------------------ */
#footer {
    width: 930px;
    background: url('../img/bg_footer.gif');
    border-top: 2px solid #999;
    margin: 0 auto;
    padding: 20px 0 20px;
    text-align: center;
}
#footer #copyright p {
    font-size: 12px;
    line-height: 1.6;
    color: #fff;
}
#footer #copyright p a {
    color: #ff6400;
    text-decoration: underline;
}
#footer #copyright p a:hover {
    color: #ff3300;
}
/* ------------------------------------------------------------------------
変更箇所
------------------------------------------------------------------------ */
.bg_body {
    background-image: url('../img/bg_ptrn_contents.gif'),url('../img/bg.png');
    background-position: center 0,center 0;
    background-repeat: repeat-y,no-repeat;
    background-color: #560992;
}
#contents #btnOfficial {
    bottom: 52px;
}
