html, body, #content {
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: none;
	text-align: center;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	color: #333333;
}
td img {
	display: block;
	color: #333333;
}
#content {
	clear: both;
	margin: 0 auto;
	background: url("../images/background.gif") #ffffff repeat-y center;
	position: relative;
	text-align: left;
	width: 800px;
}
#left, #main { position: relative; font-size: 12px; }
#left {
	float: left;
	margin: 20px 5px 20px 5px;
	width: 200px;
}
#main {
	float: right;
	margin: 20px 10px 20px 5px;
	width: 570px;
}
#main td { padding: 5px; line-height: 140%; }
#main .header {
	text-align: center;
}

