@charset "utf-8";


/*-----hotel page setting-----*/

.sub_title{
position:relative;
width:300px;
height:70px;
background-image:url(../images/contents/hotel/title_hotel.png);
background-position:0px 0px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
text-indent:-9999px;
/*hide mac ie¥ */
overflow:hidden;
/**/
}

.leftarea{
position:relative;
width:475px;
height:650px;
margin:0px;
padding:0px;
float:left;
z-index:1;
}

.contactarea{
position:relative;
width:475px;
height:330px;
margin:0px;
padding:0px;
background-image:url(../images/contents/hotel/contact_bg.png);
background-repeat:no-repeat;
background-position:0px;
z-index:1;
}

.room_photoarea{
position:relative;
display:block;
width:375px;
height:755px;
float:right;
}


.contact_btn a{
position:absolute;
display:block;
width:265px;
height:75px;
background-image:url(../images/base/btn_contact.png);
background-position:0px 0px;
background-repeat:no-repeat;
margin:125px 0px 0px 80px;
padding:0px;
text-indent:-9999px;
/*hide mac ie¥ */
overflow:hidden;
/**/
}

.contact_btn a:hover{
position:absolute;
display:block;
width:265px;
height:75px;
background-image:url(../images/base/btn_contact.png);
background-position:0px -75px;
background-repeat:no-repeat;
margin:125px 0px 0px 80px;
padding:0px;
text-indent:-9999px;
/*hide mac ie¥ */
overflow:hidden;
/**/
}


/*-----footer setting-----*/

#footer_hotel{
position:relative;
margin:0px auto;
width:850px;
height:250px;
background-image:url(../images/base/footer_hotel_bg.png);
background-repeat:no-repeat;
background-position:0px;
text-align:left;
}


