/* スクロールバーや背景色の設定 */
body        { font-size: 10pt; line-height: 13pt; border: 1pt #000022; scrollbar-3dlight-color: #220022; scrollbar-arrow-color: #deb887; scrollbar-darkshadow-color: #220022; scrollbar-face-color: #220022; scrollbar-highlight-color: #deb887; scrollbar-shadow-color: #deb887; scrollbar-track-color: #deb887  }

/* リンク色の設定 */
A:link    { color: #daa520; font-weight: bold }
A:visited    { color: #f90; font-weight: bold }
A:active    { color: #5c4033; font-weight: bold }
A { text-decoration: none;}
A:hover   { color: #b22222; font-weight: bold }

/* テーブルの設定 */
table         { font-size: 11pt; line-height: 13pt; border-collapse: collapse  }
td    { border: solid 0 black }

/* テーブルのタイトル行の設定 */
.titleborder {
background-color:#ffe5a6;               /* タイトル行のテーブルの背景色 */
}

/* ボタンの設定 */
.button {
background-color:#ffe5a6;               /* ボタンの背景色 */
}

/* エラーメッセージのフォントの設定 */
.error {
color:#ff0000;
}

/* 必須入力項目のフォントの設定 */
.mustinput {
font-weight:bold;
}


/* これから先は編集しないでください */
.noborder {
border-style:none;
}

.invisible {
border-style:none;
background-color:#ffffff;
}

.smallfont {
font-size:8pt;
}
