@charset "Shift_jis";
body {
 backgroud-color: #ffffdd;
}

h1 {
 font-size: 16pt;
 font-weight: bold;
 color: blue;
}

h2 {
 font-size: 12pt;
 text-decoration: underline overline;
}
p {
  font-size: small;
 line-height: 120%; 
}
span.title {
 font-size: 14pt;
 color: #0000cc; 
}
span.other {
 font-size: 10pt;
 text-align: center;
}