@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : style.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */

/* ----------------------------- Browser Default Initialization */
body, div, h1, ul, li, address	{
	margin: 0;	padding: 0;
}
h1	{
	font-size: 100%;
}
img	{
	border: 0;
	vertical-align: bottom;
}
li	{
	list-style-type: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.5;
	color: #333;
	font-size: 75%;
}
html>/**/body {
	font-size: 12px;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}
a, a:link, a:visited	{
	text-decoration: none;
	color: #333;
}
a:hover	{
	text-decoration: underline;
	color: #666;
}
a:active	{
	color: #999;
}

/* コンテンツ要素					
----------------------------------------------------------- */
div#contents {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 910px;
	height: 700px;
	margin: -350px 0 0 -455px;
	padding: 20px;
	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: 835px;
	background: #EFEFEF;
	border:1px solid #DDD;
	padding:10px 8px;
	height: 120px;
	margin: 0 auto 30px;
}

/* スクロール表示エリア */
div.items {
	width: 788px;
	height: 120px;
	float:left;
	_margin-top: -12px;
}

/* 画像エリア */
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width: 150px;
	height: 120px;
}

div.items img	{ border: 1px solid #D1D1D1; }


/* ボタンエリア */
a.prev, a.next {
	display:block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 45px 0 0 0;
	_margin-top: 40px;
	cursor:pointer;
}
a.prev	{
	margin-right: 8px;
}

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: -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;
	_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; }
