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

div.flexcroll {
	padding:10px;
	width:357px;
	height:374px;
	overflow:auto;
	position:relative;
	text-align:left;
	line-height:45px;
  font-size:12px;
  font-family:"ＭＳ 明朝";
}

.roll{
	line-height:45px;
	}

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

/* 縦スクロール範囲 */

.vscrollerbase {
	width:10px;
	background:url(../img/rool_a.png);
	
}

/* 縦スクロールバー */

.vscrollerbar {
	width:10px;
	background:url(../img/rool_b.png);	
	
}

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

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

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