/* 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;
}

/* スクロール範囲（上下、左右のスクロールボタンを設置した場合に使用） */
.vscrollerbar,
.hscrollerbar {
    padding:12px;
    z-index:2;
}

/* 縦スクロール 上スクロールボタン */
.vscrollerbasebeg {
    background: url(img/scroll_topbtn-s.gif) no-repeat;
    width:3px;
    height:10px !important;
}

/* 縦スクロール 下スクロールボタン */
.vscrollerbaseend {
    background: url(img/scroll_downbtn-s.gif) no-repeat;
    width:3px;
    height:10px !important;
}

/* 縦スクロール範囲 */
.vscrollerbase {
	width: 3px;
	background-color: #DFDFDF;
}

/* 縦スクロールバー */
.vscrollerbar {
	width: 3px;
	background-color: #AEAEAE;
}

/* 横スクロール範囲 */
.hscrollerbase {
height: 4px;
background-color: black;
}

/* 横スクロールバー */
.hscrollerbar {
height: 4px;
background-color: black;
}

/* 縦横スクロールバー */
.scrollerjogbox {
	width: 4px;
	height: 4px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: #333333;
}
