@charset "EUC-JP";
html,body {height: 100%;}
body {
	margin: 0;
	padding: 0;
	position: relative;
	min-width: 860px;
	min-height: 379px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../image/common/fla_back.jpg);
}
.centerMiddle {
	margin: -189px 0 0 -430px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 860px;
	height: 379px;
	background-color: #000000;
	}
	
.skip {
	color: #CCCCCC;
	text-align: center;
	font-size: 84%;
	display: block;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 0px;
}
.skip a {
	color: #FFFFFF;
	text-decoration: none;
}
.skip a:hover {
	color: #003399;
}
.left {
	float: left;
	width: 500px;
	text-align: left;
}
.right {
	float: right;
	width: 200px;
	text-align: right;
}
