@charset "Shift_JIS";
/***************************************************************

* KAWANE ONSEN 
* home.css

***************************************************************/

/* commons
***************************************************************/
#content .wrap {
	background: url(../img/common/bg_content_02.gif) repeat-y;
	position: relative;

}

#main {
	width: 687px;
	padding: 10px 11px 20px 5px;
	margin:0 !important;
}
#main h2 {
	position: relative;
	width: auto;
	padding: 0;
	top: 0;
}
#main .inner {
	background-color: #FFF;
	padding: 10px;
	margin:0 !important;
}
#content-nav {
	*width: 687px;
}

/* font size
***************************************************************/
#font-size {
	width: 687px;
	margin: 0 0 10px;
}
#font-size h3 {
	position: absolute;
	top: 9px;
	right: 100px;
}

#font-size ul {
	position: absolute;
	right: 5px;
	top: 7px;
}

/* main image
***************************************************************/
#main-image {  
    width:   687px;
	height:  370px; 
    padding: 0;  
    margin:  0;
}
/* news
***************************************************************/
.list-data {
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #dec2a5;
	position: relative;
	margin: 0 0 10px;
}
.list-data p.btn-list {
	position: absolute;
	top: 4px;
	right: 5px;
}
.list-data h2 {
	margin: 0 0 10px;
}
.list-data li {
	padding: 10px;
	background:url(../img/common/dot_01.gif) repeat-x left bottom;
}
.list-data li.last {
	background: none;
}
.list-data li{
    zoom:1;/*for IE 5.5-7*/
}
.list-data li:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
.list-data li span img {
	margin: 0 10px;
	vertical-align:middle;
}
.list-data li.even {
	background-color: #fcf9f6;
}
.list-datas li.last {
	background-image: none;
}

/* slide
***************************************************************/
#slide {
    width:   687px;
	height:  370px;
	padding: 0 0 10px;
	position: relative;
	background:url(../img/common/dot_01.gif) repeat-x left bottom;

}
#main-image img {  
    width:   687px;
	height:  370px; 
    top:  0; 
    left: 0;
}
#cycle-nav {
	position: absolute;
	bottom: 15px;
	right: 5px;
	z-index: 100;
}
#cycle-nav li {
	float: left;
	margin: 0 0 0 5px;
}
#cycle-nav a {
	display: block;
	width: 20px;
	height: 10px;
	line-height: 10px;
	background-color: #e9d7c3;
	text-indent: -5000px;
}
#cycle-nav a:hover,
#cycle-nav a.activeSlide {
	background-color: #4c2312;
}

/* tooltip
**************************************************************
li.tooltip img {
	display: block;
}
li.tooltip em {
	color: #4c2312;
	font-weight: bold;
	margin: 0 0 5px;
	display: block;
}*/