@charset "UTF-8";
/* CSS Document */

body{ 
    height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	color:rgb(0,0,0);
	background-color: #FFFFFF;
	} 
p{
margin-top:0px;
font-family:ＭＳ Ｐゴシック,Osaka,Arial,Helvetica,sans-serif;
font-size:9px;
line-height:14px;
color:gray
}

a{
text-decoration:none;
color:gray;
}
a:hover{
color:white;
}

a img {
	border-width:0;
	border-style:none;
}

/* トップ */	
div.top {
	margin-left:-126px;
	margin-top:200px;
	position:absolute;
	left:50%;
	top:0px;
	width:253px;
	height:300px;
	text-align:center; /* for IE */
    }

div.top div.enter{
	position:absolute;
	left:0px;
	top:120px;
	width:95px;
	text-align:left; /* for IE */
}
div.top div.enter p{
margin-top:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:14px;
color:gray;
text-align:left; /* for IE */
}
