<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */










.jspPane
{
	position: absolute;
	height:auto;
}





.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}




#top #newsCol #news-bg #news-inner .jspDrag
{
	background: url(../images/index/news/img_scroll_1.png) center top no-repeat;/**/
	position: relative;
	
	cursor: pointer;
	width:21px;height:26px;
}





 
/* 譛ｬ菴� */
.jspContainer {
    overflow: hidden;
	position: relative;
	height:700px;
}
 
/* 邵ｦ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�譛ｬ菴� */
.jspVerticalBar {
	
   	position: absolute;
	top: 0;
	right: 50px;
	
	
	margin:0; padding:0;
}
 
/* 讓ｪ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�譛ｬ菴� */
.jspHorizontalBar {
	display:none;
}
 
/* 邵ｦ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�縺ｮ閭梧勹 */
.jspVerticalBar .jspTrack {
     background: url(../images/index/news/img_scroll_2.png) center repeat-y;/**/
}
 
/* 讓ｪ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�縺ｮ閭梧勹 */
.jspHorizontalBar .jspTrack {
     display:none;
}
 
/* 蜈ｨ縺ｦ縺ｮ遏｢蜊ｰ繝懊ち繝ｳ */
.jspArrow {
     display:none;
}
 
/* 荳顔泙蜊ｰ繝懊ち繝ｳ */
.jspArrowUp {
     display:none;
}
 
/* 荳狗泙蜊ｰ繝懊ち繝ｳ */
.jspArrowDown {
     display:none;
}
 
/* 蟾ｦ遏｢蜊ｰ繝懊ち繝ｳ */
.jspArrowLeft {
     display:none;
}
 
/* 蜿ｳ遏｢蜊ｰ繝懊ち繝ｳ */
.jspArrowRight {
     display:none;
}
 
/* 邵ｦ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌� 蜈育ｫｯ縺ｾ縺溘�邨らｫｯ譎ゅ�遏｢蜊ｰ繝懊ち繝ｳ */
.jspVerticalBar .jspDisabled {
     background: url(../images/index/news/img_scroll_1.png) center top no-repeat;/**/
}
 
/* 讓ｪ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌� 蜈育ｫｯ縺ｾ縺溘�邨らｫｯ譎ゅ�遏｢蜊ｰ繝懊ち繝ｳ */
.jspHorizontalBar .jspDisabled {
     display:none;
}
 
/* 蜿ｳ荳玖ｧ� */
.jspCorner {
     
}






/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}</pre></body></html>