/* CSS Document */

body {
	margin-top: 0px;
	background-image:url(../image/top_bakg.png);
	background-repeat:repeat-x;	
}

#mainbox {
	height: 705px;
	width: 800px;
	margin-right:auto;
	margin-left:auto;
}
#column2 {
	float: left;
	height: 293px;
	width: 350px;
	background-color: #FFFFFF;
	padding: 20px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #1F64FF;
	border-right-color: #1F64FF;
	border-bottom-color: #1F64FF;
	border-left-color: #1F64FF;
	overflow-y: scroll;
}
#column3 {
	float: right;
	height: 220px;
	width: 380px;
	border: thin none #888888;
	margin-right: 10px;
	overflow-y: scroll;
}
h1 {
	font-size: 10px;
}

