@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
	font-size: 9pt;
	list-style: none;
}
body {
	font-size: 100%;
	color: #000;
	background: #dcd9ba;
}
img {
	vertical-align: top;
	border: none;
}
#wrapper {
	position: relative;
	width: 400px;
	margin: 0 auto;
}
#logo {
	position: relative;
	z-index: 101; /* ThickBoxの背景よりも前面に位置するように */
	width: 300px;
	padding: 50px 0 50px 10px;
}


#photoList li {
	float: left;
	width: 180px;
	padding: 0 10px 20px 10px;
	background: url(../branch/images/shadow.gif) center bottom no-repeat;
}

