@charset "utf-8";
/* CSS Document */

div.iopBox table.color3 th {
	width: 245px;
}

div#iopBoxNav2, 
div#iopBoxNav {
	position: relative;
	width: 390px;
	height: 15px;
	background-image: url(../image/scrollbar.gif);
	background-repeat: no-repeat;
}
 
div.scrollBarSlider {
	position: absolute;
	width: 354px;
	height: 15px;
	left: 18px;
	top: 0px;
}

div.scrollBarHandle_down, 
div.scrollBarHandle_on, 
div.scrollBarHandle {
	position: absolute;
	width: 50px;
	height: 15px;
	left: 18px;
	top: 0px;
	background-image: url(../image/scrollbar_handle.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}

div.scrollBarHandle {
	background-position: center -34px;
	border-right-color: #979797;
	border-left-color: #979797;
}

div.scrollBarHandle_on {
	background-position: center -17px;
	border-right-color: #466983;
	border-left-color: #466983;
}

div.scrollBarHandle_down {
	background-position: center 0px;
	border-right-color: #466983;
	border-left-color: #466983;
}

div.scrollBarLeftarrow_over, 
div.scrollBarRightarrow_over, 
div.scrollBarLeftarrow_down, 
div.scrollBarRightarrow_down, 
div.scrollBarLeftarrow_on, 
div.scrollBarRightarrow_on, 
div.scrollBarLeftarrow, 
div.scrollBarRightarrow {
	position: absolute;
	width: 17px;
	height: 15px;
	top: 0px;
	cursor: pointer;
	background-repeat: no-repeat;
}

div.scrollBarLeftarrow {
	left: 0px;
}

div.scrollBarRightarrow {
	left: 374px;
}

div.scrollBarLeftarrow_on {
	background-image: url(../image/btn_leftarrow.gif);
	background-position: left -17px;
	left: 0px;
}

div.scrollBarRightarrow_on {
	background-image: url(../image/btn_rightarrow.gif);
	background-position: left -17px;
	left: 374px;
}

div.scrollBarLeftarrow_down {
	background-image: url(../image/btn_leftarrow.gif);
	background-position: left 0px;
	left: 0px;
}

div.scrollBarRightarrow_down {
	background-image: url(../image/btn_rightarrow.gif);
	background-position: left 0px;
	left: 374px;
}

div.scrollBarLeftarrow_over {
	background-image: url(../image/btn_leftarrow.gif);
	background-position: left -34px;
	left: 0px;
}

div.scrollBarRightarrow_over {
	background-image: url(../image/btn_rightarrow.gif);
	background-position: left -34px;
	left: 374px;
}

