@charset "utf-8";
/* 以下に追加CSSを記載 */
#photo-img{
	width:700px;
	height:320px;
	margin-bottom:15px;
	background: url(../images/photo-img.jpg) no-repeat;
}
#photo-gallery{
	width: 530px;
	margin: 0 auto 25px auto;
	padding: 0;
}


#photo-gallery ul{
	margin: 0 auto;
	color: #006633;
	list-style: none;
}

#photo-gallery ul li{
	margin-bottom:1.5em;
	font-size: 150%;
	font-weight: bold;
	background: url(../images/camera.png) left 2% no-repeat;
	padding-left: 40px;
}
#photo-gallery ul li ol {
	margin-top:10px;
}
#photo-gallery ul li ol li{
	display:inline;
	font-size: 75%;
	font-weight: normal;
	line-height:1.5;
	background: none;
	padding-left:0;
	margin-right:2em;
}
