@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 75%;
	color: #FFF;
	background: #eaeaea;
}
img {
	vertical-align: top;
	border: none;
}
#wrapper {
	position: relative;
	width: 500px;
	margin: 0 auto;
}
#logo {
	position: relative;
	z-index: 101; /* ThickBoxの背景よりも前面に位置するように */
	width: 345px;
	padding: 30px 0 30px 10px;
}
#photoList li {
	float: left;
	width: 150px;
	padding: 0 8px 15px 8px;
	background: url(images/shadow2.png) center bottom no-repeat;
}
