@charset "utf-8";
html {
	height: 100%;
	width: 100%;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;     /*通常のブラウザで13px*/


    * html font-size: small;   /*IE全般はsmall*/
    * html font: x-small;      /*IE 6/7後方互換モードはx-small*/
	line-height: 1.5;
	color: #666666;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #000000;
	overflow: hidden;
}
#flashContents {
	height: 100%;
	width: 100%;
}

#alert {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 70px;
}
h1 {
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 20px;
}
img {
	margin-top: 20px;
	margin-bottom: 25px;
}
h2 {
	margin-bottom: 10px;
}
ul {
	margin-bottom: 20px;
}

