/* 本体文字サイズ・背景色 */
body,td,th {
	font-size:95%;
	background-color: #f0f0f0;
	background-image: url(http://future.o.oo7.jp/BBS-01/zenkoku2/icon/goiken_back.gif);
    background-repeat: repeat;
}
/* リンク部 */
a {
	text-decoration:none;
}
/* リンク部マウスオーバ時 */
a:hover {
	text-decoration:underline;
	color:#dd0000;
}
/* 掲示板タイトル */
h1 {
	font-size:400%;
	margin-bottom:0;
	color:#000099;
}
/* 削除キー入力フォーム部の文字サイズ */
td.small {
	font-size:80%;
}
/* メイン記事装飾 */
div.art {
	width:80%;
	background:#fff;
	text-align:left;
	padding:0.7em 0.7em 0.7em 1em;
	border:1px solid gray;
	margin:1.2em 0;
}
/* メイン記事タイトル */
div.art strong {
	color:#008000;
}
/* イメージアイコン */
img.image {
	float:left;
	margin-right:0.8em;
}
/* メイン記事番号色 */
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:#008080;
	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, p.cen, td.cen {
	text-align:center;
}
/* 赤文字色 */
p.red {
	color:#dd0000;
}
/* 検索・過去ログ記事項目 */
div.key {
	float:left;
	width:3.5em;
}
/* 検索・過去ログ記事内容 */
div.val {
	float:left;
}
/* アイコン枠デザイン設定 */
div.photo {
	border:1px solid #2b0000;
	background:#fff;
	width:100px;
	height:100px;
	float:left;
	margin:3px;
}
/* アイコンおよびキャプション位置 */
p.image, p.caption {
	text-align:center;
	margin:10px;
}
/* アイコン画像廻込終了 */
.clear {
	clear:both;
}
/* 家アイコン位置 */
img.icon {
	vertical-align:middle;
	border:none;
	margin:0 2px;
}
dl.tree {
	margin-left:3em;
}
dl.tree dt {
	margin-top:1em;
}
dl.tree dd {
	margin-left:1em;
}
table.deco {
	width:90%;
	border:1px solid #787878;
	border-collapse:collapse;
	margin-top:1em;
}
table.deco th {
	border:1px solid #787878;
	background:#ccc;
	padding:5px;
	white-space:nowrap;
}
table.deco td {
	border:1px solid #787878;
	background:#fff;
	padding:5px;
	white-space:nowrap;
}
