/* CSS Document */
@charset "euc-jp";

.bx-wrapper{
	
	padding-left:1px;
	height:41px;
	
	}

.bx-viewport{
	
	margin-left:0px;
	
	}
		
ul.slider01{
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	list-style:none;
}
ul.slider01 li{
	marign:0 3px;
	line-height:0;
}
ul.slider01 li a{
	margin:0;
	padding:0;
	display: block;
	text-decoration:none;
}
ul.slider01 li a img{
	
	width:100%;
	position: relative;
}


div.bx-wrapper{
	width:100%;
	position:relative;
}
div.bx-window{
	margin-left:0px;
}
a.bx-next{
	display:block;
	margin: 0;
	width:70px;
	height:30px;
	background: url(storeparts/next.gif) no-repeat 0 0;
	text-indent:-9999px;
	position:absolute;
	left:100px;
	top:182px;
}
a.bx-prev{
	display:block;
	margin: 0;
	width:70px;
	height:30px;
	background:url(storeparts/back.gif) no-repeat 0 0;
	text-indent:-9999px;
	position:absolute;
	left:10px;
	top:182px;
}
a:hover.bx-next,
a:hover.bx-prev{
	background-position:1px 1px;
} 
