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