/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {/*レールの部分*/
width: 15px;
//background-color: white;
background-image:url(http://www.dreamv.co.jp/img/rail.gif);

}

.vscrollerbar {/*X軸のバーの色*/
width:15px;
background-image:url(http://www.dreamv.co.jp/img/sc_ber3.gif);
margin:0px;
padding:0px;
background-repeat:no-repeat;
//background-color: #FF00CC;
}

.hscrollerbase {
height: 10px;
background-color: white;
}


.hscrollerbar {/*X軸のバーの色*/
height: 10px;
background-color: #FF00CC;

}

