/* CSS Document */

body{
	color:#999;
	background-color: #fff;
	}

a.color{
	color: #999;
	background-color: #fff;
	}

.container{
	width: 700px;
	text-align: center;
	margin-top: 50px;
	}

.center{
	border: #f90 solid 5px;
	background: #fff url(img/logo.jpg) no-repeat 0px 200px;
	}

#enter{
	width: 80px;
	margin-left: 590px;
	margin-right: 30px;
	margin-top: 360px;
	margin-bottom: 20px;
	font-size:18px;
	font-weight: bold;
	}

#enter a{
	display: block;
	background-color: #f90;
	color: #fff;
	text-decoration: none;
	}

#enter a:hover{
	display: block;
	background-color: #fff;
	color: #f90;
	text-decoration: underline;
	}

h1,h2,h3{
	display: inline;
	color: #999;
	font-size: 12px;
	font-weight: 300;
	}


#foot{
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
	border-top: 1px dashed #f90;
	}

#foot img{
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	}

/* リンク表示 */

dl#link {
	border:1px solid #ccc;
	background:#fff;
	width:500px;
	height:25px;
	margin-left: auto;
	margin-right: auto;
	}

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;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#copyright a:link,#copyright a:visited,#copyright a:hover,#copyright a:active{
	color: #999;
	}
