/* *****************************************************************
    �C�����y�� - �W��CSS
     
      copyright 2004-2005 E.Takahashi, all rights reserved.
   ****************************************************************** */

* {
  line-height: 1.3em;
}

body {
  background-color: #ffffff;

  width: 1024px;
  height: 100%;

  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

#page_header {
  position: relative;
  left: 0px;
  height: 100px;
  width: 100%;

  text-align: right;
}

#page_content {
  position: relative;
  left: 0px;
  width: 100%;

  padding: 15px 30px 15px 50px;
}

#page_footer {
  position: relative;
  left: 0px;
  height: 50px;
  width: 100%;

  text-align: right;
  font-size: x-small;

  padding-right: 10px;
}

img {
  border-style: none;
}

img.pinup {
  border: solid 3px #777799;
}

div.panel {

  height: 110px;
  width: 110px;
  
  border: solid 1px #333333;
  
  margin: 2px;
}

h1 {
  font-weignt: normal;
  font-size: small;
  color: #999999;
}

h1 a {
  color: #999999;
  text-decoration: none;
}

h1 a:hover {
  text-decoration: underline;
}

h2 {
  font-weight: bold;
  font-size: medium;
  color: #555555;
  
  border-bottom: double 3px #cccccc;
  
  margin-top: 2em;
}

h3 {
  font-weight: bold;
  font-size: medium;
  color: #55555;
  
  border-left: solid 1em #333366;
  padding-left: 5px;

  margin-top: 1em;
}

h4 {
  font-weight: bold;
  font-size: medium;
  color: #55555;

  border-left: solid 0.5em #333366;
  padding-left: 5px;

  margin-top: 1em;
  margin-left: 1em;
}

p {
  margin-left: 1em;
}

dl {
  margin-left: 1em;
}

dt {
  font-weight: bold;
  margin-top: 0.5em;
}

span.red {
  color: red;
}

span.blue {
  color: blue;
}

span.strong_black {
  font-weight: bold;
  color: black;
}

span.strong_blue {
  font-weight: bold;
  color: blue;
}

span.strong_red {
  font-weight: bold;
  color: red;
}

span.weak_black {
  font-size: small;
  color: black;
}

span.weak_red {
  font-size: small;
  color: red;
}

table.reserve_calendar {
  background-color: #333366;
}

tr.reserve_calendar {
  background-color: #ffffff;
}

th.reserve_calendar {
  background-color: #ccccdd;
  text-align: center;

  font-weight: bold;
}

td.reserve_calendar {
  background-color: #eeeeff;
  text-align: center;

  font-weight: bold;
}

<!-- �J���p -->
span.unknown {
  color: #553344;
  font-weight: bold;
  background-color: #FF0037;
}
