/*共通要素　ーーーーーーーーーーーーーSTART*/
html {
	height: 100%;
	overflow: hidden;
}
body	{
	background: #000000;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
div#flashcontent	{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #000000;
}
div#textcontent	{
	height: 480px;
	width: 480px;
	padding: 10px;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -250px;
	z-index: -100;
}
div#flashalert	{
	height: 80px;
	width: 480px;
	padding: 10px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -50px;
}
/*共通要素　ーーーーーーーーーーーーーEND*/