body {
  font-size: small;               /* フォントサイズ */
  color: #333333;                 /* 文字色 */
  background-color: #ffffff;　    /* 背景 */
}
a:link { color: #32cd32 }         /* リンク色 */
a:visited { color: #466380 }
a:hover { color: #e52929 }
a:active { color: #999999 }
p { 
  text-align: center;             /* センタリング・インライン */
}
p.r {
  text-align: left;
}
span.xs { font-size: x-small }
.b { font-weight: bold }
.m { font-size: medium }
.w { color: #ffffff }
.g { color: #999999 }

