.header
{
  text-align: center;
  margin-top: 10px;
  font-size: x-large;
  font-weight: bold;
  color: blue;
}

.rcontent
{
  width: 99%;
  margin-top: 5px;
  text-align: right;
}

.ccontent
{
  width: 99%;
  margin-top: 10px;
  text-align: center;
}

.content
{
  width: 99%;
  margin-top: 10px;
  text-align: left;
  float: left;
}

.content > img
{
  width: 99%
}

.content > div
{
  margin-left: 5px;
}

.room-navi
{
  width: 99%;
  float: left;
  margin-top: 10px;
}

.room-navi > a
{
  height: 34px;
  width: 50px;
}

.room-navi > img
{
  height: 34px;
  width: 50px;

  border-width: 1px;
  border-style: solid;
}

.room-navi > a > img
{
  height: 34px;
  width: 50px;
}
