@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : style.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */



/* コンテンツ要素					
----------------------------------------------------------- */


#imgMain	{
	width:840px;
	background: #ffffff;
	padding: 0px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#imgMain img{
 border: 1px solid #D1D1D1;
}

/* scrollable要素					
----------------------------------------------------------- */
#scrollable {
	width: 869px;
	padding:0px 0px;
	height: 77px;
	margin: 20px auto 0px;
}

/* スクロール表示エリア */
div.items {
	width: 825px;
	height: 77px;
	float:left;
}

/* 画像エリア */
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width: 69px;
	height: 69px;
}

div.items img	{ border: 1px solid #D1D1D1; }


/* ボタンエリア */
a.prev, a.next {
	display:block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 26px 0 0 0;
	cursor:pointer;
}
a.prev	{
	margin-right: 8px;
}

a.prev, a.next {
	background: url(https://ssl.tukiyama.jp/~tukiyamaf/onsen/n/oukoku/onsen-oukoku_cast_left_arrow.gif) no-repeat 0 0;
	width: 18px;
	height: 21px;
}
a.next {
	background-image:url(https://ssl.tukiyama.jp/~tukiyamaf/onsen/n/oukoku/onsen-oukoku_cast_right_arrow.gif);		
}
a.prev:hover {
	background-position:0 0px;		
}
a.next:hover {
	background-position:0 0px;		
}


/* .navi */
div.navi {
	position:relative;
	top: -490px;
	left: 460px;
	margin-left:-50px;
	width:50px;
	height:0;
}

div.navi span {
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(../image/dots.png) 0 0 no-repeat;     
	cursor: pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
}

div.navi:after	{ height:0;	visibility: hidden;	content: ".";	display: block;	clear: both; }
