@charset "UTF-8";

/* カール—セル */

#carousel {
	margin: 0;
	padding: 0;
	width: 961px;
	height: 312px;
	text-align: left;
	position: relative;
	clear: both;
}

#carousel img { border-style: none;}
#carousel img:hover { filter: alpha(opacity=80); opacity: 0.80;}

.inCarousel a { overflow: hidden; position: absolute;}

/*.inCarousel a img{ border: none; overflow: hidden; float: left; }*/
/*.inCarousel a:hover { border: 3px solid black; margin: -3px;}
.inCarousel a:hover img { margin: -3px; }*/



.slider { width: 961px; position: relative;}
.slider a:focus { outline: 0;}

.inCarousel {
	width: 961px;
	height: 312px;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.imageList {
	position: absolute;
	top: 0;
	left: 0;
	list-style:none;
}

.carouselContent {
	width: 961px;
	height: 312px;
	position: relative;
	float: left;
}

.carouselContent a { display: block;}
.carouselContent a:hover { color: #600;}

.sls-prev, .sls-next { 
	position: absolute;
    top: 138px;
    color: #ccc  !important;
    font-size: 50px;
	cursor: pointer;
    line-height: 1;
    text-decoration: none !important;
}

.sls-prev { left: -40px;}
.sls-next { right: -40px;}

.sls-prev:hover,
.sls-next:hover { color: #aaa !important;}

.sls-pagination {	
	position: absolute;
	top: 290px;
	right: 5px;
}

.sls-pagination a {
	width: 9px;
	height: 9px;
	margin: 5px 5px 0;
	float: left;
	overflow: hidden;
	background: #b5b5b5;
	text-indent: -9999px;
	vertical-align: middle;
	background: url(../images/btn_pagination_off.png) 0 0 no-repeat;
}

.sls-pagination a:hover { background: url(../images/btn_pagination_on.png) 0 0 no-repeat;}
.sls-pagination a.current { background: url(../images/btn_pagination_on.png) 0 0 no-repeat;}