/* CSS Document */

body{
	background: #000;
	color:#fff;
	}

a{
	color: #fff;
	font-size: bold;
	text-decoration: none;
	}

a:hover{
	color: #F00;
	font-size: bold;
	text-decoration: overline underline;
	}

.container{
	margin-top: 20px;
	background: #000 url(img/title.jpg) no-repeat top;
	}

.center{
	padding-top: 200px;
	}

#center img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.text{
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	}


#enter{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	}

h1{
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	display: inline;
	}

h2,h3{
	color: #999;
	display: inline;
	}

.foot{
	background: #000 url(img/foot.jpg) no-repeat bottom;
	padding-bottom: 50px;
	}


/* リンク表示 */

dl#link {
	border:1px solid #f90;
	background:#000;
	width: 400px;
	height: 48px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	}

dl#link dt {
	color:#999;
	background:#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:#000;
	}
	
/* コピーライト表示　*/
#copyright{
	color: #FFF;
	background:#000;
	}

#copyright a:link,#copyright a:visited,#copyright a:hover,#copyright a:active{
	color: #fff;
	background:#000;
	}

