@charset "UTF-8";
/* CSS Document */

div.scrollholder
{
	position: relative;
	width: 520px;
	overflow: auto;
	z-index: 1;
	float: left;
	height: 350px;
}

div.scroll
{
	position: absolute;
	left: 1px;
	top: 0px;
	width: 90%;
	z-index: 2;
	visibility: inherit;
}

/* <Scroll> */
div.track
{
	position: relative;
	float:right;
	top: 0;
	width: 14px;
	height: 100%;
	font-size: 0;
	z-index: 3;
	background-repeat: no-repeat;
	background-image: url(images/scroll/back_03.gif);
}

div.drag_bar
{
	position: absolute;
	width: 20px;
	cursor: pointer;
	z-index: 4;
	background-image: url(images/scroll/main_bar_03_06.png);
	background-repeat: no-repeat;
	height: 20px;
}  
#space {
	float: left;
	width: 430px;
	padding-left: 40px;
	
}