/* スクロールバーの色設定 */
body {scrollbar-face-color:#B5F7FB; 
scrollbar-track-color:#F3FFFF; 
scrollbar-arrow-color:#49C5F4; 
scrollbar-highlight-color:#FFFFFF; 
scrollbar-shadow-color:#96DBF5; 
scrollbar-3dlight-color:#95DEFA; 
scrollbar-darkshadow-color:#49C5F4;
background-attachment:fixed}

table {font-size: 12pt; line-height: 150%; color: #8F4721}/ * テーブル内の文字設定 */
div {font-size: 12pt} /* divタグの文字設定 */
p {font-size: 12pt} /* pタグの文字設定 */
a {font-size: 10pt; color: #339933; text-decoration: none} /* リンクの文字設定 */
a:hover {text-decoration: underline} /* リンク文字列に触れると下線が表示される設定 */
.text_large {font-size: 14pt; color: #336633; font-weight: bold} /* 大サイズの文字設定 */
.text_medium {font-size: 12pt; color: #339933; font-weight: bold} /* 中サイズ緑の文字設定 */
.text_medium_2 {font-size: 12pt; color: #CC6600; font-weight: bold} /* 中サイズ茶の文字設定 */
.text_small {font-size: 10pt; line-height: 130%; color: #8A8A00} /* 小サイズの文字設定 */