/* 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 {height: 8px;width: 16px;background: url(../images/scroll-bar02.gif) 0px 0px repeat-y;}
/*  ▼スクロールバー 上部分  */ 
.vscrollerbarbeg {height: 3px !important;width: 16px;background: url(../images/scroll-bar01.gif) 0px 0px no-repeat;}
/*  ▼スクロールバー 下部分  */ 
.vscrollerbarend {height: 3px;width: 16px;background: url(../images/scroll-bar03.gif) 0px 0px no-repeat;}
/*  ▼スクロールバー 背景部分  */ 
.vscrollerbase {width: 16px;background: url(../images/scroll-bg.gif) 0px 0px repeat-y;}
/*  ▼クリックスクロール 上部分  */ 
.vscrollerbasebeg {width: 16px;height: 18px !important;background: url(../images/scroll-top.gif) 0px 0px no-repeat;}
/*  ▼クリックスクロール 下部分  */ 
.vscrollerbaseend {height: 18px;width: 16px;background: url(../images/scroll-bottom.gif) 0px 0px no-repeat;}
.hscrollerbase {height: 16px; background-color: white;}
.hscrollerbar {height: 16px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 28px;z-index: 2;}
.scrollerjogbox {width: 36px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}

/* Scroll Bar Master Styling Ends Here */
