@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	background:#000;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}

a,
a:visited,
a:active {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}

/*
#wrapper {
	position:fixed;
	clear: both;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:url(../img/bg_dot.gif);
	z-index:100 !important;
}

#contents {
	position:relative;
	clear: both;
	margin:0 auto;
	padding:10px 0;
	width:100%;
	height:100%;
	z-index:200 !important;
}

.box01 {
	border:1px solid #fff;
    height:40px;
    width:200px;
    position:absolute;
    top:80%;
    left:50%;
    margin-top:-100px;
    margin-left:-100px;
	padding:0 10px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	line-height:40px;
}
*/
#content {
	z-index: 1;
	position:fixed;
	clear: both;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	/*background:url(../images/bg_dot.gif);*/
	z-index:100 !important;
}
#inner {
	position:relative;
	clear: both;
	margin:0 auto;
	padding:10px 0;
	width:100%;
	height:100%;
	z-index:200 !important;
}
.box01 {
	border:1px solid #fff;
    height:40px;
    width:200px;
    position:absolute;
    top:80%;
    left:50%;
    margin-top:-100px;
    margin-left:-100px;
	padding:0 10px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	line-height:40px;
	font-size:24px;
}

#flash {
position: absolute;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
}