﻿@charset "UTF-8";

/* --------------------------- */
/*  base  */
/* --------------------------- */

body {
	background-color: #000;
	color: #FFF;
	font-size:12px;
	font-family:"メイリオ","ＭＳ ゴシック"
}


a {
  outline: none;
  color: #FFF;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a:focus, button:focus {
  outline: none;
}

h1{
	font-size:16px;
}

h2{
	font-size:12px;
}


/* --------------------------- */
/*  top  */
/* --------------------------- */


div.main{
	position: relative;
	max-width:720px;
	min-height:100px;
	height: 40%;
	max-height:600px;
	border:solid 1px #FFFFFF;
	margin: 0 auto;
}

div.soon{
	margin: 0 auto;
	text-align:center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 40px;
	left: 0;
	margin: auto;
	max-width:400px;
	height:40px;
}


div.gaiyou{
	position: relative;
	width: 100%;
	margin: auto;
}

table {
	font-size:10px;
	vertical-align:top;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 30 auto 30 auto;
}
td {
	vertical-align:top;
}


div.footer{
	width:100%;
	text-align:center;
	font-size:8px;
}

#BlinkArea{
	font-size:14px;
	color: #FFF;
}
