@charset "shift_jis";
/* CSS Document */

#yviBox {
	height:120px;
	background:#FFF;
	margin:0;
	padding:10px 8px 0;	
	display:block;
}

#yviBorder {
	border:1px solid #CCC;
	_padding:12px 0;
}

#yviHead {
	width:618px;
	margin:12px auto;
	display:block;	
}

#yviBox ul {
	list-style:none;
	margin:26px auto 23px;
	_margin:26px auto 0;
	padding:0;
	overflow:hidden;
	width:618px;
}

#yviBox ul li {
	float:left;
	display:block;
	background:url(../imgs/common/arrowOff.gif) no-repeat 0 center;
}

#yviBox li#mid {
	margin:0 46px;
}

#yviBox a {
	display:block;
	padding-left:12px;
}

#yviBox a:hover img {
	opacity: 0.1;
	filter: alpha(opacity=10);
}

#yviBox a#leftBtn {
	background:url(../imgs/top/yvi/btn_01b.gif) no-repeat 12px center;
}

#yviBox a#centerBtn {
	
	background:url(../imgs/top/yvi/btn_02b.gif) no-repeat 12px center;
}

#yviBox a#rightBtn {
	background:url(../imgs/top/yvi/btn_03b.gif) no-repeat 12px center;
}

