/* ページの中央に表示 */
body{text-align:center;}

/* フォント、行間の設定 */
body,TD{
color       : #333333;                             /* 文字色の設定*/
font-family : Verdana,Chicago,osaka,"sans-serif";  /* フォントの種類 */
line-height : 150%;                                /* 行間の設定 */
font-size   : 90%;                                 /* 文字の大きさ */
}

/* リンクに関する設定 */
A:link   {color:#666666; font-weight: bold;}  /* リンク色 */
A:visited{color:#666666; font-weight: bold;}  /* 既読リンク色 */
A:hover  {color:#999999;                      /* カーソルがリンクの上に来た時の色 */
          text-decoration:underline;}         /* カーソルがリンクの上に来たとき下線を出す */
A{text-decoration: none;}                     /* リンクの下線を消す */


/* その他の設定 */

.kosui{           /* kosuiの設定 */
padding:10px;     /* パディング */
text-align:left;  /* 左寄せ */
}

.title{
font-size:150%;           /* 文字サイズ */
font-weight:bold;         /* 文字を太くする */
text-align:center;
}

.daimei{                        /* daimeの設定 */
margin-bottom:3px;            /* 下マージン */
padding-left:5px;             /* 左パディング */
font-size:110%;                 /* 文字サイズ */
font-weight:bold;               /* 文字を太くする */
border-left:solid 3px #666666;  /* ボーダーの設定 */
}

hr{               /* 罫線の設定 */
height:1px;       /* 罫線の太さ */
color:#cccc00;    /* 罫線の色 */
}
