@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : style.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */

/* ----------------------------- Browser Default Initialization */

/* コンテンツ要素					
----------------------------------------------------------- */
div#contents {
	width: 800px;
	height: 130px;
	padding: 0px;
	text-align: left;
}
#contents address	{
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

#imgMain	{
	width: 600px;
	background: #F4F4F4;
	padding: 10px;
	margin: 0 auto;
	border: 3px solid #D1D1D1;
	margin-bottom: 30px;
}
#imgMain img	{ border: 1px solid #D1D1D1; }

/* scrollable要素					
----------------------------------------------------------- */
#scrollable {
	width: 780px;
	background: #EFEFEF;
	border:1px solid #DDD;
	padding:2px 8px;
	height: 130px;
	margin: 0 auto 30px;
}

/* スクロール表示エリア */
div.items {
	width: 788px;
	height: 130px;
	float:left;
	_margin-top: -12px;
}

/* 画像エリア */
div.items a {
	display:block;
	float:left;
	margin-right:2px;
	width: 130px;
	height: 120px;
	text-align: center;
	border-left: 5px solid #EFEFEF;
	_margin-top: 15px;
}

div.items img {
	border: 1px solid #D1D1D1;
}


/* ボタンエリア */
a.prev, a.next {
	display:block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 45px 0 0 10px;
	_margin-top: 40px;
	cursor:pointer;
}
a.prev	{
	margin-right: 8px;
}

a.prev, a.next {
	background: url(http://www.ryukyujin.net/kjn_js/image/left.png) no-repeat 0 0;
	width: 18px;
	height: 18px;
}
a.next {
	background-image:url(http://www.ryukyujin.net/kjn_js/image/right.png);		
}
a.prev:hover {
	background-position:0 -18px;		
}
a.next:hover {
	background-position:0 -18px;		
}


/* .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(http://www.ryukyujn.net/kjn_js/image/dots.png) 0 0 no-repeat;     
	cursor: pointer;
	_font-size:7px;
}

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; }
