/* CSS Document */

body{
	background: #fff;
	color:#999;
	}

.container{
	margin-top: 20px;
	width: 790px;
	height: 590px;
	background: #fff url(img/back.jpg) no-repeat;
	}

h1{
	display: inline;
	color:#a9a9a9;
	background:#fff;
	font-size: 11px;
	font-weight: 400;
	}
	
#enter{
	width: 4em;
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top:200px;
	margin-right: 100px;
	margin-left: auto;
	padding-bottom: 60px;
	}

#enter a{
	color: #f9f;
	background-color: #fff;
	}

#enter a:hover{
	color: #fff;
	background-color: #f9f;
	text-decoration: none;
	}

#foot{
	clear: both;
	padding-top: 20px;
	padding-bottom: 15px;
	}


/* リンク表示 */

dl#link {
	float: right;
	width: 240px;
	height: 245px;
	margin: 10px;
	margin-left: auto;
	margin-right: 10px;
	border:1px solid #ccc;
	color:#a9a9a9;
	background:#fff;
	font-size: 11px;
	}

dl#link dt {
	color:#a9a9a9;
	background:#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:#a9a9a9;
	background:#fff;
	}
	
/* コピーライト表示　*/
#copyright{
	color: #999;
	background:#fff;
	margin-bottom: 10px;
	}

#copyright a:link,#copyright a:visited,#copyright a:hover,#copyright a:active{
	color: #999;
	background:#fff;
	}
