@charset "Shift_JIS";
/* CSS Document */

body {
	font-family: Arial, sans-serif;
	font-size: 100%;
	background-color: #00a384;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

a {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 870px;
	height: 450px;
	margin-top: -225px;
	margin-left: -435px;
	border: 1px solid #FFFFFF;
}
#noflash {
	width: 500px;
	margin-left: -250px;
	font-size: 0.8em;
	position: absolute;
	top: 50%;
	margin-top: -7em;
	left: 50%;
	height: 12em;
}
