body {
  background-color : #ffffff
}

.title {
  color            : #990033;
  text-align       : center;
  font-size        : 150%;
  background-color : #ffeecc
}

.contents {
  text-align       : center;
  background-color : #ffffcc;
  font-size        : 100%;
  line-height      : 170%;
}

.contents_left {
  text-align       : left;
  background-color : #ffffcc;
  font-size        : 100%;
  line-height      : 170%;
}

.special_contents {
  text-align       : center;
  background-color : #ccffff;
  font-size        : 100%;
  line-height      : 170%;
}

.special_contents_left {
  text-align       : left;
  background-color : #ccffff;
  font-size        : 100%;
  line-height      : 170%;
}
