﻿@charset "utf-8";

/* =======================================

	TopPageElements

======================================= */


html {
	background: #000;
	height: 100%;
}


body {
	height: 100%;
	font-size: 100%;
	font-family: "ＭＳ Pゴシック",Arial,Helvetica,sans-serif;
	color: #ffffff;
	text-align: center;
	position: relative;
	margin:0;
	padding: 0;
	min-width: 960px;
	min-height: 620px;
}

#contents {
	width:960px;
	height:620px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-295px;
	margin-left:-480px;
	text-align:center;
}


#contents .flasharea {
	height:600px;
	width:960px;
	text-align:center;
	background: #000  url(../img/column_bg.gif) repeat top center;
	padding:2px;

}


#contents .footer {
	color: #ffffff;
	font-size: 75%;
	margin-top: 3px;
	line-height: 1.5em;
}

#contents .footer a {
	color: #ffffff;
}
