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