@charset "utf-8";

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 {
	width:10px;
	background-color:#eeeeee;
}

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

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

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

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