/* Fumy Image Showcase：標準スタイルシート */

/* ------------ */
/* 共通デザイン */
/* ------------ */

	/* ページ全体 */
	body {
		font-family: sans-serif;
	}
	/* 見出し */
	h1 {
		background-color: #008055;
		color: white;
		padding: 0.3em;
	}
	/* 画像表示領域 */
	div.images {
		text-align: center;
	}
	/* 戻るリンク */
	p.returnlink {
		background-color: #008055;
		color: white;
		text-align: center;
		padding: 0.3em;
	}
	p.returnlink a {
		color: white;
	}
	p.returnlink a:hover {
		color: yellow;
	}

/* -------------------- */
/* リストページデザイン */
/* -------------------- */

	/* リストテーブル */
	table.listimages {
		margin: auto;
	}
	/* リストテーブル内の画像 */
	table.listimages img {
		border-width: 1px;
	}
	/* リストテーブル内のリンク */
	table.listimages a:hover {
		color: red;
	}
	/* 上部のメッセージ領域 */
	p.headmessage {
		margin-top: 0px;
	}
	/* 列数セレクタ */
	div.colselector {
		width: 10em;
		float: right;
		text-align: right;
	}

/* ---------------------- */
/* 拡大表示ページデザイン */
/* ---------------------- */

	/* 画像 */
	div.images div.oneimage img {
		border: 1px solid green;
	}

/* 著作権表示領域 */
div.copyright {
	font-size: 70%;
	font-family: Verdana,Arial,sans-serif;
}
