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