/*-------------------------------*/
/*  opening flash page 専用 css  */
/* thanks.htmlにも摘要しています */
/*-------------------------------*/

body {
	background-image: url(../img/bg_black.gif);
	text-align: center;
	font-size: 12px;
}

h1 {
	height: 276px;
	width: 580px;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
}

strong {
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #FFFFFF;
	text-align: center;

}

address {
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	font-size: 1.2em;
	margin-top: 30px;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color: #006633;
	text-decoration: none;
}

#adobe {
	text-align: center;
	height: 41px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
}
