body{
	background:url(../img/bg_01.jpg) no-repeat top center fixed;
	background-size:cover;
}
h1{
	height:120px;
	text-indent:-9999px;
	background:url(../img/photo_title.png) no-repeat center bottom;
	margin:0;
	padding:110px 0 0;
}
#content{
	width:720px;
	padding:40px 60px 70px;
	margin:0 auto;
	background:url(../img/content_bg.png);
	text-align:center;
}


#content span{
	display:block;
	float:left;
	margin:15px;
	width:150px;
	height:250px;
}
#content span.line3{
	margin-left:105px;
}
#content a{
	display:block;
	width:140px;
	height:240px;
	border:solid 5px #fff;
	background:#fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	backface-visibility:hidden;
}
#content a:hover{
	border:solid 5px #00a9fd;
}
#content a img{
	width:140px;
	height:240px;
	box-shadow:none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	backface-visibility:hidden;
	opacity:1;
	filter:alpha (opacity=100); /* IE */
}
#content a:hover img{
	opacity:0.5;
	filter:alpha (opacity=50); /* IE */
}
