<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{
	padding:0px;
	margin:0px;
}
#main{
/*	width:900px;*/
}
img{
	border:0px;
}
#ViewArea{
	width:890px;
	height:162px;
	position:relative;
	overflow:hidden;
	float:left;
	z-index:1;	
}

#ScrollArea{
	position:relative;
	z-index:2;
}
#ScrollArea li{
	float:left;
	position:relative;	
	text-align:center;
	list-style:none;
}

#ScrollArea li a{
	display:inline-block;
}


#Leftbtn{
	width:18px;
	height:36px;
	margin:60px 10px 0 0;
	overflow:hidden;
	float:left;
	z-index:1;
	background:url(../../../images/top/prev.jpg) no-repeat;
}

#Rightbtn{
	width:18px;
	height:36px;
	margin:60px 0 0 10px;
	overflow:hidden;
	float:left;
	z-index:1;
	background:url(../../../images/top/next.jpg) no-repeat;

}
</pre></body></html>