h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 28px;
	color: #FFFFFF;
	text-align: center;
}
body {
	background-image: url(image/hmbg01.jpg);
	background-color: #000000;
	margin: 0px;
	padding-top: 0px;
}
h2 {
	font-family: "lr SVbN", "Osaka|";
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#headder {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 80px;
	background-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
#contents {
	width: 550px;
	padding-left: 10px;
	margin-left: 170px;
}
#footer {
	background-color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF0000;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 10px;
}
#side {
	float: left;
	padding-left: 10px;
	margin-top: 10px;
	color: #FFFF00;
	width: 160px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
	text-align: center;
	background-color: #00FF00;
}
#side a:link {
	color: #FF0000;
}
a:visited{ color:#FF0000; }
a:hover{ color:#FFFFFF; }
