@charset "shift_jis";
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #59514F;
	list-style: none;
}

A 	  { color: #59514F; text-decoration: none; } 
A:link	  { color: #59514F; text-decoration: none; } 
A:visited { color: #59514F; text-decoration: none; } 
A:active  { color: #A09693;  } 
A:hover	  { color: #A09693;  }

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}
html {
	height: 100%;
} 
#shiv {
visibility: hidden; 
width: 100%; 
height: 50%; 
margin-top: -315px; 
float: left; 
}

#mainbox {
	position: absolute;
	width: 500px;
	height: 610px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -305px;
}

#logo {
	margin-top: 10px;
	margin-bottom: 20px;
}
#enter {
	text-align: center;
}
#entrance{
	width:750px;
	height:630px;
	margin-left:auto;
	margin-right:auto;
	clear: both; 
	position: relative; 
	top: 0px; 
}
#copyright{
	font-family: "Verdana";
	font-size:9px;
	line-height: 1.6;
	margin-top: 115px;
}