/* CSS Document */

body{
	color:#000;
	background-color: #fff;
	}

a.color{
	color: #000;
	background-color: #fff;
	}

.container{
	margin-top: 20px;
	width: 700px;
	border: 1px solid #ccc;
	}

#center{
	width: 700px;
	padding-top: 35px;
	background: #fff url(img/logo-s.jpg) no-repeat right top;
	}

.photo-n{
	width: inherit;
	margin-bottom: 20px;
	margin-left: 20px;
	}

.photo-l{
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	}

.photo img{
	border: 3px solid #fff;
	}

.foot{
	clear: both;
	}

.enter{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 20px;
	}

.enter a{
	text-decoration: none;
	background: #f3b;
	color: #fff;
	}

.enter a:hover{
	text-decoration: underline overline;
	background: #fff;
	color: #f3b;
	}

h1{
	font-size: 12px;
	font-weight: normal;
	display: inline;
	color:#a9a9a9;
	background-color: #fff;
	}

#foot{
	clear: both;
	padding-bottom: 15px;
	margin-top: 15px;
	border-top: 1px dashed #fce;
	}


/* リンク表示 */

dl#link {
	width: 700px;
	height: 23px;
	border:1px solid #ccc;
	color:#a9a9a9;
	background-color: #fff;
	margin-left:auto;
	margin-right:auto;
	font-size: 12px;
	}

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: #fff;
	}

#copyright a:link,#copyright a:visited,#copyright a:hover,#copyright a:active{
	color: #999;
	background-color: #fff;
	}
