@charset "UTF-8";
html, body {height: 100%;}  /*高さ100%に指定*/
body {
	margin: 0;
	padding: 0;
	position: relative;
	min-width: 780px;  /*中央配置するボックスの横幅*/
	min-height: 360px;  /*中央配置するボックス縦幅*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.centerMiddle {
	margin: -180px 0 0 -390px;  /*縦横の半分をネガティブマージンでずらす*/
	position: absolute;  /*body要素に対して絶対配置*/
	top: 50%;  /*上端を中央に*/
	left: 50%;  /*左端を中央に*/
	width: 780px;  /*横幅*/
	height: 360px;  /*縦幅*/
	background-color: #ffffff;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.centerMiddleBLK {
	margin: -180px 0 0 -390px;  /*縦横の半分をネガティブマージンでずらす*/
	position: absolute;  /*body要素に対して絶対配置*/
	top: 50%;  /*上端を中央に*/
	left: 50%;  /*左端を中央に*/
	width: 780px;  /*横幅*/
	height: 360px;  /*縦幅*/
	background-color: #000000;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}
h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	line-height: 32px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
a {
	color: #9CC;
}
.narrowtext {
	width: 500px;
	margin-left: 140px;
	margin-top: 30px;
}

