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