@charset "shift_jis";

* {
	margin : 0 auto 0 auto ;
	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: 699px;
	margin: 0 auto;
	padding-top: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 30px;
}

#photoList {
	padding-top: 0px;
}
#photoList li {
	float: left;
	width: 151px;
	height: 213px;
	text-align: center;
	margin-top: 10px;
	margin-right:20px;
}
#photoList li a:hover {
	filter: alpha(Opacity=60);
	opacity: 0.60;
}

