/************************************************
        デザインテンプレート WEB用 #001
 (C) chocolat* ... http://petit-chocolat.net/
************************************************/


/* スクロールバー */
body {
  scrollbar-face-color:white;
  scrollbar-highlight-color:black;
  scrollbar-shadow-color:white;
  scrollbar-3dlight-color:white;
  scrollbar-arrow-color:black;
  scrollbar-track-color:white;
  scrollbar-darkshadow-color:white;
}

/* 全体の文字サイズ・文字種 */
body, table {
  font-size:12px;
  font-family:Verdana,Helvetica,sans-serif;
  line-height:140%;
}

/* 全体のリンクの設定 */
a       { color:black; text-decoration:none; }
a:hover { color:silver; text-decoration:none; cursor:ne-resize; }

/* ロゴ */
.logo { font-size:19px; }
.logo a:link    { color:#000000; }
.logo a:active  { color:#000000; }
.logo a:visited { color:#000000; }
.logo a:hover   { color:silver; }

/* メニューテーブル */
.menu_table {
  background:url(image/menu-bg.jpg) no-repeat;
  background-position:50% 50%;
  width:150px;
  height:500px;
  text-align:center;
  border:dashed 1px black;
}

/* メニューテキスト */
.menu           { padding:5px; }
.menu a:link    { color:#ffffff; }
.menu a:active  { color:#ffffff; }
.menu a:visited { color:#ffffff; }
.menu a:hover   { color:#999999; font-weight:bolder; }

/* アイフレームテーブル */
.iframe_table {
  width:500px;
  background:#ffffff;
  border:dashed 1px black;
}

/* メイン記事タイトル */
.content_maintitle {
  font-size:14px;
  font-weight:bolder;
}

/* メイン記事本文 */
.content_text {
  margin-top:5px;
  line-height:130%;
}

/* 更新履歴ボックス */
.content_newly {
  width:100%;
  height:100px;
  overflow:auto;
  line-height:130%;
  margin-top:5px;
  border-top:double 3px black;
  border-left:none;
  border-right:none;
  border-bottom:double 3px black;
  padding:2px;
  letter-spacing:1;
}

/* 著作権表示テーブル */
.copyright_table {
  text-align:right;
  padding-top:10px;
}

