﻿@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,#place {
  font-size: 1.3em;
}
#text {
  padding: 0 10px 30px 10px;
}
.red {
  color: red;
}
#place {
  padding: 0 0 20px 10px;
}
table {
  width: 100%;
  font-size: 1.2em;
  border: solid 1px #888;
  margin-bottom: 20px;
}
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;
}
#press {
  padding-left: 10px;
  font-size: 1.2em;
}
