@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*--------------------------------
ロールオーバー時 透過設定
--------------------------------*/
a:hover .ov {
	opacity:0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}




/* ▼一番外枠▼ */
#jCarouselLite {
	width: 680px;
	height: 240px;
	border: 5px #CCEEEB solid;
	background: #4CC3BA;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */
}

#jCarouselLite .carousel  {
	position:relative;
}

/* ▼スライド部分枠▼ */
#jCarouselLite .main {
	margin:0px;
	border: 0px;
	height: 240px;
}

.js_data {
	position: relative;
	width: 620px;
	height: 226px;
	padding: 7px 0 7px;
	overflow: hidden;
	margin: 0 auto;
}

           
#jCarouselLite .carousel a.prev  {
	display:block;
	text-decoration:none;
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -16px;

}
#jCarouselLite .carousel a.next {
	display:block;
	text-decoration:none;
	position: absolute;
	top: 50%;
	right: -20px;
	margin-top: -16px;
}
 
#jCarouselLite .carousel a:hover, #jCarouselLite .carousel a:active {
	border:none;
	outline:none;
}
#jCarouselLite .carousel .jCarouselLite {
	float:left;
	position:relative;
	visibility:hidden;
	left:-5000px;
}
#jCarouselLite .carousel ul {
	margin:0; padding:0;
	width: 620px;
	display: block;
	height: 220px;
}

/* 画像の余白はここで設定！ */
#jCarouselLite .carousel li {
	background: url(../../img/top_img_07.png) no-repeat;
	width: 190px; height: 210px;
	list-style:none;
	margin-right: 10px;
	padding: 5px;
	text-align: center;
	position: relative;
	line-height: 130%;
}
#jCarouselLite .widget img {
	cursor:pointer;
}
.js01 { background: url(../../img/top_img_02-2.jpg) no-repeat 7px bottom;}
.js02 { background: url(../../img/top_img_03-2.jpg) no-repeat 7px bottom;}
.js03 { background: url(../../img/top_img_04-2.jpg) no-repeat 7px bottom;}
