/* CSS Document */

html{
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffee,endColorStr=#ff7777);
}

body{
	background: #ffd5ea;
	color:#999;
	}

a.color{
	background-color: #fff;
	color: #000;
	}

.container{
	margin-top: 50px;
	width: 500px;
	background-color: #fff;
	border-style: double;
	border-width: 1px;
	border-color: #ff0;
	background: #fff url(img/700.gif) no-repeat top;
	}

.center{
	margin-top: 50px;
	text-align: center;
	}

.center img{
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	border: 1px solid #fff;
	}

#enter{
	font-size: 18px;
	font-weight: bold;
	display: block;
	width: 100px;
	margin: 30px auto 40px auto;
	padding: 3px;
	}

#enter a{
	text-decoration: none;
	background-color: #fff;
	color: #000;
	}

#enter a:hover{
	text-decoration: overline underline;
	background-color: #fff;
	color: #f00;
	}
#enter{
	width: 700px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	}

h1{
	background-color: #FFF;
	color: #999;
	font-weight: normal;
	font-size: 11px;
	display: inline;
	}

#foot{
	clear: both;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 15px;
	}


/* リンク表示 */

dl#link {
	border:1px solid #999;
	background:#fff;
	width: 500px;
	height: 60px;
	margin-left: 100px;
	margin-right: 100px;
	}

dl#link dt {
	background: inherit;
	color:#999;
	}

dl#link ul li a:link, dl#link ul li a:visited, dl#link ul li a:hover, dl#link ul li a:active {
	background: inherit;
	color:#999;
	}
	
/* コピーライト表示　*/
#copyright{
	color: #999;
	padding-bottom: 10px;
	}

#copyright a:link,#copyright a:visited,#copyright a:hover,#copyright a:active{
	color: #999;
	}
