@charset "UTF-8";

/* /photo
---------------------------------------------------------- */
.pageTitlePhoto01 {
	height: 56px;
	background: #3c494f;
	padding: 35px 37px 0;
	min-width: 950px;
	border-bottom: 5px solid #56646b;
}
.bgPhoto01Wrap {
	background: url(/common/000235967.gif) repeat left top;
	padding: 4px;
}
.bgPhoto01 {
	padding: 0px 15px;
	background-color: #fff;
}
.photoGalleryList01 {
	overflow: hidden;
}
	.photoGalleryList01 table {
		background: url(/common/000235472.gif) repeat-x right top;
		border-collapse: separate;
		margin-left: -15px;
		padding: 0 5px 0 0;
	}
	.photoGalleryList01 table:first-child {
		background: none;
	}
	.photoGalleryList01 table,
	.photoGalleryList01 table tr,
	.photoGalleryList01 table td {
			border-collapse: separate;
			border-spacing: 15px;
	}
	
	@media print {
	.photoGalleryList01 table {
		width: 105% !important;
	}
	}
		.photoGalleryList01 table td {
			background: url(/common/000235473.gif) repeat-y right top;
			vertical-align: top;
				
		}
			.photoGalleryList01 table td .inner {
				text-align: center;
				padding: 0 15px 0 0px;
			}
			.photoGalleryList01 table td:first-child {
				padding-left: 15px;
			}
			.photoGalleryList01 table td:first-child .inner{
				margin-left: -15px;
			}
				.photoGalleryList01 table td .inner .image {
					text-align: center;
					margin: 13px 0;
				}
				.photoGalleryList01 table td .inner .linkPhoto {
					padding-left: 15px;
					margin-left: 0px;
					background: url(/common/000235491.png) no-repeat left 0.1em;
					font-weight: bold;
					text-align: center;
					*zoom: 1;
				}
				.photoGalleryList01 table td:first-child .inner .linkPhoto {
					padding-left: 15px;
					margin-left: 10px;
					background: url(/common/000235491.png) no-repeat left 0.1em;
					font-weight: bold;
					text-align: center;
					*zoom: 1;
				}
				
.monthList01 {
	font-size: 100%;
}
.monthList01 a {
	color: #013aa2;	
}
.monthList01 a:hover {
	color: #106522;	
}
.monthList01 dl {
	padding: 15px 0 12px;
	border-top: 1px dotted #bbb;
	overflow: hidden;
	*zoom: 1;
}
.monthList01 dt {
	float: left;
	padding-right: 10px;
}
.monthList01 dt span{
	margin-left: 10px;
}
.monthList01 dd {
	float: left;
}
.monthList01 ul {
	border-top: 1px dotted #bbb;
	padding: 15px 0 12px;
	overflow: hidden;
	*zoom :1;
}
.monthList01 li {
	float: left;
	margin-right: 8px;
}

.photoGalleryPaging {
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
	letter-spacing:-0.4em;
	text-align:center;
	border-top:1px solid #ccc;
}
	.photoGalleryPaging li {
		margin:0;
		padding:0;
		list-style:none;
		letter-spacing:normal;
		display:inline-block;
		/display:inline;
		/zoom:1;
		vertical-align:middle;
	}
	.photoGalleryPaging li.prev {
		background: url(/common/000235969.png) no-repeat left 0.4em;
		padding:0 20px;
	}
	.photoGalleryPaging li.back {
		padding:0 15px;
		border-right:1px solid #ccc;
		border-left:1px solid #ccc;
	}
	.photoGalleryPaging li.next {
		background: url(/common/000235491.png) no-repeat right 0.4em;
		padding:0 20px;
	}
