﻿@charset "utf-8";

/* 写真一覧
---------------------------------------------*/
/* 位置 */
#imap {
	width: 120px;
	margin: 10px 0 20px 20px;
	border: double;
	text-align: center;
}
/* 写真リスト */
#photoList {
}
	#photoList ul {
		list-style: none;
	}
	#photoList li {
		float: left;
		width: 170px;
		padding: 5px 5px;
		background-image: url(../img/brick7.gif);
		text-align: center;
	}
	#photoList h3 {
		width: 100%;
		padding: 5px 0;
		border: 3px inset #CCCCCC;
		background: #FFFFFF;
		text-align: center;
	}
	#photoList h3 a {
		cursor: pointer;
	}
	#photoList h3 span {
		display: block;
		padding: 2px 0;
		font-size: 10pt;
		color: #FFFFFF;
		font-weight: normal;
		background: #8888FF;
	}

