@charset "utf-8";

@import "../../../files/css/layout.css";


#background img {
    position: fixed;
    opacity: 0;
    z-index: 0;
}

/*-------------------------------------------------------------------------
    Contents
/*-----------------------------------------------------------------------*/

.contents {
    background: none;
    z-index: 1;
}
    .contents h2 {
        margin: 36px 0 0 20px;
    }
    .contents .notes {
        padding-bottom: 200px;
        position: relative;
        top: 0;
        left: 316px;
    }
    .contents .chara {
        position: absolute;
        top: 740px;
        left: 20px;
    }
        .contents .notes .pagenavi {
            position: relative;
            top: -92px;
            left: 300px;
        }
            .contents .notes .pagenavi a {
                width: 123px;
                display: block;
            }

            .contents .notes .pagenavi #prev {
                position: relative;
                left: -69px;
            }
            .contents .notes .pagenavi #next {
                position: relative;
                right: -69px;
                bottom: 26px;
            }

/*-------------------------------------------------------------------------
    Menu
/*-----------------------------------------------------------------------*/
.contents .menu {
    float: left;
    height: 483px;
    width: 268px;
    margin: 40px 0 0 17px;
    background: url(../img/common/menu/bg.png) no-repeat;
    position: absolute;
}
    .contents .menu h3 {
        margin-top: 36px;
        text-align: center;
    }
    .contents .menu dl {
        margin-top: 16px;
        text-align: center;
    }
        .contents .menu dt {
            margin-bottom: 4px;
        }
        .contents .menu dd {
            margin: 2px 0 0 24px;
            text-align: left;
        }
            .contents .menu dd a {
                padding: 4px 0 0 24px;
                display: block;
            }
            .contents .menu dd .current {
                background: url(../img/common/menu/current.png) no-repeat left top;
            }
