@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
    width: 100%;
}
body {
    color: #FFFFFF;
    max-height: 100%;
    overflow-y: hidden;
}
header {
    display: none;
}
footer {
    background-color: #000000;
    width: 100%;
    clear: both;
    height: 7%;
    bottom: 0px;
    z-index: 9000;
}
#container {
    width: 100%;
    position: relative;
    height: 100% !important;    /* IE6対策 */
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#main {
    width: 77%;
    float: left;
    height: 93%;
    min-height: 93%;
    z-index: 0;
    overflow-y: auto;
}
#side {
    width: 23%;
    background-color: rgba(57,53,86,0.80);
    float: left;
    right: 0px;
    min-height: 93%;
    overflow-y: hidden;
    height: 93%;
}


