h1{
	width:690px;
	height:40px;
	margin:0 auto 15px auto;
	color:#630;
	background-color:#fff;
	background-image:url(../img/photo_top.png);
	background-repeat:no-repeat;
	background-position:center;
	text-indent:-9999px;
	border-radius:10px;
	padding:15px;
}
html>/**/body h1{
	background-color:rgba(255,255,255,0.9); /* IE6&7以外 */
}
#wrapper{
	width:720px;
	margin:0 auto 30px auto;
	letter-spacing:10px;
	box-shadow:none;
}
img{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.6);
	margin-bottom:15px;
	 transition: all .0.5s linear;
	-moz-transition: all .1s linear;
	 -webkit-transition: all .1s linear;
	 -o-transition: all .1s linear;
	 -ms-transition: all .1s linear;   
}
a:hover img{
	transform: rotate(5deg);
}