body{
	background-image:none;
}

#bg{
	display:none;
	z-index:-1;
	position:fixed;
}



#contents{
	display:none;
	position:absolute;
	width:100%;
	height:134px;
	top:60%;
	margin:-67px 0 0 0;
	min-width:800px;
}

	h1{
		position:absolute;
		display:block;
	
		top: 0;
		left:8%;
	
		margin:0;
		padding:0;
	
		height:134px;
		width:197px;
	}
	
	ul#enter{
		position:absolute;
		display:block;
	
		top: 60px;
/*		left: 68%;*/
		right: 50px;
	
		margin:0;
		padding:0;
	
		width:270px;
		height:128px;
		
	}
		li#ja{
			float:left;
		}
		li#en{
			float:right;
		}
		
	a:hover,
	a:active {
	  border-bottom:0px solid #555555;
	  color:#333333;
	  text-decoration:non;
	}
