 
BODY {
  margin-left : 4em;
  margin-right : 4em;
  background-color : #F8DC85;/* 萱草色 */
}
A:LINK, A:VISITED {
  text-decoration : none;
  color : #FF1D00;
  font-family : "MS UI Gothic", Osaka, sans-serif;
}
A:HOVER {
  text-decoration : underline;
  color : #FF1D00;
  font-family : "MS UI Gothic", Osaka, sans-serif;
}
A:ACTIVE {
  text-decoration : none;
  color : #FF1D00;
  font-family : "MS UI Gothic", Osaka, sans-serif;
}
.Hilight { color : #FF1D00; }   /* スカーレット */
H1 {
  font-family : "ＭＳ 明朝", serif;
  font-size : x-large;
}
LI { list-style-type : square; }
UL, BLOCKQUOTE { line-height : 135%; }
BLOCKQUOTE { font-family : "MS UI Gothic", Osaka, sans-serif; }
P.Midashi {
  font-size : large;
  font-weight : bold;
}
P.Text { line-height : 170%; }
P.EndMark {
  font-style : italic;
  text-align : right;
}
