/* BODY関係 */.body_HaruAki {/* 文字、背景色 */color: #666666;background-color: #ffffff;/* スクロールバー */scrollbar-base-color:#ffffff;scrollbar-arrow-color:#999999;scrollbar-shadow-color:#c2c2c2;scrollbar-darkshadow-color:#ffffff;scrollbar-3dlight-color:#ffffff;scrollbar-highlight-color:#c2c2c2;scrollbar-track-color:#ffffff;}/* マージン */margin: 0px;}H3 {  color: #000099; /* 文字の色 */  padding-left: 10px; /* 左の余白 */  border-width: 0px 0px 2px 10px; /* 枠の幅 */  border-style: solid; /* 枠の種類 */  border-color: #9999ff; /* 枠の色 */  line-height: 100%; /* 行の高さ */}/* リンク */a:link {text-decoration: none;color: #8080ff;}a:visited {text-decoration: none;color: #ff8080;}a:active {text-decoration: none;color: #ff2f2f;}a:hover {text-decoration: underline;}/* 文字サイズ */.x24 { font-size:24px; line-height:120%; }.x20 { font-size:20px; line-height:120%; }.x16 { font-size:16px; line-height:120%; }.x16c { font-size:16px; line-height:26px; }.x14 { font-size:14px; line-height:120%; }.x12 { font-size:12px; line-height:120%; }.x10 { font-size:10px; line-height:120%; }.x8 { font-size:8px; line-height:120%; }