<Style type="text/css">
<!--
Body{
 scrollbar-base-color: white;
 scrollbar-arrow-color: black;
 scrollbar-track-color: white;
 scrollbar-shadow-color: white;
 scrollbar-darkshadow-color: white;
 scrollbar-highlight-color: white;
 scrollbar-3dlight-color: white;
}/* 背景・スクロールバーの設定 */
Body, Td, Div{
 font: normal 7pt "Verdana", "MS UI Gothic", "ＭＳ ゴシック";
 color: black;
 letter-spacing: 2px;
 line-height: 200%;
}/* 全体の文字の設定 */
A{
 text-decoration: none;
 color: #990000;
}
A:hover{
 color: gray;
 text-decoration: none;
 border-bottom: 1px solid #990000;
}/* 全体のリンクの設定 */
.A1{
 font: normal 15pt "Georgia", "ＭＳ Ｐ明朝";
 color: Silver;
}
.A1:hover{
 text-decoration: none;
 color: #990000;
 border-bottom: none;
}
INPUT{
 border: none;
 background-color: black;
 color: white;
 text-align: center;
 font: normal 7pt "Verdana", "MS UI Gothic";
}/* メニュー部分のリンクの設定 */
.copy{
 font-size: 7pt;
 text-align: center;
 margin-top: 50%;
}/* コピーライト部分の設定 */
.Title{
 font: bold 27pt;
 color: white;
 margin-top: 30px;
}/* サイトタイトル文字の設定 */
h2{
 font: bold 13pt;
 color: black;
 border-bottom: 1px solid #990000;
 margin-top: 40px;
 text-align: left;
}/* 各ページ見出しの設定 */
-->
</Style>