/*************************************************************/
/* カルーセル */
/*************************************************************/
#contents{
	width:960px;
	height:320px;
	margin-top:50px;
	position:relative;
	margin: 0 auto;

}

#carouselWrap{
	width:960px;
	height:320px;
	background-image: url(../images/carousel_bg.jpg);
	position:relative;
}
#carouselPrev{
	width:24px;
	height:25px;
	position: absolute;
	top: 12px;
	left: 882px;
	cursor:pointer;
}
#carouselNext{
	width:24px;
	height:25px;
	position: absolute;
	top: 12px;
	left: 922px;
	cursor:pointer;
}
#carousel{
	width:935px;
	height:320px;
	position:absolute;
	top:0;
	left:15px;
	overflow:hidden;
}
#carouselInner li{
	width:316px;
	height:264px;
	float:left;
	margin-top:50px;
	display:inline;/*forIE6*/
}
#carouselInner li a{
	display:block;
}
#carouselInner li a:hover{
	display:block;
	opacity: 0.5;
}

