@charset "shift_jis";

body
{
    margin-left:1%; 
    margin-right:1%;
}
a:link
{
    none;
}
a:visited
{
    color:#0000ff;
}

/* 見出し */
h1 
{
 margin: 0;
 padding: 0;
 text-align: center;
 font-size: xx-large;
}

/* ===================================================================
 id属性 
  ===================================================================*/

/* ログイン */
div#login 
{
 margin: auto;
 padding: 1em;
 background: transparent;
 width: 250px;
}

/* 検索条件 */
div#search_condition
{
 width:400px;
}

/* 一覧部 */
div#thred_list
{

}

/* ===================================================================
 class属性 
  ===================================================================*/

/* メッセージ */
div.message
{
 text-align: center;
 color:red;
}

/* コマンド */
div.command
{
 margin-top: 1em;
 margin-bottom: 2px;
 padding-top: 5px;
 padding-bottom: 5px;
 width:320px;
 background:lightblue;
}

div.label
{
 width:100px;
 float:left;
}

div.button
{
 float:right;
}

/* スレッドタイトル */
div.thred_title
{
 width:800px;
 margin-top: 1em;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 padding-right: 5px;
 /*background:#eeeeee;*/
 background:lightblue;
 font-size:12pt;
}

/* コメントタイトル */
div.comment_title
{
 width:800px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 padding-right: 5px;
 background:#eeeeee;
 font-size:11pt;
}

div.comment
{
 width:800px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 padding-right: 5px;
 background:#eeeeee;
 font-size:11pt;
}

/* コメント本文　*/
div.comment_value
{
 width:800px;
 margin-bottom:2px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 padding-right: 5px;
 background:#eeeeee;
 font-size:11pt;
}

/* コメント本文内部 */
div.comment_value_inside
{
 margin-left:25px;
}

/* 画像表示部 */
div.comment_image
{
 margin-top:5px;
 margin-bottom:5px;
 margin-left:25px;
}

/* 備考 */
div.note
{
 color:red;
 font-size:9pt;
}

