/* CSS Document */

body{
	background: #000;
	color:#fff;
	}

img{
	border: 0;
	}

.container{
	margin-top: 50px;
	background: #000 url(img/back.jpg) no-repeat;
	border: 1px solid #f90;
	}

.center{
	width: inherit;
	margin-top: 160px;
	}

.center a{
	border: 0;
	}

.text{
	width: 280px;
	height: 13px;
	font-size: 12px;
	font-weight: 400;
	}

#enter{
	width: 200px;
	margin-left: auto;
	margin-right: 20px;
	}

#box{
	float: left;
	width: 280px;
	margin-top: 170px;
	padding-left: 10px;
	}

#photo_box{
	float: right;
	width: 390px;
	padding-right: 10px;
	}

.photo{
	width: 80px;
	float: right;
	padding-left: 10px;
	margin-bottom: 10px;
	}

.photo_foot{
	clear: both;
	}

h1{
	font-size: 11px;
	font-weight: normal;
	display: inline;
	}

#foot{
	clear: both;
	padding-bottom: 15px;
	border-top: 1px dashed #f90;
	}


/* リンク表示 */

dl#link {
	width: 280px;
	height:12px;
	border:1px solid #ccc;
	color: #999;
	background:#000;
	font-size: 11px;
	}

dl#link dt {
	color: #999;
	background:#000;
	}

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: #999;
	background:#000;
	}
	
/* コピーライト表示　*/
#copyright{
	color: #fff;
	background:#000;
	padding: 20px 0 15px 0;
	}

#copyright a:link,#copyright a:visited,#copyright a:hover,#copyright a:active{
	color: #fff;
	background:#000;
	}
