/* CSS Document */
@charset "euc-jp";

body{
	
	width:980px;
	margin:0 0 0 -17px;
	
	}

.bx-wrapper{
	
	height:60px;
	
	}

.bx-viewport{
	
	margin-left:17px;
	
	}

	
ul.slider01{
	margin:0;
	padding:0;
	width:936px;
	height:60px;
	overflow:hidden;
	list-style:none;
}
ul.slider01 li{
	marign:0;
	width:468px;
	float:left;
	line-height:0px;
}
ul.slider01 li a{
	margin:0;
	padding:0;
	display: block;
	text-decoration:none;
}
ul.slider01 li a img{
}


div.bx-wrapper{
	width:946px;
	position:relative;
}
div.bx-window{
	margin-left:16px;
}

a.bx-next{
	display:block;
	margin: 0;
	width:13px;
	height:60px;
	background: url(../img/arrow_right.png) no-repeat 0 0;
	text-indent:-9999px;
	position:absolute;
	left:967px;
	top:0;
}
a.bx-prev{
	display:block;
	margin: 0;
	width:13px;
	height:60px;
	background:url(../img/arrow_left.png) no-repeat 0 0;
	text-indent:-9999px;
	position:absolute;
	left:0;
	top:0;
}
a:hover.bx-next,
a:hover.bx-prev{
	background-position:0 -60px;
} 
