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

#border_top {
	position: relative;
	width: 250px;
	height: 62px;
	background-image:url(/images/border_top.png);
	z-index:1;
}
#border_bottom {
	position: relative;
	top: 178px;
	width: 250px;
	height: 62px;
	background-image:url(/images/border_bottom.png);
	z-index:1;
}
#scroll {
	position: relative;
	width: 250px;
	height: 300px;
	overflow: hidden;
	padding-left:4px;
	padding-right:3px;
}
#scroll:a {
	position: relative;
	width: 250px;
	height: 300px;
	overflow: hidden;
}