/* CSS Document */

body{
	color:#000;
	background: #fff url(img/bg.jpg);
	}

.container{
	color: #666;
	background: #fff url(img/back2.jpg) top no-repeat;
	margin-top: 50px;
	border: 1px solid #999;
	}

.center{
	margin-top: 180px;
	text-align: center;
	}

#center img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	}

#enter{
	font-size: 18px;
	font-weight: bold;
	display: block;
	width: 100px;
	margin: 30px auto 40px auto;
	padding: 3px;
	}

#enter a{
	text-decoration: underline;
	background-color: #fff;
	color: #009;
	}

#enter a:hover{
	text-decoration: none;
	background-color: #009;
	color: #fff;
	}

h1{
	font-size: 12px;
	font-weight: normal;
	color: #666;
	background-color: #fff;
	display: inline;
	}

#foot{
	clear: both;
	margin-top: 20px;
	padding-bottom: 25px;
	border-top: 1px solid #ccc;
	}


/* リンク表示 */

dl#link {
	color:#666;
	background-color: #fff;
	font-size: 12px;
	width:500px;
	height:13px;
	border:1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	}

dl#link dt {
	color:#666;
	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:#666;
	background: inherit;
	}
	
/* コピーライト表示　*/
#copyright{
	color:#666;
	background-color: #fff;
	margin-bottom: 10px;
	}

#copyright a:link,#copyright a:visited,#copyright a:hover,#copyright a:active{
	color:#666;
	background-color: #fff;
	}
