body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;
	padding: 0;
	font-size: 12px;
	color: #333;
	background-color: #c0c6c9;
}


/*---------- メイン ----------*/

#main {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 2px 2px 0 2px;
	background-color: #ffffff;
}



/*---------- ヘッダー ----------*/

#header {
	background-color: #dddddd;
}

#header-inner {
	padding: 0;
	width: 800px;
	height: 250px;
	font-family:Verdana;
	font-family:Verdana;
	background-image: url(http://lh5.ggpht.com/shuhoku/SCwpwkfOpgI/AAAAAAAAAgE/9svzIVPlQPs/s800/bbs.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0;
	padding: 30px 0 10px 15px;
	font-size: 12px;
	color: #ffffff;
}

#header a{
	color: #ffffff;
	font-size: 18px;
}

#header a:hover{
	color: #ffffff;
	font-size: 18px;
}

#header-menu {
	background-color: #333333;
	margin: 0px;
	padding-top: 7px;
	padding-left: 15px;
	padding-bottom: 5px;
	border-top: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
}

#header-menu ul {
	text-align: left;
	padding-bottom: 1px;
	margin: 0px;
	width: auto;
}

#header-menu li {
	color: #cccccc;
	display: inline;
}

#header-menu a {
	color: #cccccc;
}

#header-menu a:hover {
	color: #dddddd;
}


/*--------------------------------------------------
	上部ナビゲーションメニュー
--------------------------------------------------*/
#navigation
{
	width:600px;
	margin:16px auto 16px auto ;
	background-color:#dddddd;
	border-color:#FF9900;
	border-style:solid none;
	border-width:0px 0;
	padding: 4px 3px;

}
/*--------------------------------------------------
	投稿フォーム
--------------------------------------------------*/
#bbsform
{
	width:600px;
	background-color:#dddddd;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #FF9900;
	text-align:left;
}
#bbsform table.postinfo
{
	margin:1.5em;
	text-align:left;
	font-size:1em;
}
/*--------------------------------------------------
	スレッド全体
--------------------------------------------------*/
.thread_wrapper
{
	width:598px;
	background-color:#dddddd;
	margin:16px auto 16px auto;
	border:1px solid #FF9900;
	text-align:right;
}
/*--------------------------------------------------
	検索結果記事
--------------------------------------------------*/
.result_article
{
	background-color:#dddddd;
	margin:12px;
	text-align:left;
	clear:both;
}
/*--------------------------------------------------
	親記事
--------------------------------------------------*/
.thread_wrapper .parent_article
{
	background-color:#dddddd;
	margin:16px;
	text-align:left;
	clear:both;
}
/*--------------------------------------------------
	子記事
--------------------------------------------------*/
.thread_wrapper .child_article
{
	background-color:#dddddd;
	width:90%;
	margin-left:auto;
	padding:16px;
	border-top:1px solid #FF9900;
	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
{
	background-color:#dddddd;
	color:#333333;
	font-weight:bold;
}
/*--------------------------------------------------
	記事の日付
--------------------------------------------------*/
.thread_wrapper .parent_article div.date,
.thread_wrapper .child_article div.date,
.result_article div.date
{
	background-color:#dddddd;
	text-align:right;
}
/*--------------------------------------------------
	記事の内容（本文と画像の親要素）
--------------------------------------------------*/
.thread_wrapper .parent_article div.contents,
.thread_wrapper .child_article div.contents,
.result_article div.contents
{
	background-color:#dddddd;
	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
{
	background-color:#dddddd;
	float:left;
}
/*--------------------------------------------------
	記事の画像
--------------------------------------------------*/
.thread_wrapper .parent_article div.contents img.userimage,
.thread_wrapper .child_article div.contents img.userimage,
.result_article div.contents img.userimage
{
	background-color:#dddddd;
	float:right;
	border:0px;
	vertical-align:middle;
}
/*--------------------------------------------------
	記事の返信ボタンや編集ボタンを含む親要素
--------------------------------------------------*/
.thread_wrapper .parent_article div.panel,
.thread_wrapper .child_article div.panel
{
	background-color:#dddddd;
	text-align:right;clear:both;
}
.thread_wrapper .parent_article div.panel form,
.thread_wrapper .child_article div.panel form
{
	display: inline;
}
/*--------------------------------------------------
	ヘルプ
--------------------------------------------------*/
#help
{
	width:598px;
	background-color:#dddddd;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #FF9900;
	text-align:left;
}																																												