@charset "utf-8";
/* ===================================================================
CSS information


/* ----------------------------- Browser Default Initialization */


/* コンテンツ要素					
----------------------------------------------------------- */
div#contents {
	/*position: absolute;*/
	width: 700px;
	padding-top: 10px;
	text-align: left;
}
#contents address	{
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

#imgMain	{
	width: 450px;
	height:340px;
	background: #ffffff;
	padding: 10px;
	margin: 0 auto;
	margin-left:120px;
	/* border: 3px solid #D1D1D1; */
	margin-bottom: 20px;
}
/* #imgMain img	{ border: 1px solid #D1D1D1; } */




/* scrollable要素					
----------------------------------------------------------- */
#scrollable {
	width: 550px;
	_width:580px;
	background: #ffffff;
	/* border:1px solid #DDD; */
	padding:10px 20px;
	height: 100px;
	margin: 0 auto 0px;
	margin-right:55px;
	_margin-left:60px;
}

/* スクロール表示エリア */
div.items {
	width: 540px;
	_width:550px;
	height: 100px;
	_height:105px;
	float:left;
	_margin-top: -12px;
}

/* 画像エリア */
div.items a {
	display:block;
	float:left;
	margin-right:7px;
	_margin-right:4px;
	width: 120px;
	
}

div.items img	{ border: 1px solid #ffffff; }


/* ボタンエリア */
a.prev, a.next {
	display:block;
	width: 25px;
	height: 25px;
	float: left;
	margin: 35px 0 0 0;
	_margin-top: 30px;
	cursor:pointer;
}
a.prev	{
	margin-right: 4px;
}
a.next {
margin-left:4px;
}
a.prev, a.next {
	background: url(../image/left.png) no-repeat 0 0;
	width: 18px;
	height: 18px;
}
a.next {
	background-image:url(../image/right.png);		
}
a.prev:hover {
	background-position:0 -18px;		
}
a.next:hover {
	background-position:0 -18px;		
}


/* .navi */
div.navi {
	position:relative;
	top:-410px;
	left:300px;
	margin-left:-30px;
	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;
	_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; }





























