/* ------------------------------------- 
 * スクロールバーのデザイン
 * ※IE6以前では適用されません
 * ------------------------------------- */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 12px;
background-color: ;
}

.vscrollerbar {
width: 10px;
background-color: #CCCCCC;
}

.flexcroll {
	border: none;
}
