*{
	margin:0;
	padding:0;
	border:0;
}
/*
html{
	background:#333;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	background:#333 url(../images/bg01.gif) repeat 30px 30px;
}
*/
/*
#all{
	padding:40px;
}
*/
.photoGallery{
	width:420px;		/*変更*/
	overflow:hidden; /* clear float */
	background:url(images/bg_stripe.png) no-repeat 0 0;	/**/
	padding:10px 0 0 10px;
	margin:0 0 30px 0;			/**/
}
	/*
	.photoGallery h1{
		float:left;
		margin:0 10px 10px 0;
	}
		.photoGallery h1 img{
			float:left;
		}
	*/
	.photoGallery .item{
		float:left;
		/*
		margin:0 10px 10px 0;
		*/
		height:150px;		/*変更*/
		width:200px;		/*変更*/
		margin:0 10px 10px 0;	/**/
	}
		.photoGallery .item .front{
			width:100%;
			/*
			background:url(../images/bg02.gif) repeat 0 0;
			*/
			position:relative;
		}
			.photoGallery .item .front a{
				display:block;
				/*
				padding:5px;
				*/
			}
				.photoGallery .item .front a img{
					/*
					border:1px solid #666;
					*/
				}
		.photoGallery .item .back{
			width:200px;
			height:150px;
			background:#333;
			position:relative;
		}
			.photoGallery .item .back a{
				display:block;
				text-decoration:none;
				width:100%;
				height:100%;
				color:#fff;
			}
			.photoGallery .item .back a:hover,
			.photoGallery .item .back a:focus{
				/*text-decoration:underline;*/
			}
				.photoGallery .item .back a span{
					display:block;
					color:#fff;
				}
					.photoGallery .item .back a .title{
						font-size:160%;		/**/
						font-weight:bold;
						padding:10px 15px 10px;
						margin:0 0px;
						border-bottom:2px solid #9cf;	/**/	
						width:170px;		/**/
						text-align:center;	/**/
					}
					.photoGallery .item .back a .note{
						font-size:90%;
						line-height:2;
						padding:0 15px 0;	/**/
						width:170px;		/**/
						text-align:center;	/**/
					}
					.photoGallery .item .back a .date{
						font-size:80%;
						padding:4px 18px 0;
						position:absolute;
						right:0;
						bottom:15px;
					}