/* CSS Document */

body{
	color:#000;
	background-color: #fff;
	}

.container{
	margin-top: 20px;
	width: 700px;
	background: #fff url(img/back.jpg) no-repeat;
	}

.center{
	font-size: 14px;
	padding-top: 350px;
	line-height: 130%;
	}

#enter a{
	color: #f00;
	background-color: #fff;
	text-decoration: none;
	}


#enter a:hover{
	color: #fff;
	background-color: #f00;
	text-decoration: underline;
	}

#enter{
	width: 4em;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 100px;
	margin-right: 140px;
	margin-left: auto;
	}

h1,h2{
	color: #a9a9a9;
	display: inline;
	font-size: 11px;
	font-weight: normal;
	}

#foot{
	clear: both;
	padding-top: 20px;
	padding-bottom: 15px;
	}


/* リンク表示 */

dl#link {
	width: 400px;
	height: 12px;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #ccc;
	color:#a9a9a9;
	background-color: #fff;
	}

dl#link dt {
	color:#a9a9a9;
	background: inherit;
	}

dl#link ul li a:link, dl#link ul li a:visited, dl#link ul li a:hover, dl#link ul li a:active {
	color:#a9a9a9;
	background: inherit;
	}
	
/* コピーライト表示　*/
#copyright{
	color: #999;
	background-color: #fff;
	}

#copyright a:link,#copyright a:visited,#copyright a:hover,#copyright a:active{
	color: #999;
	background-color: #fff;
	}
