﻿@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{
	width:100%;
	height:600px;
	border:solid 1px #FFFFFF;
}

div.soon{
	margin: 0 auto;
	padding:250 0 0 0;
	text-align:center;
	width:200px;
	height:40px;
}


div.gaiyou{
	margin: 0 auto;
	padding:70 0 0 160;
	width:560px;
}

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


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

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

