@charset "utf-8";
/* CSS Document */

.home a{
display:block;
background-image:url(images/home.gif);
background-position:left top;
width:81px;
height:25px;
}
.home a:hover{
background-position:left bottom;
}
.home_active{
display:block;
background-image:url(images/home_hover.gif);
width:81px;
height:25px;
}

/* --------------------------------------------------------- */


.accomodation a{
display:block;
background:url(images/acco.gif) no-repeat;
background-position:left top;
width:118px;
height:25px;
}
.accomodation a:hover{
background-position:left bottom;
}
.acc_active{
display:block;
background:url(images/acco_hover.gif) no-repeat;
width:118px;
height:25px;
}

.accomodation1 a{
display:block;
background:url(images/acc01.gif) no-repeat;
background-position:left top;
width:118px;
height:25px;
}
.accomodation1 a:hover{
background-position:left bottom;
}
/* --------------------------------------------------------- */
.activity a{
display:block;
background:url(images/act.gif) no-repeat;
background-position:left top;
width:92px;
height:25px;
}
.activity a:hover{
background-position:left bottom;
}
.activity_active{
display:block;
background:url(images/act_hover.gif) no-repeat;
width:92px;
height:25px;
}
.activity1 a{
display:block;
background:url(images/act01.gif) no-repeat;
background-position:left top;
width:92px;
height:25px;
}
.activity1 a:hover{
background-position:left bottom;
}
/* --------------------------------------------------------- */
.facility a{
display:block;
background:url(images/fac.gif) no-repeat;
background-position:left top;
width:91px;
height:25px;
}
.facility a:hover{
background-position:left bottom;
}
.facility_active{
display:block;
background:url(images/fac_hover.gif) no-repeat;
width:91px;
height:25px;
}
.facility1 a{
display:block;
background:url(images/fac01.gif) no-repeat;
background-position:left top;
width:91px;
height:25px;
}
.facility1 a:hover{
background-position:left bottom;
}
/* --------------------------------------------------------- */
.package a{
display:block;
background:url(images/pac.gif) no-repeat;
background-position:left top;
width:92px;
height:25px;
}
.package a:hover{
background-position:left bottom;
}
.package_active{
display:block;
background:url(images/pac_hover.gif) no-repeat;
width:92px;
height:25px;
}
.package1 a{
display:block;
background:url(images/pac01.gif) no-repeat;
background-position:left top;
width:92px;
height:25px;
}
.package1 a:hover{
background:url(images/pac01.gif) no-repeat left bottom;
}
/* --------------------------------------------------------- */
.attract a{
display:block;
background:url(images/near.gif) no-repeat;
background-position:left top;
width:141px;
height:25px;
}
.attract a:hover{
background-position:left bottom;
}
.attract_active{
display:block;
background:url(images/near_hover.gif) no-repeat;
width:141px;
height:25px;
}
.attract1 a{
display:block;
background:url(images/near01.gif) no-repeat;
background-position:left top;
width:141px;
height:25px;
}
.attract1 a:hover{
background:url(images/near01.gif) no-repeat left bottom;
}
