body {
  border:               solid black 1px;
  font-family:          sans-serif;
  font-size:            12px;
  margin-left:          auto;
  margin-right:         auto;
  width:                720px;
}

table {
  font-size:            100%;
}

.banner {
  height:               99px;
  background-color:     #8a6188;
}

.banner img {
  border-left:          solid black 1px;
  display:              block;
}

.banner a img {
  border-style:         none;
}

.links {
  background-color:     #591e55;
  border-top:           solid black 1px;
  border-bottom:        solid black 1px;
  height:               25px;
  padding:              0px;
}

.links td {
  text-align:           center;
}

.links a {
  color:                white;
  text-decoration:      none;
  font-weight:          bold;
}

.links a:hover {
  color:                yellow;
}

.photo {
  border-left:          solid black 1px;
  border-bottom:        solid black 1px;
  float:                right;
  margin-bottom:        10px;
  margin-left:          10px;
  padding:              0px;
}

.photo img {
  display:              block;
}

.content {
  background-image:     url(./images/tsuba.gif);
  background-repeat:    no-repeat;
  min-height:           375px;
}

.content p, h2, h3, h4 {
  margin-left:          10px;
  margin-right:         10px;
}

.content h2, h3, h4, .update {
  color:                #591e55;
}

#schedule_table {
  margin-left:          10px;
  margin-right:         10px;
}

blockquote {
  font-style:           italic;
  text-align:           justify;
}

.footer {
  background-color:     #8a6188;
  clear:                right;
  color:                #591e55;
  font-size:            10px;
  text-align:           center;
  width:                100%;
}


