@charset "shift_jis";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
html,
body{
	height: 100%;
}
body{
	background:#000;
	font-size: 10px;
	line-height: 180%;
	color:#666666;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	letter-spacing: 1px;
}
img{
	border:0;
}
span.txt{
	display:none;
}

#wrapper{
	position: absolute;
	width: 930px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin: -300px 0px 0px -465px;
}

#contents{
	display:none;
	width:930px;
	margin:0 auto;
}
/*#contents .enter{
	background:url(../img/enterimg.jpg) no-repeat left top;
	width:930px;
	height:530px;
	display:block;
}
#contents .enter a{
	background:url(../img/enterimg.jpg) no-repeat 0 -530px;
	width:930px;
	height:530px;
	display:block;
}*/


p.footer{
	text-align:center;
	margin-top:30px;
}


/*============================ clearfix =============================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE-mac */

.lineclear {
	background-image:none;
}

.clearfix { min-height: 1px; }
