/*--------------------------------------------------
	上部ナビゲーションメニュー
--------------------------------------------------*/
#navigation
{
	width:600px;margin:16px auto;
	border: 1px #00ff33 solid;
	padding: 4px 3px;
}

body
{
	background-color:#000000;
	color:#00ff33;
}

a:link { color: #00ff33;}
a:visited { color: #00ff33; }
a:hover { color: #ffcc00; }
a:active { color: #ff0000; }

#contena
{
	width:904px;
	margin: 0px auto;
	text-align: center;
}

#wara
{
	clear:both;
}
/*--------------------------------------------------
	投稿フォーム
--------------------------------------------------*/
#bbsform
{
	width:300px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	float:right;
	border: 1px #00ff33 solid;
}
#bbsform table.postinfo
{
	margin: 5px auto;
	text-align:left;
	font-size:1em;
}
/*--------------------------------------------------
	スレッド全体
--------------------------------------------------*/
.thread_wrapper
{
	width:580px;
	margin: 0px auto 30px;
	text-align:right;
	float:left;
	border: 1px #00ff33 solid;
}
/*--------------------------------------------------
	検索結果記事
--------------------------------------------------*/
.result_article
{
	margin:16px;
	text-align:left;
	clear:both;
}
/*--------------------------------------------------
	親記事
--------------------------------------------------*/
.thread_wrapper .parent_article
{
	margin:16px;
	text-align:left;
	clear:both;
}
/*--------------------------------------------------
	子記事
--------------------------------------------------*/
.thread_wrapper .child_article
{
	width:90%;
	margin-left:auto;
	padding:16px;
	text-align:left;
	clear:both;
}
/*--------------------------------------------------
	※※※
--------------------------------------------------*/
.thread_wrapper .parent_article form,
.thread_wrapper .child_article form
{
	clear:both;
}
/*--------------------------------------------------
	記事の題名
--------------------------------------------------*/
.thread_wrapper .parent_article span.title,
.thread_wrapper .child_article span.title,
.result_article span.title
{
	color:00ff33;
	font-weight:bold;
}
/*--------------------------------------------------
	記事の日付
--------------------------------------------------*/
.thread_wrapper .parent_article div.date,
.thread_wrapper .child_article div.date,
.result_article div.date
{
	text-align:right;
}
/*--------------------------------------------------
	記事の内容（本文と画像の親要素）
--------------------------------------------------*/
.thread_wrapper .parent_article div.contents,
.thread_wrapper .child_article div.contents,
.result_article div.contents
{
	margin:1em 2em;overflow:auto;
}
/*--------------------------------------------------
	記事の本文
--------------------------------------------------*/
.thread_wrapper .parent_article div.contents div.body,
.thread_wrapper .child_article div.contents div.body,
.result_article div.contents div.body
{
	float:left;
}
/*--------------------------------------------------
	記事の画像
--------------------------------------------------*/
.thread_wrapper .parent_article div.contents img.userimage,
.thread_wrapper .child_article div.contents img.userimage,
.result_article div.contents img.userimage
{
	float:right;
	border:0px;
	vertical-align:middle;
}
/*--------------------------------------------------
	記事の返信ボタンや編集ボタンを含む親要素
--------------------------------------------------*/
.thread_wrapper .parent_article div.panel,
.thread_wrapper .child_article div.panel
{
	text-align:right;clear:both;
}
.thread_wrapper .parent_article div.panel form,
.thread_wrapper .child_article div.panel form
{
	display: inline;
}
/*--------------------------------------------------
	ヘルプ
--------------------------------------------------*/
#help
{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border: 1px #00ff33 solid;
}																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																												