@charset "shift_jis";


/* body wrapper
----------------------------------------------------*/
body {
    background: #FFDCD1 url(../images/bg.gif) center top repeat;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    border: solid 2px #fff;
    border-width: 0 2px;
}


/* bg
----------------------------------------------------*/
#slice1 {
    width: 1000px;
    height: 520px;
    background: url(../images/bg1.jpg) no-repeat;
}

#slice2 {
    width: 1000px;
    height: 400px;
    background: url(../images/bg2.jpg) no-repeat;
}

#slice3 {
    width: 1000px;
    height: 420px;
    background: url(../images/bg3.jpg) no-repeat;
}

#slice4 {
    width: 1000px;
    height: 385px;
    background: url(../images/bg4.jpg) no-repeat;
}


/* navigation
----------------------------------------------------*/
a { position: absolute;}
#nv1 { left: 505px; top: 419px; }
#nv2 { left: 95px; top: 1602px; }
#nv3 { left: 515px; top: 1602px; }
#nv4 { left: 830px; top: 1412px; }
#nv5 { left: 902px; top: 1250px; }
#nv6 { left: 41px; top: 1425px; }
#nv7 { left: 41px; top: 1471px; }
#nv8 { left: 41px; top: 1516px; }
#nv9 { left: 416px; top: 1425px; }
#nv10 { left: 416px; top: 1471px; }
#nv11 { left: 416px; top: 1516px; }


/* hidden
----------------------------------------------------*/
h1,
h2,
#lead,
dl,
#footer {
    display: none;
}

