@charset "UTF-8";


body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0;
	color: #808080;
	font-size: 12px;
	line-height: 1.4;
	text-align:left;
}


a {
	color: #808080;
	text-decoration: none;
}

a:link {
	color: #808080;
	text-decoration: none;
}

a:visited {
	color: #808080;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #808080;
	text-decoration: underline;
}

img {
	border: 0;
}

.clear{
	clear:both;
}


/*全体*/
div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 456px;
	height:160px;
	margin-top: -80px;
	margin-left: -228px;
	text-align: center;
}


/*Enter Page*/

.enter {
	width: 440px;
	height: 105px;
	font-size:0px;
}

.fp {
	width: 440px;
	height: 31px;
	font-size:0px;
	margin-top: 20px;
}

.alpha {
	display: inline;
	float: left;
	position: relative;
	width: 88px;
	height: 31px;
	margin-left: 0;
}
.alpha_inner {
	padding: 0;
	margin: 0;
}
.beta {
	display: inline;
	float: right;
	position: relative;
	width: 350px;
	height: 31px;
	margin-right: 0px;
}
.beta_inner {
	text-align:right;
	padding: 0;
	margin: 2px 0 0 0;
}


.copyright {
	position: absolute;
	width: 722px;
	top: 99%;
	left: 50%;
	margin-top: -12px;
	margin-left: -361px;

}

/*日付*/
.date {
	width: 440px;
	height: 16px;
	color: #808080;
	font-size: 10px;
	line-height: 1.4;
	text-align:right;
}





