body {
	margin-top: 0px;
	background-image:url(../image/top_bakg.png);
	background-repeat:repeat-x;
}

#mainbox {
	height: 690px;
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	background-color: #FFFFFF;
}
#headbox {
	height: 105px;
	width: 800px;
}
#columnbox {
	height: 558px;
	width: 800px;
}#column1 {
	float: left;
	height: 520px;
	width: 160px;
	margin-right: 5px;
	border: thin none #888888;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	text-align: center;
	letter-spacing: normal;
	background-color: #66CC33;
}
#column2 {
	float: right;
	height: 520px;
	width: 610px;
    background-color: #FFFFFF;
	padding: 10px;
	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: #66CC33;
	border-right-color: #66CC33;
	border-bottom-color: #66CC33;
	border-left-color: #66CC33;
	overflow-y: scroll;
	margin-top: 10px;
}
#column3 {
	float: right;
	height: 340px;
	width: 290px;
	border: thin none #888888;
	margin-left: 5px;
	background-color: #DDDDDD;
}
#footerbox {
	clear: both;
	height: 30px;
	width: 800px;
	margin-top: 10px;
	font-family: "Century Gothic";
	font-size: 11px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #66CC33;
	text-align: center;
}
.style1 {
	font-size: 14px;
}
.style2 {
	font-size: 12px;
	color: #444444;
}
.style3 {
	font-size: 12px;
	color: #444444;
}
.line { border-bottom:dotted 1px #996666; }
a:link {
	color: #333333;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #666666;
}