/* CSS Document */

body{
	color:#666;
	background: #fff;
	font-size: 11px;
	}

a.color{
	color: #666;
	background-color: #fff;
	}

.container{
	width: 700px;
	background: #003 url(img/262-700-01.jpg) no-repeat;
	color: #666;
	margin-top: 50px;
	border: 1px solid #000;
	}

.center{
	color: #333;
	background-color: #fff;
	margin-top: 200px;
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
	}

#center img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border: 1px dashed #faa;
	}
	
#enter{
	font-size: 18px;
	font-weight: bold;
	display: block;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 3px;
	}

#enter a{
	text-decoration: none;
	background-color: #003;
	color: #fff;
	}

#enter a:hover{
	text-decoration: underline;
	background-color: #fff;
	color: #003;
	}

h1{
	font-size: 11px;
	font-weight: normal;
	color: #666;
	background-color: #fff;
	display: inline;
	}

#foot{
	clear: both;
	padding-top: 20px;
	padding-bottom: 25px;
	}


/* リンク表示 */

dl#link {
	border:1px solid #ccc;
	color: #666;
	background-color: #fff;
	width:500px;
	height:25px;
	margin: 20px auto 0 auto;
	text-align: left;
	}

dl#link dt {
	color:#666;
	background-color: #fff;
	}

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:#666;
	background-color: #fff;
	}
	
/* コピーライト表示　*/
#copyright{
	color: #666;
	background-color: #003;
	margin-bottom: 10px;
	}

#copyright a:link,#copyright a:visited,#copyright a:hover,#copyright a:active{
	color: #666;
	background-color: #003;
	}
