div#scrollBox {
	width: 666px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	left: 277px;
	top: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
div#text {
	font-size: 12px;
	text-align: left;
	background-image: url(../images/history/scroll01.jpg);
	background-repeat: no-repeat;
}

#scrollBoxNavi #btnBackBox {
	position: absolute;
	left: 800px;
	top: 320px;
	height: 20px;
	width: 62px;
	background-image: url(../images/history/btn_back_off.gif);
	background-repeat: no-repeat;
}

#scrollBoxNavi #btnNextBox {
	position: absolute;
	left: 873px;
	top: 320px;
	height: 20px;
	width: 62px;
	background-image: url(../images/history/btn_next_off.gif);
	background-repeat: no-repeat;
}
#pageTitle {
	margin: 20px;
}
#scrollBox #text div {
	height: 300px;
}
#scrollBox #text p {
	text-indent: -9000px;
	margin: 0px;
	padding: 0px;
}
#btnNext, #btnBack {
	cursor: pointer;
}
