a img {
	border:none; /* リンクの枠を消す*/
}

body {
	background-color: #000000;
}


#header{
	text-align:center; /* タイトル画像をウィンドウの中心に */
	margin:auto;
}

#header h1{
 display:inline; /* 改行の解除 */
}

#photo{
	text-align:center;
	width:680px;
	height:560px;
	margin:auto;
}

#photo a{
	width:130px;
	height:130px;
	border:none;
	display:block;
	float:left;
	margin: 2.5px;
}

#footer{
	width:680px;
	margin:auto;
}

#prev img{
	position:absolute;
	margin-left: 240px;
}

#next img{
	position:absolute;
	margin-left: 390px;
}

