body {
  color: rgb(0, 0, 0);
  font-family: "MS UI Gothic";
  background: url(img/bg1.gif) repeat-y;
}
.copyright {
  font-style: oblique;
  font-weight: bold;
  font-size: x-small;
  text-align: right;
  background: url(img/bg3.gif) repeat fixed;
}
.vote {
  text-align: right;
}
.contents_title {
  color: rgb(244,244,244);
  font-size: x-large;
  font-weight: bold;
  background: url(img/bg4.gif) repeat;
}
.link_title {
  font-weight: bold;
  background: url(img/bg3.gif) repeat;
}
.program {
  color: rgb(255,255,255);
  background-color: rgb(0,0,0);
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.5em;
}
/* "プログラムソースのキーワード" */
.keyword {
  color: rgb(0,255,255);
}
/* "プログラムソースのコメント" */
.comment {
  color: rgb(0,255,0);
}
/* "プログラムソースの定数" */
.constant {
  color: rgb(255,255,0);
}
#code{
  font-family : "ＭＳ 明朝";
}
