@charset "UTF-8";



/* image_area */

#image_area {
margin:auto;
padding:0;
width:950px;
}

#image_area .left {
float:left;
width:670px;
}

#image_area .right {
position:relative;
float:right;
width:280px;
height:377px;
}

#image_area .right p {
margin:110px 25px 0;
font-size:13px;
color: #FFF;
line-height:160%;
}

#image_area .right ul {
	padding-left:15px;
	position:absolute;
	top: 250px;
}

#image_area .right li {
float:left;
list-style:none;
padding-right:5px;
padding-bottom:5px;
}

.onsen {
background: url(../img/slide/onsen/bg.jpg) top no-repeat;
}

.cuisine {
background: url(../img/slide/cuisine/bg.jpg) top no-repeat;
}

.facility {
background: url(../img/slide/facility/bg.jpg) top no-repeat;
}

.room {
background: url(../img/slide/room/bg.jpg) top no-repeat;
}

.spot {
background: url(../img/slide/spot/bg.jpg) top no-repeat;
}

.clear {
	clear:both;
}