@charset "Shift_JIS";
/*============ jCarousel Lite ============*/

.box{
	float:left;
	width:570px;
	display:inline;
}
.arrow{
	float:left;
	width: 15px;
	margin-top:100px;
	display:inline;
	text-align:center;
}


.anyClass{
	float:left;
	width:186px;
	height: 240px;
	overflow: hidden;
	display:inline;
}
	

.anyClass li {
	width:176px;
	list-style:none;
	height: 240px;
	float:left;
	display:inline;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right:7px;
	margin-left:7px;
}

.anyClass li img {
	list-style:none;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
}

.anyClass li p {
	list-style:none;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
	font-size:12px;
	line-height:20px;
}




/*トップムービE*/

#slideshow02 {
	width: 600px;
	height:300px;
	float:left;
	position: relative;
	padding:0px 0px 0px 0px;
	display:inline;
	z-index:50;
}
#slideshow02 div {
	width: 600px;
	height:300px;
	overflow: hidden;
	position: relative;
}
#slideshow02 div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow02 ul {
	bottom: 10px;
	left: 420px;
	width: 200px;
	position: absolute;
	z-index: 100;
}

#slideshow02 ul li {
	width: 20px;
	float: left;
	display: inline;
}

#slideshow02 .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

a:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=60);
	opacity: 0.6;
}



/* =======================================
	ClearFixElements
======================================= */
#slideshow02 ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow02 ul {
	display: inline-block;
	overflow: hidden;
}
