/* Start of CMSMS style sheet 'hgbcss' */
* {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

html {
  height: 100.3%;
  font-size: 62.5%;
}

table#introtable {
  width: 100%;
  height: 100%;
  text-align: center;
}

body {
  height: 100%;
/*  background: url(images/back.gif) no-repeat fixed 50%;*/
  scrollbar-face-color:#96A893;
  scrollbar-hightlight-color: #96A893;
/*  text-align: center;*/
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1.2em;
}

div#backdiv {
  position: fixed;
top: 50%;
height: 50%;
background-color: #96A893;
width: 100%;
z-index: -1;
}

div#naviwrapper {
  position: fixed;
  top: 0px;
  padding: 15px 0 30px 0;
  background-color: white;
  z-index: 2;
  margin: 0;
  font-size: 0.95em;
  width: 100%;
  text-align: center;
}

div#navi {
  border-bottom: 5px solid #96A893;
  font-weight: bold;
}

div#navi table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

#navi a, #navi div.current, #introtable a
{
  text-decoration: none;
}

div#navi td {
  padding: 4px 0 1px 0;
  text-align: center;
}

div#navi .cleft
{
	width: 4px;
	background: url("images/cleft.gif") no-repeat #96A893;
}

div#navi .cright
{
	width: 4px;
	background: url("images/cright.gif") no-repeat #96A893;
}

div#navi td.current {
  background-color: #96A893;
}

#navi a:link, #navi a:visited, #introtable a:link, #introtable a:visited {
  color: #000000;
}

#navi a:hover, #introtable a:hover {
  color: #96A893;
}

div#mainwrapper {
  width: 600px;
  overflow: auto;
  padding: 20px;
  background-color: white;
  margin: 81px auto 0 auto;
  border: 1px solid #96A893;
  text-align: left;
  font-size: 0.9em;
  z-index: 0;
  min-height: 80%;
}

div#mainwrapper a:link, div#mainwrapper a:visited {
  color: #96A893;
  text
}

div#mainwrapper h1 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.1em;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 25px;
}

div#mainwrapper li {
  list-style-image: url("images/dot.gif");
  margin-left: 10px;
  margin-bottom: 30px;
}

div#mainwrapper h2{
  font-size: 1.1em;
  border-bottom: 1px solid #96A893;
  font-weight: bold;
  margin-bottom: 1em;
}

div#mainwrapper li img {
  margin: 0 20px 10px 0;
  width: 220px;
}

div#mainwrapper li .date {
  float: left;
  width: 110px;
}

div#mainwrapper li p
{
  padding-left: 111px;
}

div.gimmick
{
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
}

div.videothumb {
  float: left;
}

div.impress
{
  text-align: center;
}

div.clear {
  clear: both;
}
/* End of 'hgbcss' */

