body{
 background: black url(https://bbs1.fc2.com//bbs/img/_517800/517751/bg/bg.jpg) no-repeat fixed 50% 80%;
 color: white;
 font-size: 14px;
 line-height: 130%;
 height: 100%
 overflow: scroll;
}

#counter{
 font-size 1em;
 color: white;
 padding: 0 0 0 50%;
 /*float: right;*/
}

A:link { color: white; }
A:visited { color: gray; }
A:active { color: lavender; }
A:hover { color: lavender; }

input, textarea{
 background-color: transparent;
 color: white;
 border: 1px solid gray;
}

table {
 /*border: 1px solid gray;*/
 margin-left:auto;
 margin-right:auto;
}

/*--------------------------------------------------
	掲示板タイトル
--------------------------------------------------*/
h1
{
 font-size: 2em;
}

/*--------------------------------------------------
	上部ナビゲーションメニュー
--------------------------------------------------*/
#navigation
{
	width:600px;margin:16px auto;
	border-color:gray;
	border-style:solid none;
	border-width:1px 0;
	padding: 4px 3px;
}
/*--------------------------------------------------
	投稿フォーム
--------------------------------------------------*/
#bbsform
{
	/*width:600px;*/
	width:80%;
	margin-left:auto;
	margin-right:auto;
	/*border:1px solid gray;
	text-align:left;*/
}
#bbsform table.postinfo
{
	margin:1.5em auto;
	text-align:left;
	font-size:1em;
}
/*--------------------------------------------------
	スレッド全体
--------------------------------------------------*/
.thread_wrapper
{
	/*width:600px;
	border:1px solid gray;*/
	width:80%;
	margin:20px auto;
 padding-left: 7%;
	text-align:left;
}
/*--------------------------------------------------
	検索結果記事
--------------------------------------------------*/
.result_article
{
	margin:16px;
	text-align:left;
	clear:both;
}
/*--------------------------------------------------
	親記事
--------------------------------------------------*/
.thread_wrapper .parent_article
{
	/*border:1px solid gray;*/
	margin:5px;
	text-align:left;
	clear:both;
}
/*--------------------------------------------------
	子記事
--------------------------------------------------*/
.thread_wrapper .child_article
{
	width:80%;
	/*padding-left:10px 10px 5px 20px;
	border-top:1px solid #00F;*/
	margin-left:80px;
	text-align:left;
	clear:both;
	margin-bottom:10px;
}
/*--------------------------------------------------
	※※※
--------------------------------------------------*/
.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:white;
	font-weight:bold;
}
/*--------------------------------------------------
	記事の日付
--------------------------------------------------*/
.thread_wrapper .parent_article div.date, span.date,
.thread_wrapper .child_article div.date, span.date,
.result_article div.date
{
	/*text-align:right;*/
 margin-left: 30px;
 /*float: right;*/
}
/*--------------------------------------------------
	記事の内容（本文と画像の親要素）
--------------------------------------------------*/
.thread_wrapper .parent_article div.contents,
.thread_wrapper .child_article div.contents,
.result_article div.contents
{
	margin:0em 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;*/
	color:white;
}
/*--------------------------------------------------
	記事の画像
--------------------------------------------------*/
.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;
 margin: 0px 10px;
}

span.panel{
 margin: 0px 10px;
}

.thread_wrapper .parent_article div.panel form, span.panel form,
.thread_wrapper .child_article div.panel form, span.panel form
{
	display: inline;
}
/*--------------------------------------------------
	ヘルプ
--------------------------------------------------*/
#help
{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	/*border:1px solid #00F;*/
	text-align:left;
}
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																														