body{background:#24140e; color:#0068b7; font-size:xx-small;}
 h1,h2{margin:2px; font-size:18px; font-family:"麗流隷書",fantasy,cursive; color:#74325c;}
 h3{margin:2px; font-size:18px;}
 p{text-align:center; font-size:small;}
 .postinfo{font-size:xx-small;}
 a{text-decoration:none; color:#a688bd;}
 a:hover{color:#5a4498; background:#ffffff;}
 hr{width:50%; height:1px; color:#fef9fb; background:#ffffff; filter: Alpha(opacity=50, finishopacity=0,style=2);}
 
  ul{list-style-type:none; margin-left:0; margin-bottom:0; padding-left:0;  color:#00a96; background:#504946;border-style:groove; border-color:#202f55; border-width:2px; color:#00a96; background:#504946;}

 li a{text-decoration:none; color:#ffffff; background:#006888; border-bottom:inset 2px #409ecc;}
  input,select,textarea{background:#24140e; color:#0068b7; font-size:xx-small; height:2em;}
option{border-width:2px 0; border-style:solid;  border-color:#e8c59c; background:#a7d28d; margin:3px auto;}
 #navigation{border:groove 2px #2e2930; color:#00a96; background:#504946; padding:2px; width:5em; text-align:center;}
  .postinfo{background:#001e43
; color:#f7f6fb; font-size:xx-small; margin:auto 30%;}



/*--------------------------------------------------
	上部ナビゲーションメニュー
--------------------------------------------------*/
#navigation
{
	width:600px;margin:16px auto;
	border-color:#808080;
	border-style:solid none;
	border-width:1px 0;
	padding: 4px 3px;
}
/*--------------------------------------------------
	投稿フォーム
--------------------------------------------------*/
#bbsform
{width:600px;
	margin-left:auto;
	margin-right:auto;
	border:1px inset #26499d;
	text-align:left;
}

#bbsform table.postinfo
{
	margin:1.5em;
	text-align:left;
	font-size:1em;
}
/*--------------------------------------------------
	スレッド全体
--------------------------------------------------*/
.thread_wrapper
{
	width:600px;
	margin:16px auto;
	border:1px solid #00F;
	text-align:right;
}
/*--------------------------------------------------
	検索結果記事
--------------------------------------------------*/
.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;
	border-top:1px solid #00F;
	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:red;
	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;
	border:1px solid #00F;
	text-align:left;
}