body {
	text-align: center;
	background-color: #FFFFFF;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	height: 198px;
	width: 800px;
}
#title {
	width: 800px;
	font-size: 20px;
	background-color: #FFFFCC;
	padding-top: 20px;
	color: #1e90ff;
}
#content {
	float: left;
	width: 538px;
	background-color: #FFFFCC;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 131px;
	padding-left: 131px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#text {
	float: left;
	height: 40px;
	width: 800px;
	background-color: #FFFFCC;
}
#footer {
	float: left;
	height: 40px;
	width: 800px;
	padding-top: 20px;
}
#footer a {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 20px;
	color: #0000FF;
	text-decoration: none;
}
#footer a:hover {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-size: 20px;
	color: #FF00FF;
}
