body { 
background: #000080;
color: black;
font-size: 12pt;
margin-left: 0;
margin-right: 0;
margin-top: 0; 
}
body { 
scrollbar-base-color: #000099;
scrollbar-arrow-color: #ffff00; 
}
h1 {
color: black;
font-style: normal;
font-weight: normal;
font-size: 10pt;
margin-left: 1.5em;
margin-right: 1.5em;
margin-top: 0.5em; 
margin-bottom: 0.5em;
}/* トップページの説明 */
h2 {
font-style: normal;
font-weight: bold;
font-size: 10pt;
color : yellow;
margin-top: 0.5em; 
margin-bottom: 0.5em;
}/* 小学部 */
h3 {
font-style: normal;
font-weight: bold;
font-size: 10pt;
color : blue;
margin-top: 0.5em; 
margin-bottom: 0.5em;
}/* 中学部 */
h4 {
font-size: 10pt;
font-style: normal;
font-weight: normal;
color : white;
}/* トップページの更新日時 */
h5 {
font-style: normal;
font-weight: normal;
font-size: 10pt;
color : yellow;
margin-top: 0em; 
margin-bottom: 0em;
margin-left: 0em;
margin-right: 0em;
}/* メニュー */
p { 
line-height: 1.5em; 
font-style: normal; 
font-size: 10pt; 
color: black; 
}/* トップページの説明 */
h6 {
color : black;
font-style: normal;
font-weight: normal;
font-size: 10pt;
margin-left: 0.5em;
margin-right: 0.5em;
margin-top: 0.5em; 
margin-bottom: 0.5em;
}/* トピックスの本文に指定 */
em { 
font-style: normal;
font-weight: bold;
color: red; 
}
a:link { color: blue; }
a:visited { color: blueviolet; }
a:hover { color: orange; }