@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 75%;
	color: #FFF;
	background: #333333;
}
img {
	vertical-align: top;
	border: none;
}
#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
}
#logo {
	position: relative;
	z-index: 101; /* ThickBoxの背景よりも前面に位置するように */
	width: 190px;
	padding: 50px 0 50px 10px;
}
#navigation {
	position: absolute;
	left: 540px;
	top: 70px;
	width: 270px;
}
#navigation li {
	float: left;
	margin: 0 20px 0 0;
}
#photoList li {
	float: left;
	width: 180px;
	padding: 0 10px 20px 10px;
	background: url(shop/shadow.gif) center bottom no-repeat;
}
#copyright {
	clear: both;
	padding: 50px 0 50px 0;
	text-align: center;
}