body,td,th {
	font-size: 80%;
	background: #c7ac7c;
	color: #000066;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
	color: #dd0000;
}


big {
	font-size: 150%;
}

/* 掲示板タイトル */
h1 {
	color:#400000;
	font-size: 200%;
	margin-bottom: 0;
}
td.small {
	font-size: 70%;
}
/* 件名の色 */
b.subcol {
	color: #008040;
}
/* コメント部の上下左右の間隔 */
dd.com {
	margin: 0.5em 2em;
}
/* 投稿フォームの項目名 */
td.item {
	white-space: nowrap;
	font-weight: bold;
}
img.icon {
	vertical-align: top;
	border: none;
}
img.capt, img.clip {
	vertical-align: middle;
	border: none;
}
.ta-c {
	text-align: center;
}
.ta-r {
	text-align: right;
}
div.ttl {
	font-weight: bold;
	color: #572c00;
	border-bottom: 1px solid #572c00;
	padding: 2px;
}
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.obi {
	text-align: center;
	padding: 2px;
	background: #310000;
	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.clip {
	margin-bottom: 0;
}
/* pagetop */
div.pagetop {
	text-align: right;
	font-family: Verdana,Helvetica,Arial;
}
div.pagetop img {
	vertical-align: middle;
	border: none;
	margin: 0;
}
/* エラー文字 */
p.err {
	color: #dd0000;
}
