				div#box {
						padding:10px;
						width:150px;
						height:200px;
						overflow:auto;
						position:relative;
					}

					/* 本体？ */
					.scrollgeneric {
						line-height:1px;
						font-size:1px;
						position:absolute;
						top:0;
						left:0;
					}

					/* 縦スクロール範囲 */
					.vscrollerbase {
						width:5px;
						background-color:#000000;
					}

					/* 縦スクロールバー */
					.vscrollerbar {
						width:5px;
						background-color:#009933;
					}

					/* 横スクロール範囲 */
					.hscrollerbase {
						height:5px;
						background-color:#000000;
					}

					/* 横スクロールバー */
					.hscrollerbar {
						height:5px;
						background-color:#009933;
					}

					/* 縦横スクロールバー */
					.scrollerjogbox {
						width:5px;
						height:5px;
						top:auto;
						left:auto;
						bottom:0;
						right:0;
						background-color:#000000;
					}
