﻿@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;
  padding-bottom: 30px;
}
table {
  width: 100%;
  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 10px;
}
td {
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 3px 10px;
}
h2,td,#content ul {
  text-align: left;
}
.note {
  color: #FF4500;
}
li span.note {
  margin-left: 12px;
}
