/* 縦のoverflow:auto;用css */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
	}
/* 背景幅設定 */
.vscrollerbase {
	width: 15px;
	background-color: white;
	}
/* バー幅設定 */
.vscrollerbar {
	width: 15px;
	background-color: black;
	}
/* スクロールバーノビ部分 */
.vscrollerbar {
	background-color:#99CBCB;
	background-image:url(../../common_img/vscroll_03.gif);
	background-position:0px 0px;
	background-repeat:repeat-y;
	}
.vscrollerbar, .hscrollerbar {
	padding: 15px;/* 矢印の分だけ指定 */
	z-index: 2;
	}
/* スクロールバー上 */
.vscrollerbarbeg {
	width: 15px;
	height: 10px !important;
	background-image:url(../../common_img/vscroll_02.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	}
/* スクロールバー下 */
.vscrollerbarend {
	width: 15px;
	height: 10px;
	background-image:url(../../common_img/vscroll_04.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	}
/* 背景 */
.vscrollerbase {
	background-color:#D7EBDF;
	background-image:url(../../common_img/vscroll_05.gif);
	background-position:0px 0px;
	background-repeat:repeat-y;
	}
/* 上矢印 */
.vscrollerbasebeg {
	width: 15px;
	height: 15px !important;
	background-image:url(../../common_img/vscroll_01.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	}
/* 下矢印 */
.vscrollerbaseend {
	height: 15px;
	width: 15px;
	background-image:url(../../common_img/vscroll_06.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	}
