/* CSS Document */

body{
	color:#000;
	background-color: #fff;
	}

.container{
	margin-top: 20px;
	width: 700px;
	background: #fff url(img/logo.jpg) no-repeat;
	border: 1px solid #006;
	}

#container img{
	border: none;
	}

.center{
	font-size: 14px;
	text-align: center;
	line-height: 130%;
	}

#center img{
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	}

#center a{
	color:#f60;
	background-color: #fff;
	font-size: bold;
	cursor: pointer;
	text-decoration: none;
	}


#center a:hover{
	color:#fff;
	background-color: #f60;
	font-size: bold;
	text-decoration: underline;
	}

.enter{
	width: 5em;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	}

h1,h2{
	color: #a9a9a9;
	background-color: #fff;
	display: inline;
	font-size: 11px;
	font-weight: normal;
	}

#foot{
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px dashed #006;
	}

#foot img{
	border: none;
	margin-left: auto;
	margin-right: auto;
	}

/* リンク表示 */

dl#link {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 50px;
	width: 370px;
	height: 12px;
	border:1px solid #006;
	color:#a9a9a9;
	background-color: #fff;
	line-height: normal;
	font-size: 11px;
	}

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-color: #fff;
	}
	
/* コピーライト表示　*/
#copyright{
	color: #999;
	background-color: #fff;
	}

#copyright a:link,#copyright a:visited,#copyright a:hover,#copyright a:active{
	color: #999;
	background-color: #fff;
	}
