@charset "utf-8";

/* スライドエリア
------------------ */
#mv{
	margin-bottom:15px;
	overflow:hidden;
	clear:both;
	width:100%;
	position:relative;
}

/* メインスライド
------------------ */
/* 総合 */
#slides{
	margin-bottom:5px;
	overflow:hidden;
	height:310px;
}

#slides li{
	float:left;
	margin:0 10px;
	width:910px;
	height:310px;
}

li.sl_delay{
	height:1px;
}

.sl_delay img{
	display:none;
}

/* 中ページ */
#slides2{
	margin-bottom:5px;
	overflow:hidden;
	height:210px;
}

#slides2 li{
	float:left;
	margin:0 13px;
	width:740px;
	height:210px;
}

/* 左右ボタン
------------------ */
/* 総合トップ */
.control{
	position:relative;
	width:1020px;
	margin:0 auto;
}

#prev_index{
	position:absolute;
	display:block;
	width:20px;
	height:50px;
	top:-190px;
	left:0;
	background:url(images/control.png) no-repeat 0 0;
}

#prev_index:hover{
	background:url(images/control.png) no-repeat 0 100%;
}
 
#next_index{
	position:absolute;
	display:block;
	width:20px;
	height:50px;
	top:-190px;
	right:0;
	background:url(images/control.png) no-repeat 100% 0;
}

#next_index:hover{
	background:url(images/control.png) no-repeat 100% 100%;
}

/* 総合トップ2 */
.control_thumb{
	position:relative;
	width:900px;
	margin:0 auto;
}

#prev_thumb{
	position:absolute;
	display:block;
	width:15px;
	height:21px;
	top:-31px;
	left:1px;
	background:url(images/control02.png) no-repeat 0 0;
}

#prev_thumb:hover{
	left:0;
}
 
#next_thumb{
	position:absolute;
	display:block;
	width:15px;
	height:21px;
	top:-31px;
	right:1px;
	background:url(images/control02.png) no-repeat 100% 0;
}

#next_thumb:hover{
	right:0;
}

/* 中ページ */
.control2{
	position:relative;
	width:784px;
	margin:0 auto;
}

#prev_index2{
	position:absolute;
	display:block;
	width:20px;
	height:50px;
	top:-135px;
	left:4px;
	background:url(images/control.png) no-repeat 0 0;
}

#prev_index2:hover{
	background:url(images/control.png) no-repeat 0 100%;
}
 
#next_index2{
	position:absolute;
	display:block;
	width:20px;
	height:50px;
	top:-135px;
	right:4px;
	background:url(images/control.png) no-repeat 100% 0;
}

#next_index2:hover{
	background:url(images/control.png) no-repeat 100% 100%;
}

/* サムネイル
------------------ */
/* 総合トップ */
#thumbs{
	text-align:center;
	height:44px;
	overflow:hidden;
}

#thumbs li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:44px;
}

#thumbs li img{
	border:2px solid #efefef;
}

#thumbs li img:hover{
	cursor:pointer;
	border:2px solid #f66493;
}

/* 総合トップ2 */
#thumbs02{
	text-align:center;
	height:44px;
	overflow:hidden;
}

#thumbs02 li{
	float:left;
	height:44px;
}

#thumbs02 li img{
	border:2px solid #efefef;
}

#thumbs02 li img:hover{
	cursor:pointer;
	border:2px solid #f66493;
}

#thumbs02 li.selected img{
	border:2px solid #f66493;
}

/*eof*/