html, body {height: 100%;}  /*高さ100%に指定*/

BODY {
color:#009966;
font: normal normal 75%/1.5 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
background-color:#ffffff;
margin: 0;
padding: 0;
position: relative;
min-width: 800px;  /*中央配置するボックスの横幅*/
min-height: 617px;  /*中央配置するボックス縦幅*/
}
.centerMiddle {
	margin: -308px 0 0 -400px;  /*縦横の半分をネガティブマージンでずらす*/
	position: absolute;  /*body要素に対して絶対配置*/
	top: 50%;  /*上端を中央に*/
	left: 50%;  /*左端を中央に*/
	width: 800px;  /*横幅*/
	height: 617px;  /*縦幅*/
}
h1 {
	top: 2px;
	height:15px;
	text-align: centers;
	color: #666;
	font-size:10px;
	font-weight:normal;
	margin: 0px 0px 0px 20px;
}
a:link {
	text-decoration:none;
	color:#9ED8F6;
	line-height:150%;
}
a:visited {
	text-decoration: underline;
	color:#9ED8F6;	
	line-height:150%;	
}
a:hover {
	text-decoration: underline;
	color:#9ED8F6;
	line-height:150%;
}
a:active {
	text-decoration: underline;
	color:#9ED8F6;
	line-height:150%;		
}
