/* CSS Document */

body{
	color:#fff;
	background-color: #2C2929;
	}

a.color{
	color: #fff;
	background-color: #2C2929;
	}

.container{
	margin-top: 20px;
	color: #fff;
	background: #2C2929 url(img/logo.jpg) no-repeat;
	border: 5px solid #800;
	}

.center{
	padding-top: 180px;
	border-bottom: 5px solid #800;
	}

#center img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: none;
	}

.enter{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	}

.enter a{
	text-decoration: underline;
	background-color: #2C2929;
	color: #fff;
	}

.enter a:hover{
	text-decoration: underline overline;
	background-color: #2C2929;
	color: #f00;
	}

h1{
	font-size: 12px;
	font-weight: normal;
	display: inline;
	color:#a9a9a9;
	background-color: #2C2929;
	}

#foot{
	clear: both;
	padding-bottom: 15px;
	}


/* リンク表示 */

dl#link {
	width: 264px;
	height: 12px;
	font-size: 12px;
	border:1px solid #ccc;
	color: #a9a9a9;
	background-color: #2C2929;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
	}

dl#link dt {
	color:#a9a9a9;
	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:#a9a9a9;
	background: inherit;
	}
	
/* コピーライト表示　*/
#copyright{
	color: #999;
	background-color: #2C2929;
	}

#copyright a:link,#copyright a:visited,#copyright a:hover,#copyright a:active{
	color: #999;
	background-color: #2C2929;
	}
