@charset "Shift_JIS";

.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:-1px;
	height:100%;
	width:13px;
	background: url(../../../img_detail/detail/scrollBar_normal.gif) repeat-y right top;
}

.upBtn{
	display:block;
	position:absolute;
	top:0;
	right:0;
    _right: -1px;
	width:13px;
	height:6px;
	background: url(../../../img_detail/detail/upBtn_normal.gif) no-repeat left top;
	cursor:pointer;
	z-index:1;
}


.upBtn-Active {
	background: url(../../../img_detail/detail/upBtn_normal.gif) no-repeat left top;
}

.downBtn{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
    _right: -1px;
	width:13px;
	height:2px;
	background: url(../../../img_detail/detail/downBtn_normal.gif) no-repeat left bottom;
	cursor:pointer;
}

.downBtn-Active {
	background: url(../../../img_detail/detail/downBtn_normal.gif) no-repeat left bottom;
}

.scrollBar{
	display:block;
	position: absolute;
	top:2px;
	padding: 0 0 0 0;	
	bottom:6px;
	width:13px;
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:13px;
	height:15px;
	_height:100%;
	min-height:4px;
	line-height:0;
	font-size:0;
	cursor: pointer;
	padding:11px 0 0;
	margin: 0 0 0 0;
}

.scrollHandleBG{
	display:block;
	position: relative;
	height:100%;
	width:13px;
	background: url(../../../img_detail/detail/scrollHandleBG_normal.gif) repeat-y center ;
}


.scrollHandleMiddle{
	display: block;
	position: absolute;
	width:13px;
	height:1px;
}

.scrollHandleTop{
	display:block;
	position:absolute;
	width:13px;
	height:15px;
	background: url(../../../img_detail/detail/scrollHandleBG_normal.gif) repeat-y center ;
	top:0px;
	margin:0 0 0 0;
}
.scrollHandleBottom{
	display:block;
	position:absolute;
	width:13px;
	height:0px;
	background: url(../../../img_detail/detail/scrollHandleBG_normal.gif) repeat-y center ;
	margin:0;
}

