body,td,th {
	font-size:80%;
	background:#fef5da;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#dd0000;
}
/* 掲示板タイトル */
h1 {
	font-size:200%;
	margin-bottom:0;
	color:#400000;
}
/* 削除キー入力フォーム部の文字サイズ */
td.small {
	font-size:70%;
}
/* メイン記事装飾 */
div.art {
	width:92%;
	background:#fff;
	text-align:left;
	padding:0.7em 0.7em 0.7em 1em;
	border:1px solid gray;
	margin:1.2em auto;
}
/* メイン記事タイトル */
div.art strong {
	color:#008000;
}
/* メイン記事番号色 */
span.num {
	color:#008000;
}
/* 投稿フォーム */
table.regfm td,th {
	padding:0.1em;
	white-space:nowrap;
	text-align:left;
}
img.capt {
	vertical-align:middle;
}
div.obi {
	text-align:center;
	padding:2px;
	background:#400000;
	color:#fff;
	font-weight:bold;
}
div.note {
	width:97%;
	background:#fff;
	border:1px solid gray;
	margin:1em;
	padding:6px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
p.close {
	text-align:center;
	margin-top:3em;
}
p.close input {
	width:80px;
}
div.center {
	text-align:center;
}
p.red {
	color:#dd0000;
}
div.key {
	float:left;
	width:3.5em;
}
div.val {
	float:left;
}
td.oldlog {
	background:#fff;
}
div.val strong {
	color:#008000;
}
/* 写真枠デザイン設定 */
div.photo {
	border:1px solid #2b0000;
	background:#9d896e;
	width:170px;
	height:170px;
	float:left;
	margin:10px;
}
/* 写真およびキャプション位置 */
p.image, p.caption {
	text-align:center;
	margin:10px;
}
/* 画像廻り込み終了 */
.clear {
	clear:both;
}
p.cen {
	text-align:center;
}
/* アイコン位置 */
img.icon {
	vertical-align:middle;
	border:none;
	margin:0 2px;
}

