@charset "utf-8";
.top_box {
	background-image: url(image/px_t_box.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 22px;
}

.left_box {
	background-image: url(image/px_l_box.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 22px;
}


.right_box {
	background-image: url(image/px_r_box.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 22px;
}

.bottom_box {
	background-image: url(image/px_b_box.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 22px;
}
.topic_top {
	background-image: url(image/px.png);
	background-repeat: repeat-x;
	height: 2px;
	background-position: top;
}
.topic_bottom {
	background-image: url(image/px.png);
	background-repeat: repeat-x;
	height: 2px;
	background-position: bottom;
}
.topic_left {
	background-image: url(image/px.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 2px;
}
.topic_right {
	background-image: url(image/px.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 2px;
}


#topic {
	height: 300px;
	background-color: #E7E5E5;
	width: 500px;
}
body {
	scrollbar-3dlight-color:black;
	scrollbar-arrow-color:white;
	scrollbar-track-color:white;
	scrollbar-darkshadow-color:black;
	scrollbar-face-color:silver;
scrollbar-highlight-color:;
scrollbar-shadow-color:;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
}
#box {
	background-color: #A8CB01;
	height: 400px;
	width: 656px;
	overflow: hidden;
}
.side2 {
	height: 4px;
	width: 4px;
}
#scroll {
	height: 400px;
	overflow: auto;
}
#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #A8CB01;
	background-color: #666666;
}
.side {
	height: 22px;
	width: 22px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ADD201;
}
.style2 {
	color: #0033CC;
	font-style: italic;
	font-size: 12px;
}
.style4 {font-size: 24px}
a:link {
	color: #009966;
}
a:visited {
	color: #476833;
}
a:hover {
	color: #99CC00;
}
a:active {
	color: #006666;
}
#ads_left {
	height: 300px;
	width: 200px;
	background-color: #3C3C3C;
	margin: 5px;
}
