/* CSS Document */

body{
	color:#fff;
	background-color: #000;
	}

a.color{
	color: #fff;
	background-color: #000;
	}

.container{
	margin-top: 20px;
	width: 700px;
	background: #000 url(img/head.jpg) no-repeat top center;
	border: 1px solid #080;
	}

.head{
	padding-top: 120px;
	padding-left: 50px;
	}

.comment1{
	width: 450px;
	font-size: 16px;
	font-weight: 900;
	color: #090;
	background: inherit;
	line-height: 1.0;
	}

.comment2{
	width: 450px;
	margin-left: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #030;
	background: inherit;
	line-height: 1.1;
	}

.center{
	font-size: 14px;
	margin-top: 60px;
	text-align: center;
	line-height: 130%;
	}

.text{
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background-color: #f82;
	padding: 3px;
	border: 1px solid #000;
	}

#center a{
	color: #090;
	background-color: #000;
	font-size: bold;
	text-decoration: underline;
	}


#center a:hover{
	color: #fff;
	background-color: #090;
	font-size: bold;
	text-decoration: none;
	}

#center img{
	border: 5px solid #fff;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.enter{
	width: 12em;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	}

h1,h2{
	color: #a9a9a9;
	display: inline;
	font-size: 11px;
	font-weight: normal;
	}

#foot{
	clear: both;
	width:700px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-top: 1px dashed #080;
	}


/* リンク表示 */

dl#link {
	width: 400px;
	height: 12px;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #ccc;
	color:#a9a9a9;
	background-color: #000;
	}

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: #000;
	}

#copyright a:link,#copyright a:visited,#copyright a:hover,#copyright a:active{
	color: #999;
	background-color: #000;
	}
