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