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

.scroll-pane {
	width:378px;
	height:178px;
	overflow:hidden;
	position:relative;
	padding:10px;
	margin:0;
	border:1px solid #bfbfbf;
	border-top:2px solid #0061b6;
}
.scroll-pane .jspVerticalBar {
    width:5px;
	margin-right:0px;
	margin-top:0px;
	position: absolute;
	top: 0;
	right: 0;
}
.scroll-pane .jspTrack {
    background: #a0a0a0;
	position: relative;
}
.scroll-pane .jspDrag {
    background:#d2d2d2;
	position: relative;
}


.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}



.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}




