<!--
BODY,TD,DIV{/*全体の文字*/

font-family : Verdana,Arial,"ＭＳ Ｐゴシック",monospace;

color : #333333;
padding-bottom : 5px;margin-top : 0px;}
BODY{/*背景*/
background-color : #cc9999;
}


.ttitle{/*サイト名*/
font-size : 25px;
padding : 8px 40px;
margin : 10px 0px;
border-width : 2px 0px;
border-style : dashed;
border-color : #cc9999;
letter-spacing : 3px;
color : #666666;
}

.menu{/*メニュー*/

padding : 1px 0px 1px 20px;
margin : 5px 0px;
border-width : 1px 2px 2px 1px;
border-style : solid;
border-color : #cccccc #bbbbbb #bbbbbb #cccccc;
width : 230px;
text-align : left;
letter-spacing : 2px;
text-decoration : none;
}

.menu a{/*メニュー*/
display:block;height:100%;width:100%;
text-decoration : none;
}

.box1{/*右下管理者名など枠*/
padding : 5px;
margin : 20px 10px 20px;margin-left : 5px;margin-left : 0px;
border-width : 2px 0px;
border-style : solid;
border-color : #bbbbbb ;
width : 230px;
text-align : left;
line-height : 18px;
  font-size : 12px;
}
.box2{/*タブメニュー*/
      
      font-size : 14px;
      height : 26px;
  margin-top : 10px;
  margin-left : 15px;
  margin-right : 10px;
  margin-bottom : 10px;
  
  

  float : none;
  width : 580px;
}

.on  {
      background-color:#ff3333;
      height:26px;
      margin-right:5px;
      text-align:center;       
}
.off {
      background-color:#ffcccc;
      height:26px;
      margin-right:5px;
      text-align:center;
}

.on a         {text-decoration:none;
               display:block;
               margin-top:5px;

}
.on a:link    {color:#ffffff;}
.on a:visited {color:#ffffff;}
.on a:hover   {color:#ffffff;}

.off a         {text-decoration:underline;
                display:block;
                margin-top:5px;
               }

.off a:link    {color:#666666;}
.off a:visited {color:#666666;}
.off a:hover   {color:#cc9999;}


.box4{/*著作権表示*/
  text-align : center;
  font-size : 9px;
}


.line{/*日付の枠*/
border-width : 1px 0px 0px 0px;
border-style : solid;
border-color : #cccccc;
text-align : right;
width : 350px;
margin : 6px 0px 0px 0px;
}


A{/*リンクしてある文字*/
color : #666666;
}
A:HOVER{/*マウスが触れた時*/
color : #cc9999;
text-decoration : none;
}


/*--------------------------------------------------
	投稿フォーム
--------------------------------------------------*/
#bbsform
{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #9999FF;
	text-align:left;
}
#bbsform table.postinfo
{
	margin:1.5em;
	text-align:left;
	font-size:1em;
}
/*--------------------------------------------------
	スレッド全体
--------------------------------------------------*/
.thread_wrapper
{
	width:600px;
	margin:16px auto;
	border:1px solid #9999FF;
	text-align:right;
}
/*--------------------------------------------------
	検索結果記事
--------------------------------------------------*/
.result_article
{
	margin:16px;
	text-align:left;
	clear:both;
          font-size : 14px;
}
/*--------------------------------------------------
	親記事
--------------------------------------------------*/
.thread_wrapper .parent_article
{
	margin:16px;
	text-align:left;
	clear:both;
          font-size : 14px;
}
/*--------------------------------------------------
	子記事
--------------------------------------------------*/
.thread_wrapper .child_article
{
	width:90%;
	margin-left:auto;
	padding:16px;
	border-top:1px solid #9999FF;
	text-align:left;
	clear:both;
          font-size : 14px;
}
/*--------------------------------------------------
	※※※
--------------------------------------------------*/
.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:red;
	font-weight:bold;
           font-size : 15px;
}
/*--------------------------------------------------
	記事の日付
--------------------------------------------------*/
.thread_wrapper .parent_article div.date,
.thread_wrapper .child_article div.date,
.result_article div.date
{
	text-align:right;
          font-size : 9px;
}
/*--------------------------------------------------
	記事の内容（本文と画像の親要素）
--------------------------------------------------*/
.thread_wrapper .parent_article div.contents,
.thread_wrapper .child_article div.contents,
.result_article div.contents
{
          color : 666666;	
          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
{
          float:left;
          font-size : 12px;
}
/*--------------------------------------------------
	記事の画像
--------------------------------------------------*/
.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 #9999FF;
	text-align:left;
          font-size : 13px;
}