/*
 * for gallery
 */

#gallery {
	 width: 640px;
	 text-align:left;
}

#gallery .yokohaba {
	width: 570px;
	text-align: center;
	top: 5px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 100px;
	height: 350px;
}

#gallery .name-txt {
	line-height: 30px;
}

#gallery h2 {
  border-bottom:0; 
/*  text-align:lelt;  */
  padding:20px; 
  background-color:#666666;
}

#gallery .box {
	background-color: #000000;
	height: 155px;
	width: 180px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	cursor:pointer;
}
#gallery .box2 {
	background-color: #000000;
	height: 120px;
	width: 180px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#gallery .name-title {
	background-color: #000000;
	height: 35px;
	width: 570px;
	margin-top: 30px;
	margin-left: 40px;
	text-align: left;
}
#gallery .h1 {
	line-height: 35px;
	padding-left: 10px;
}
#gallery .nextpage-txt {
	text-align: right;
	padding-left: 20px;
}

