body,td,th {
	font-size:80%;
	background:#fff213;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#dd0000;
}
/* 掲示板タイトル */

.cont_title {
	width: 90%;
	text-align: left;
	padding-left: 4px;
	margin-top:10px;	
	margin-bottom:8px;
	border-bottom-width: 4px;
	border-color: #000000; 
	border-bottom-style: solid;
}

h1 {
	font-size:280%;
	margin-bottom:0;
	color:#000000;
}

.bar {
	width:90%;
	height:20px;
	padding-top:4px;
	background-color:#000000;
}

/* 削除キー入力フォーム部の文字サイズ */
td.small {
	font-size:70%;
}

.txtbox {
	width:800px;
	font-weight:bold;
	color:#000000;
	font-size:12px;
	line-height:20px;
	text-align:left;
	padding-left:20px;
	padding:20px 20px;
	margin-top:24px;
	margin-left:60px;
	background-color:#fff;
	border:2px solid #000000;
	
}



/* メイン記事装飾 */
div.art {
	width:80%;
	font-size:12px;
	line-height:20px;
	background:#fff;
	text-align:left;
	border:1px solid gray;
	padding-left:24px;
	padding-right:20px;
	padding-top:20px;
	margin-right:20px;
	margin-left:20px;
	margin-top:40px;

}
/* メイン記事タイトル */
div.art strong {
	color:#000000;
}
/* メイン記事番号色 */
span.num {
	color:#008000;
}
/* 投稿フォーム */

table.regfm th {

	padding:0.2em;
	white-space:nowrap;
	text-align:left;
}

table.regfm td {

	text-align:left;
	padding-left:0px;
}

img.capt {
	vertical-align:middle;
}
div.obi {
	text-align:center;
	padding:4px;
	background:#000000;
	color:#ffffff;
	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 #000000;
	background:#000000;
	width:170px;
	height:170px;
	float:left;
	margin:10px;
}
/* 写真およびキャプション位置 */
p.image, p.caption {
	text-align:center;
	color:#ffffff;
	margin:10px;
}
/* 画像廻り込み終了 */
.clear {
	clear:both;
}
p.cen {
	text-align:center;
}
/* アイコン位置 */
img.icon {
	vertical-align:middle;
	border:none;
	margin:0 2px;
}

