@charset "shift_jis";


/* body
----------------------------------------------------*/
body {
    background: url('../images/body_bg.gif') repeat;
}

#wrapper {
    margin: 0 auto;
    width: 1000px;
    background-color: #fff;
}


/* block
----------------------------------------------------*/
#header {
    width: 1000px;
    height: 720px;
    background: url('../images/header.jpg') no-repeat;
}

#h2_1 {
    width: 1000px;
    height: 0;
    padding-top: 105px;
    overflow: hidden;
    background: url('../images/h2_1.jpg') no-repeat;
}

#h2_2 {
    width: 1000px;
    height: 0;
    padding-top: 373px;
    overflow: hidden;
    background: url('../images/h2_2.jpg') no-repeat;
}

#footer {
    position: relative;
    width: 1000px;
    height: 70px;
    background: url('../images/footer.jpg') no-repeat;
}


/* navigation
----------------------------------------------------*/
#footer #nv {
    position: absolute;
    top: 0;
    left: 15px;
}

#footer #nv a {
    display: block;
    width: 246px;
    height: 0;
    padding-top: 54px;
    overflow: hidden;
    background: url('../images/hotel_nv.jpg') no-repeat;
}

#footer #nv a:hover {
    background-image: none;
}


/* none
----------------------------------------------------*/
#header h1,
#header h2,
#header p,
#header ul,
#footer #pr {
    display: none;
}