/**************************************/
/*        スクロールバー             */
/**************************************/



.scroll-pane {
    overflow: auto;
    width:343px;
    height:250px;
	padding:7px;
}
.scroll-pane .jspVerticalBar {
    width: 5px;
	margin-right:0px;
	margin-top:0px;
	position: absolute;
	top: 0;
	right: 0;
}
.scroll-pane .jspTrack {
    background: #dcdcdc;
	position: relative;
}
.scroll-pane .jspDrag {
    background: #cc2900;
	position: relative;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}



.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.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%;
}




