body {color:#ff6666; background:#000000; font-family:'ＭＳ　Ｐゴシック' Osaka sans-serif; font-size:13px}
a {text-decoration:none}
a:link {color:##3399ff}
a:visited {color:#33cc99}
a:active {color:#FF0000}
a:hover {color:#0000FF; text-decoration:underline overline; position:relative; top:2px; left:2px;}
/*--------------------------------------------------
	上部ナビゲーションメニュー
--------------------------------------------------*/
#navigation
{
	width:450px;margin:12px auto;
	max-width:450px;
	min-width:450px;
	border-color:#888888;
	border-style:inset none;
	border-width:1px 0;
	padding: 3px 2px;
	color:#cc0000
}

/*--------------------------------------------------
	投稿フォーム
--------------------------------------------------*/
#bbsform
{
	width:450px;
	max-width:450px;
	min-width:450px;
	margin-left:auto;
	margin-right:auto;
	border:3px inset #9966cc;
	text-align:center;
}
#bbsform table.postinfo
{
	margin:1.5em;
	text-align:left;
	font-size:1em;
}
/*--------------------------------------------------
	スレッド全体
--------------------------------------------------*/
.thread_wrapper
{
	word-break: break-all; 
	width:450px;
	max-width:450px;
	min-width:450px;
	margin:16px auto;
	border:1px solid #cc0000;
	text-align:right;
}

/*--------------------------------------------------
	検索結果記事
--------------------------------------------------*/
.result_article
{
	word-break: break-all; 
	margin:16px;
	text-align:left;
	clear:both;
}
/*--------------------------------------------------
	親記事
--------------------------------------------------*/
.thread_wrapper .parent_article
{
	word-break: break-all; 
	margin:16px;
	text-align:left;
	clear:both;
}
/*--------------------------------------------------
	子記事
--------------------------------------------------*/
.thread_wrapper .child_article
{
	word-break: break-all; 
	width:85%;
	max-width:85%;
	margin-left:auto;
	padding:16px;
	border-top:1px solid #6666ff;
	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:#cc6699;
	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:scroll;
}
/*--------------------------------------------------
	記事の本文
--------------------------------------------------*/
.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:450px;
	max-width:450px;
	min-width:450px;
	margin-left:auto;
	margin-right:auto;
	border:0px solid #cc0000;
	text-align:left;
}																																																																																																			