﻿@charset "utf-8";

html,
body {
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	background-color:#ffffff;
}

#top-container {
	width:100%;
	height:100%;
}

/*FLASHページ用*/

#container {
	position:absolute;
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;	
    /*FLASHサイズの+3px*/
	min-width:1013px;
	min-height:600px;
	width:100%;
	height:100%;
	text-align:center;
	}

#content {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;	
	width:100%;
	height:100%;
    /*FLASHサイズの+3px*/
	min-width:1013px;
	min-height:600px;
	color:#666;
	text-align:center;
	}
	
.close{
	margin:20px;
	text-align:center;
	}
.close img{
	border:none;
	}

.footer-top {
	background-color: #000;
	position:absolute;
	bottom:0px;
	width:100%; }

.footer-text{
	position: absolute;
	right: 6px;
	bottom: -1px;
	_bottom: 0px;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size: 11px;
	color: #999;
}
/************************************/















