@charset "UTF-8";
body {
	background-color:#000;
	background-repeat: repeat;
	color:#FFF;
	font-size:12px;
}
.photologo{
	width:840px;
	height:70px;
	margin:20px auto 20px auto;
	border-bottom:solid 1px;
	border-bottom-color:#999;
	}
.photography{
		width:840px;
		height:auto;
		margin:0px auto 0px auto;
		}
		
img{
			border:none;
			}
			
.photo1{
		float:left;
		margin-top:10px;
		}
.photo2{
		float:right;
		margin-top:10px;
		}
.fotter{
		width:840px;
		height:auto;
		margin:10px auto 10px auto;
		padding:5px;
		clear:both;
		text-align:center;
		background-color:#333;
		}
.navi{
	width:80px;
	height:20px;
	clear:both;
	margin:0px auto 0px auto;
	text-align:center;
	}
	a{
	color:#FFF;
	text-decoration: none;
	}
