/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbar {width: 15px;background: #ffffff; border: 1px solid #cccccc;}

/*つまみ上*/
/*.vscrollerbarbeg {height: 24px !important;width: 17px;background: url(scrollbar2.png) -108px -32px no-repeat;}*/
/*つまみ下*/
/*.vscrollerbarend {height: 24px;width: 17px;background: url(scrollbar2.png) -108px 0px no-repeat;}*/

/*一番下色*/
.vscrollerbase {width: 17px;background: #F9F9F9;}

/*上矢印*/
.vscrollerbasebeg {width: 17px;height: 17px !important;background: url(scrollbar.png) 0 0 no-repeat;}
/*下矢印*/
.vscrollerbaseend {height: 17px;width: 17px;background: url(scrollbar.png) 0 -17px no-repeat;}
/*.hscrollerbase {height: 17px; background-color: white;}
.hscrollerbar {height: 17px; background-color: white;}*/

/*paddingを矢印の高さに調節する*/
.vscrollerbar, .hscrollerbar {padding: 17px;z-index: 2;}
/*.scrollerjogbox {width: 17px;height: 17px;top: auto; left: auto;bottom: 0px; right: 0px;background: #ffffff;}*/

/* Scroll Bar Master Styling Ends Here */
