@charset "utf-8";
/* CSS Document */

div#box {
	padding:10px;
	width:100px;
	height:100px;
	overflow:auto;
	position:relative;
}

/* 本体？ */
.scrollgeneric {
	line-height:1px;
	font-size:1px;
	position:absolute;
	top:0;
	left:0;
}

/* 縦スクロール範囲 */
.vscrollerbase {
	text-align:center;
	width:20px;
	background-color:#eee;
}

/* 縦スクロールバー */
.vscrollerbar {
	margin:0 auto 0 3px;
	padding:0px;
	width:13px;
	height:121px;
	background-color:#333;
	text-align:center;
}

/* 縦スクロールバー 先端 */
.vscrollerbarbeg {
	background: url(img/scroll_y_top.jpg) no-repeat;
	width:13px;
	height:11px !important;
}

/* 縦スクロールバー 終端 */
.vscrollerbarend {
	background: url(img/scroll_y_down.jpg) no-repeat;
	width:13px;
	height:11px !important;
}
/* 横スクロール範囲 */
.hscrollerbase {
	height:10px;
	background-color:#eee;
}

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

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