@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: 570px; /* テキスト対応の為初期値の3倍 */
	padding: 20px 0 40px 10px;
	font-size: 150%;
}
#navigation {
	position: absolute;
	left: 590px;
	top: 40px;
	width: 270px;
}
#navigation li {
	float: left;
	margin: 0 20px 0 0;
}
#photoList li {
	float: left;
	width: 180px;
	padding: 0 10px 20px 10px;
	background: url(../images/shadow.gif) center bottom no-repeat;
}
#copyright {
	clear: both;
	padding: 10px 0 20px 0;
	text-align: center;
}