/*picture styles */
div#mainContents div#gallery {
	display: block;
	float: left;
	width: 760px;
	height: auto;
	margin: 0 0 2em 0;
}
div#mainContents h1 {
	margin-bottom: 0.5em;
	color: #000000;
	font-family: Times, "Times New Roman", Garamond, serif;
	font-size: 200%;
	font-weight: normal;
	text-transform: capitalize;
}
div#mainContents div#gallery h2 {
	color: #666666;
	font-size: 150%;
}
div#mainContents div#again {
  width: 760px;
   height: auto;
  margin: 0 auto;   　/*全体をセンタリングしています。*/
  background-color: #ffffff;
div#mainContents div#gallery div.photoBox {
	float: left;
	width: auto;
	height: auto;
	margin: 0 5px 2em 0;
}
div#mainContents div#gallery div.photoBox h3 {
	margin-bottom: 2px;
	color: #666666;
	font-size: 110%;
}
div#mainContents div#gallery div.photoBox p {
	margin-bottom: 2px;
	line-height: 120%;
}
div#mainContents div#gallery div.photoBox p img {
	border: 1px solid #333333;
}

