BODY {
  font-family: Osaka,sans-serif;

        background:#DDDDDD;
}

#test1 {
/*  margin-bottom:10px;*/
}

#test2 {
  margin-bottom:5px
}

/*--------------------------------------------------
	上部ナビゲーションメニュー
--------------------------------------------------*/
#navigation
{
	width:600px;
        margin:0px auto;
	border-color:#808080;
	border-style:solid none;
	border-width:1px 0;
	padding: 4px 3px;
}
/*--------------------------------------------------
	投稿フォーム
--------------------------------------------------*/
#bbsform
{
        font-size:9pt;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #000000;
        background:#FFFFFF;
        color:#777777;
	text-align:left;
}
#bbsform table.postinfo
{
        width:90%;
	margin:1.5em;
	text-align:left;
	font-size:1em;
}

/*--------------------------------------------------
	スレッド全体
--------------------------------------------------*/
.thread_wrapper
{
        font-size:9pt;
	width:600px;
word-wrap: break-word;
	margin:4px auto;
	border:1px solid #000000;
        background:#FFFFFF;
	text-align:right;
        color:#777777;
}
/*--------------------------------------------------
	検索結果記事
--------------------------------------------------*/
.result_article
{
	margin:4px;
	text-align:left;
	clear:both;
}
/*--------------------------------------------------
	親記事
--------------------------------------------------*/
.thread_wrapper .parent_article
{
	margin:4px;
	text-align:left;
	clear:both;
}
/*--------------------------------------------------
	子記事
--------------------------------------------------*/
.thread_wrapper .child_article
{
word-wrap:break-word;
	width:90%;
	margin-left:auto;
	padding:4px;
	border-top:1px solid #777777;
/*	border-bottom:3px solid #FFFFFF; */
        border-left:0px solid #000000;
/*        background:#FFFFFF*/
        background:#EFEFEF;
	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:#777777;
	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
{
        text-align:left;
	margin:1em 2em;
        overflow:hidden;
}
/*--------------------------------------------------
	記事の本文
--------------------------------------------------*/
.thread_wrapper .parent_article div.contents div.body,
.thread_wrapper .child_article div.contents div.body,
.result_article div.contents div.body
{
  width:100%;
	float:left;
word-wrap: break-word;
}
/*--------------------------------------------------
	記事の画像
--------------------------------------------------*/
.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;
}											