@charset "shift_jis";

* {
  margin: 0;
  padding: 0;
}

html, body
{
  background: #333333 url(img/sidebar.gif) 0 0 repeat-y;
  color: #999999;
}

a:link, a:visited
{
  color: #6699cc;
  text-decoration: none;
  outline: none;
}

a:active, a:hover
{
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

img
{
  border: none;
}

#sidebar
{
  display: block;
  float: left;
  /* z-index: 100; */
  width: 160px;
  height: 100%:
  overflow: visible;
  text-align: center;
}

#main
{
  display: block;
  overflow: hidden;
  font-family: Arial, sans-serif;
  text-align: left;
}

#main h1
{
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 16px 32px;
  height: 32px; /* 64 - (16 * 2) */
  color: #003080;
  background: #000000 url(img/header.jpg) 0 0 no-repeat;
  font-weight: bold;
  font-size: 30px;
}

#main h2
{
  margin: 0 0 6px 0;
  padding: 8px 32px;
  width: 334px;
  height: 16px;
  color: #a0b0c0;
  background: #333333 url(img/h2.gif) 0 0 no-repeat;
  font-weight: bold;
  font-size: 15px;
  /* border-top: solid 1px #202020; */
  /* border-bottom: solid 2px #202020; */
  /* border-right: solid 1px #000000; */
  /* border-left: solid 6px #506080; */
}

#main small
{
  color: #808080;
  font-style: normal;
  font-size: 0.7em;
}

#main table
{
  border: solid 2px #202020;
  border-collapse: collapse;
  width: 100%;
}

#main table th, #main table td
{
  border: solid 1px #282828;
  padding: 4px 8px;
  text-align: left;
}

#main li
{
  margin-left: 16px;
  text-align: left;
}

#main .title
{
  display: block;
  height: 480px;
  overflow: hidden;
  background: #000000;
}

#main .header
{
  display: block;
  height: 64px;
  overflow: hidden;
  background: #000000;
}

#main .content
{
  display: block;
  overflow: hidden;
  padding: 16px;
  background: #333333 url(img/line.gif) 0 0 repeat-x;
  text-align: left;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-size: 0.9em;
}

#main img.toptitle
{
  display: block;
  height: 400px;
  overflow: hidden;
  background: #000000;
}

#main img.thumb
{
  display: inline;
  width: 64px;
  height: 64px;
  border: 0;
  padding: 8px;
  overflow: visible;
  background: #333333 url(img/thumb.gif) 0 0 no-repeat;
}

.right
{
  display: block;
  text-align: right;
}

.center
{
  display: block;
  text-align: center;
}

