/* CSS Document */


/* フォトギャラリー_indexのスタイル */

div.photo_g {
	width: 680px;
	margin-top: 30px;
}

	div.photo_left {
		float: left;
		width: 212px;
		margin-right: 22px;
	}

	div.photo_center {
		float: left;
		width: 212px;
		margin-right: 22px;
	}

	div.photo_right {
		float: left;
		width: 212px;
	}

.photo-img-b {
	width: 212px;
	height: 141px;
	border: 1px solid rgb(203,189,171);
	text-align: center;
}

p.photo {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 30px;
}