﻿@charset "utf-8";

#header {
  display: none;
}
ol {
  margin: -5px auto 5px -15px;
}
ol li {
  display: inline;
}
#content h2 {
  width: 730px;
  height: 90px;
  font-size: 1.7em;
  font-weight: bold;
  background: url(../img/logo3.gif)  no-repeat;
  padding: 25px 0 0 90px;
}
#text {
  font-size: 1.3em;
  text-align: center;
  padding-bottom: 30px;
}
table {
  font-size: 1em;
  border: solid 1px #888;
  margin-bottom: 10px;
}
th {
  color: #fff;
  background: #393;
  text-align: center;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 2px 0;
}
td {
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 3px 10px;
}
#note {
  color: #FF4500;
  font-size: 1.2em;
  padding-bottom: 30px;
}
th,td {
  font-size: 1.1em;
}
