#Header {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	color: #00CCFF;
	background-color: #000066;
	text-align: center;
	vertical-align: middle;
	margin: 10px;
	padding: 0px;
	width: 800px;
	border: 5px ridge #00FFFF;
	font-style: normal;
	line-height: normal;
	height: 130px;
	background-attachment: fixed;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
}
#Body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	color: #00CCFF;
	background-color: #000033;
	text-align: center;
	vertical-align: middle;
	margin: 10px;
	padding: 0px;
	width: 800px;
	border: 5px ridge #00FFFF;
	font-style: normal;
	font-weight: bold;
}
#Footer {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-style: normal;
	color: #00FFFF;
	background-color: #000033;
	height: auto;
	width: 800px;
	border: 5px ridge #FF6600;
	margin: 10px;
	padding: 0px;
}

#LinkButton a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	color: #00FFFF;
	background-color: #000066;
	text-align: center;
	vertical-align: middle;
	display: block;
	margin: 0px;
	height: auto;
	width: 190px;
	border: 5px outset #00FFFF;
	font-style: normal;
	font-weight: bold;
	padding: 10px;
	white-space: normal;
	background-attachment: fixed;
	background-image: url(images/linkbutton.gif);
	background-position: center center;
}
#LinkButton a:hover {
	color: #000066;
	background-color: #00FFFF;
	display: block;
	margin: 0px;
	padding: 10px;
	border: 5px inset #FF6600;
	text-align: center;
	vertical-align: middle;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	height: auto;
	width: 190px;
	background-attachment: fixed;
	background-image: url(./images/buttonhover.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
