/* スクロールバーの色設定 */
body {scrollbar-face-color: #C5DD73; /* 表面の色 */
scrollbar-arrow-color: #F3F9D4; /* 矢印の色 */
scrollbar-highlight-color: #F3F9D4; /* 光があたっている部分の色 */
scrollbar-shadow-color: #ACD56C; /* 影の色 */
scrollbar-3dlight-color: #ACD56C; /* 土台の色 */
scrollbar-darkshadow-color: #B8CC5A; /* 土台の影の色 */
scrollbar-track-color: #ECF4BF; /* 移動領域の色 */
background-attachment:fixed} /* 背景を固定 */

table {font-size: 10pt; line-height: 150%} /* テーブル内の文字設定 */
div {font-size: 10pt} /* divタグの文字設定 */
p {font-size: 10pt} /* pタグの文字設定 */
a {font-size: 10pt; color: #339933; text-decoration: none} /* リンクの文字設定 */
a:hover {text-decoration: underline} /* リンク文字列に触れると下線が表示される設定 */
.text_large {font-size: 12pt; color: #669933; font-weight: bold} /* 大サイズの文字設定 */
.text_medium {font-size: 10pt; color: #D37E7E; font-weight: bold} /* 中サイズの文字設定 */
.text_small {font-size: 8pt; line-height: 130%; color: #D37E7E} /* 小サイズの文字設定 */
.text_caption {font-size: 8pt; line-height: 120%} /* 写真キャプションの文字設定 */

@media print { img { display: none; }}/ * 画像をプリントさせない設定 */