/* CSS Document */

body{
	color:#fff;
	background-color: #c09;
	}

a.color{
	color: #fff;
	background-color: #c09;
	}

.container{
	margin-top: 20px;
	width: 700px;
	background: #fff url(img/logo.jpg) no-repeat;
	color: #F00;
	border: 1px solid #999;
	}

.center{
	font-size: 14px;
	padding-top: 480px;
	text-align: center;
	line-height: 130%;
	}

#center a{
	color: #f00;
	background-color: #fff;
	font-size: bold;
	text-decoration: none;
	}


#center a:hover{
	color: #F00;
	background-color: #fff;
	font-size: bold;
	text-decoration: underline overline;
	}

#center img{
	border: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	}

.enter{
	width: 4em;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	}

h1,h2{
	color: #ccc;
	background-color: #fff;
	display: inline;
	font-size: 11px;
	font-weight: normal;
	}

#foot{
	clear: both;
	padding-top: 30px;
	padding-bottom: 15px;
	}


/* リンク表示 */

dl#link {
	width: 400px;
	height: 12px;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #ccc;
	color: #ccc;
	background-color: #fff;
	}

dl#link dt {
	color: #ccc;
	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: #ccc;
	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;
	}
