body,td,th {
	background:#eee;
	color:#004080;
	font-size:13px;
}
a:link {
	color:#0000ff;
}
a:visited {
	color:#008080;
}
a:active {
	color:#dd0000;
}
a:hover {
	text-decoration:underline;
	color:#dd0000;
}
.num {
	font-family:verdana,helvetica,arial;
}
/* 検索・過去ログ画面タイトル背景色 */
div.obi {
	text-align:center;
	padding:2px;
	background:#004080;
	color:#fff;
	font-weight:bold;
}
dt.p {
	margin-top:1em;
}
div.key {
	float:left;
	width:3.5em;
}
div.val {
	float:left;
}
p.red {
	color: #dd0000;
}
a.ptop {
	font-size:10px;
	text-decoration:none;
}
img.capt {
	vertical-align:middle;
}
td.small {
	font-size:75%;
}
/* 掲示板タイトル */
h1 {
	font-size:200%;
	margin-bottom:0;
}
/* 中央寄せ */
div.main {
	text-align:center;
}

div.clear {
	clear:both;
}
/* メイン記事装飾 */
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;
}
