@charset "shift_jis";

a.hit, a.hdnhit, a.tab, a.hdntab, a#fhit_back, a#fhit_menu, a.fmhit, a.fmhit_rl, a.fmhit_sc {
    text-decoration: none
}

a.hit {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/spacer.png)
}

a.hdnhit {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/spacer.png)
}

a.hit img, a.hdnhit img {
    width: 100%;
    height: 100%
}

#page {
    box-sizing: border-box;
    position: absolute;
    width: 800px;
    height: 480px;
    top: 0;
    left: 0;
    overflow: hidden
}

#hitLayer {
    position: absolute;
    width: 800px;
    height: 480px;
    top: 0;
    left: 0
}

#fmenu {
    position: absolute;
    left: 0;
    top: 410px;
    width: 800px;
    height: 100px
}

#fmenu div.fmbtn {
    position: absolute;
    top: 17px;
    width: 98px;
    height: 76px
}

#fmenu .wrap_fmbtn {
    position: absolute;
    top: 0;
    left: 254px
}

#fmenu div.fmbtn a.fmhit {
    display: block;
    width: 92px;
    height: 72px;
    position: absolute;
    top: 1px;
    left: 1px
}

#fmbtn_00 {
    left: 10px
}

#fmbtn_01 {
    left: 108px
}

#fmbtn_02 {
    left: 206px
}

#fmbtn_03 {
    left: 304px
}

#fmbtn_04 {
    left: 402px
}

#fmbtn_05 {
    left: 500px
}

#fmbtn_06 {
    left: 598px
}

#fmbtn_07 {
    left: 696px
}

#fmbtn_08 {
    left: 794px
}

.fm7 #fmbtn_00 {
    left: 10px
}

.fm7 #fmbtn_01 {
    left: 124px
}

.fm7 #fmbtn_02 {
    left: 238px
}

.fm7 #fmbtn_03 {
    left: 352px
}

.fm7 #fmbtn_04 {
    left: 466px
}

.fm7 #fmbtn_06 {
    left: 581px
}

.fm7 #fmbtn_07 {
    left: 696px
}

#footer {
    position: absolute;
    left: 0;
    top: 410px;
    width: 800px;
    height: 70px;
    background-color: white;
    /* background: url(../img/fbg.png) repeat-x */
}

#fbtn_back {
    position: absolute;
    left: 7px;
    top: 4px;
    width: 86px;
    height: 32px;
    background: url(../img/fbtn_back.png) no-repeat
}

#fbtn_back a#fhit_back {
    display: block;
    width: 86px;
    height: 32px
}

#fbtn_menu {
    position: absolute;
    left: 357px;
    top: 1px;
    width: 86px;
    height: 35px;
    background: url(../img/fbtn_menu.png) no-repeat
}

#fbtn_menu a#fhit_menu {
    display: block;
    width: 86px;
    height: 32px
}

#copyright {
    position: absolute;
    width: 199px;
    height: 15px;
    right: 3px;
    bottom: 1px;
    background: url(../img/copyright.png) no-repeat
}

.rect_red {
    outline: solid 4px red
}