body {
  margin: 0;
  background-image: url(../shogi/image/bg.jpg);
  background-repeat: repeat-y
  background-repeat: repeat-x
}

h2 {
  color: #660000;
  font-size: x-large;
  margin: 0;
  background-color: #ffffff
}

h3 {
  color: #000066;
  font-size: large;
  margin: 0;
  background-color: #ffffff
}

p {
  color: #000000;
  font-size: small;
  line-height: 1.3
}

font {
  color: #000000;
  font-size: small;
  line-height: 1.3
}

div {
  color: #000000;
  font-size: small;
  line-height: 1.3
}

pre {
  color: #000000;
  font-size: small;
  line-height: 1.3
}

.left {text-align: left}
.center {text-align: center}
.right {text-align: right}
.xxs { font-size: xx-small }
.xs  { font-size: x-small }
.s   { font-size: small }
.m   { font-size: medium }
.l   { font-size: large }
.xl  { font-size: x-large }
.xxl { font-size: xx-large }
.smaller { font-size: smaller }
.larger  { font-size: larger }
.s09 { font-size: 9pt }
.s12 { font-size: 12pt }
.s16 { font-size: 16pt }
.p080 { font-size: 80% }
.p120 { font-size: 120% }
.p150 { font-size: 150% }
.db { color: #000066 }
.b { color: #0099cc }
.dr { color: #660033 }
.r { color: #cc0033 }
.dg { color: #003300 }
.g { color: #006633 }
.w { color: #ffffff }

a:link { color: #000066 }
a:visited { color: #003300 }
a:hover { color: #cc0033 }

