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