/* CSS Document */

html {
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffee,endColorStr=#4444ff);
}

body{
	color:#999;
	background: #ccf;
	font-size: 11px;
	}

a.color{
	color: #999;
	background-color: #fff;
	}

.container{
	background:#fff url(img/logo.jpg) no-repeat;
	color: #999;
	margin-top: 50px;
	border: 1px solid #999;
	}

.center{
	margin-top: 50px;
	background-color: #fff;
	text-align: center;
	padding-bottom: 30px;
	}

.center img{
	margin-left: auto;
	margin-right: auto;
	}
	
#enter{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#enter a{
	text-decoration: none;
	background-color: #fff;
	color: #faa;
	}

#enter a:hover{
	text-decoration: underline;
	background-color: #fff;
	color: #09f;
	}

h1{
	font-size: 11px;
	font-weight: normal;
	color: #666;
	background-color: #fff;
	display: inline;
	}

#foot{
	clear: both;
	padding-top: 30px;
	padding-bottom: 25px;
	border-top: 1px dashed #ccc;
	}

/* リンク表示 */

dl#link {
	border:1px solid #ccc;
	color: #666;
	background-color: #fff;
	width:500px;
	height:25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}

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: #fff;
	margin-bottom: 10px;
	}

#copyright a:link,#copyright a:visited,#copyright a:hover,#copyright a:active{
	color: #666;
	background-color: #fff;
	}
