/* CSS Document */

body{
	background-color: #000;
	color:#fff;
	}

.container{
	margin-top: 50px;
	width: 700px;
	background: #000 url(img/690-450.jpg) no-repeat;
	}

.center{
	padding-top: 200px;
	}

#enter{
	width: 4em;
	font-size: 18px;
	font-weight: 900;
	margin-right: 120px;
	margin-left: auto;
	}

#enter a{
	color: #FFF;
	background-color: #000;
	}

#enter a:hover{
	color: #F00;
	background-color: #FFF;
	font-size: bold;
	}

h1,h2{
	color: #999;
	display: inline;
	font-size: 11px;
	font-weight: 400;
	}

#foot{
	clear: both;
	padding-top: 20px;
	padding-bottom: 15px;
	}


/* リンク表示 */

dl#link {
	float: right;
	border:1px solid #ccc;
	color:#999;
	background-color: #000;
	width: 350px;
	height: 110px;
	font-size: 11px;
	margin-top: 115px;
	}

dl#link dt {
	color:#999;
	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:#999;
	background: inherit;
	}
	
/* コピーライト表示　*/
#copyright{
	color: #999;
	background-color: #000;
	}

#copyright a:link,#copyright a:visited,#copyright a:hover,#copyright a:active{
	color: #999;
	background-color: #000;
	}
