HTML
{
     SCROLLBAR-FACE-COLOR: #000;
     SCROLLBAR-HIGHLIGHT-COLOR: #fff; 
     SCROLLBAR-SHADOW-COLOR: #fff; 
     SCROLLBAR-3DLIGHT-COLOR: #000; 
     SCROLLBAR-ARROW-COLOR: #fff; 
     SCROLLBAR-TRACK-COLOR: #fff; 
     SCROLLBAR-DARKSHADOW-COLOR: #000;
}

body{
font-size:15px;
font-color: #666;
font-family:"Verdana", "新細明體";
line-height:130%;
background-attachment:fixed;
background-color:#ffffff;
background-image:url(http://p8.p.pixnet.net/albums/userpics/8/3/310083/1194446963.jpg);
background-position: bottom;
background-repeat:no-repeat;}

A            {COLOR: #CDC0B0; TEXT-DECORATION: none}
A:link     {COLOR: #CDC0B0; TEXT-DECORATION: none}
A:visited {COLOR: #CDC0B0; TEXT-DECORATION: none}
A:active  {COLOR: #CDC0B0; TEXT-DECORATION: none}
a:hover	{ COLOR: #8B8378;text-decoration : none; position:relative;top:1px;left:1px; }

/*--------------------------------------------------
	上部ナビゲーションメニュー
--------------------------------------------------*/
#navigation
{
	width:500px;
        margin:16px auto;
	border-color:#cccccc;
	border-style:solid none;
	border-width:1px 0;
	padding: 4;
        color: #666;
}
/*--------------------------------------------------
	投稿フォーム
--------------------------------------------------*/
#bbsform
{
	width:500px;
	margin: 15;
        padding: 10
	border-color:#000;
	border-style:dotted;
	border-width:1px;
        background:#fff;
	text-align:center;
        filter:alpha(opacity=85);opacity:0.7;zoom:1;
}

#bbsform table.postinfo
{
	margin:1.5em;
	text-align:left;
	font-size:1em;
filter:alpha(opacity=85);opacity:0.7;zoom:1;
}
/*--------------------------------------------------
	スレッド全体
--------------------------------------------------*/
.thread_wrapper
{
	width:600px;
	margin:16px auto;
	border:1px solid #ccc;
        background:#fff;
	text-align:right;
filter:alpha(opacity=90);opacity:0.7;zoom:1;
}
/*--------------------------------------------------
	検索結果記事
--------------------------------------------------*/
.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 #ccc;
	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:#000000;
	font-weight:bold;
           font-size:11pt;
}
/*--------------------------------------------------
	記事の日付
--------------------------------------------------*/
.thread_wrapper .parent_article div.date,
.thread_wrapper .child_article div.date,
.result_article div.date
{
	text-align:right;
           color:#333333;
           font-size:10px;
}
/*--------------------------------------------------
	記事の内容（本文と画像の親要素）
--------------------------------------------------*/
.thread_wrapper .parent_article div.contents,
.thread_wrapper .child_article div.contents,
.result_article div.contents
{
	margin:15 ;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;
}