@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: 561px;
	height:175px;
	margin-top: -90px;
	margin-left: -280px;
	text-align: center;
}


/*Enter Page*/

.enter {
	width: 561px;
	height: 175px;
	font-size:0px;
}

.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;
}
