/* CSS Document */

body{
	color:#639;
	background: #000;
	}

a.color{
	color: #639;
	background-color: #000;
	}

.container{
	width: 700px;
	margin-top: 50px;
	}

.center{
	padding-top: 150px;
	border: 1px solid #639;
	background: #000 url(img/logo.jpg) no-repeat top center;
	text-align: center;
	}

#center img{
	display:block;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 20px;
	}

#enter{
	width: 100px;
	text-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	}

#enter a{
	display: block;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}

#enter a:hover{
	display: block;
	background-color: #639;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}

h1,h2,h3{
	font-size: 12px;
	color: #639;
	display: inline;
	}

#foot{
	clear: both;
	}

/* リンク表示 */

dl#link {
	border:1px solid #ccc;
	background:#000;
	width: 400px;
	height:25px;
	margin-left: auto;
	margin-right: auto;
	}

dl#link dt {
	color:#999;
	background-color: #000;
	}

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:#999;
	background-color: #000;
	}
	
/* コピーライト表示　*/
#copyright{
	color: #999;
	background-color: #000;
	padding-top: 20px;
	padding-bottom: 10px;
	}

#copyright a:link,#copyright a:visited,#copyright a:hover,#copyright a:active{
	color: #999;
	background-color: #000;
	}
