@charset "UTF-8";

/*
====================================
====== last update 2008.05.21 ======
====================================


 *** PAGE INFO ***
 




----------------------------------------------- */


.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}


/* スクロールバー */
.vscrollerbar {
	width:17px;
	background: url(../../img/scrollbar.png) repeat-y -17px 0;
}

/* スクロールバー 上段 */ 
.vscrollerbarbeg {
	height:13px !important;
	width:17px;
	background:url(../../img/scrollbar.png) repeat-y -17px 0;
}

/* スクロールバー 下段 */ 
.vscrollerbarend {
	height:13px;
	width:17px;
	background:url(../../img/scrollbar.png) repeat-y -17px 0;
}

/* スクロールバー 背景 */ 
.vscrollerbase {
	width:17px;
	background:url(../../img/scrollbar.png) repeat-y 0 0 #FFFFFF;
}


/* 矢印 上段 */ 
.vscrollerbasebeg {
	width:17px;
	height:15px !important; /*Again, the safari fix, normally this line is not needed.*/
	background:url(../../img/scrollbar.png) no-repeat -34px -15px;
}

/* 矢印 下段 */ 
.vscrollerbaseend {
	height:15px;
	width:17px;
	background:url(../../img/scrollbar.png) no-repeat -34px 0;
}

/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {
	height: 16px; background-color:#ffffff;
}
.hscrollerbar {
	height: 16px; background-color:#000000;
}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
	padding:15px;
	z-index:2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
	width:17px;
	height:17px;
	top:auto;
	left:auto;
	bottom:0px;
	right: 0px;
	background:#37917A;
}


/* Scroll Bar Master Styling Ends Here */
