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以外 */
}
#bg{
	padding-top:100px;
}
#wrapper{
	width:720px;
	margin:0 auto 60px auto;
	letter-spacing:10px;
	box-shadow:none;
}
img{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.6);
	margin-bottom:15px;
}