            BODY {
                font-family: tahoma; font-size: 10pt; color: black;
                background-image: url('bg.gif')
            }
.btnLink {
    background-color: slategray;
    color: white;
    border: 1px solid black;
    font-size: 8pt;
    font-family: tahoma;
    padding-left: 10px; padding-right: 10px;
    text-decoration: none;
}
            .title { padding-top: 5px; background-color: #ffffff; color: black; border: 0px solid black; text-align:center; font-size: 8pt; font-weight: bold; }
            .footer { padding-bottom: 5px; background-color: #ffffff; color: gray; border: 0px solid black; text-align:center; font-size: 8pt; font-weight: normal; }
            .menuItem { font-size: 8pt; font-weight: bold; color: #006633; text-decoration: none; }
            .menuItem:hover { color: #006633; text-decoration: underline; }
            #kanaTable TD { border: 1px solid black; width: 50px; height: 40px; }
            H1 {
              color: #777777;
              font: 11px/20px tahoma,arial,helvetica;
              font-weight: bold;
              text-align: center;
              margin-top: 0px; margin-bottom: 0px;
              margin-left: 5px;
              margin-right: 5px;
              border-top: 1px #FFFFFF solid;
              border-bottom: 1px #AAAAAF solid;
              background-color: #E8E8E6;
            }

.ad { font-size: 7pt; }
.sideHead{
  width: auto;
  color: #777777;
  font: 11px/25px tahoma,arial,helvetica;
  font-weight: bold;
  text-align: center;
  border-top: 1px #FFFFFF solid;
  border-bottom: 1px #AAAAAF solid;
  background-color: #E8E8E6;
}
.sideRedHead{
  width: auto;
  color: #ffffff;
  font: 11px/25px tahoma,arial,helvetica;
  font-weight: bold;
  text-align: center;
  border-top: 1px #990000 solid;
  border-bottom: 1px #AAAAAF solid;
  background-color: #660000;
}
.rightText{
  color: #666666;
  font: 11px tahoma,arial,helvetica;
  padding: 6px;
}

.button{
  color: #333333;
  /*background-color: #E4E4DF;
  border: 1px;*/
  font: 11px tahoma,arial,helvetica;
  height: 23px;
  width: 90px;
  margin-top: 4px;
  margin-bottom: 10px;
}

#listBox{
  width: 160px;
  font: 11px verdana,arial,helvetica;
  color: #444444;
  margin-left: 10px;
  background-color: #F4F4F2;
  border: 1px #AAAAAF solid;
}

#rightBox {
  width: 130px;
  padding: 0px;
  font: 11px verdana,arial,helvetica;
  color: #666666;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #F4F4F2;
  border: 1px #AAAAAF solid;

}

	#tabmenu {
		color: #000;
		border-bottom: 1px solid #dcdcdc;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#tabmenu a, a.active {
		color: #DEDECF;
		background: #898B5E;
		font: bold 12px;
		border: 1px solid black;

		padding: 5px 5px 0px 5px;
		margin: 0px;
		text-decoration: none; }

	#tabmenu a.active {
		background: #ABAD85;
		border-bottom: 1px solid black; }

	#tabmenu a:hover {
		color: #fff;
		background: #ADC09F; }

	#tabmenu a:visited {
		color: #E8E9BE; }

	#tabmenu a.active:hover {
		background: #ABAD85;
		color: #DEDECF; }

	#content {
		padding-top: 10px;
		text-align: justify;
		border: 1px solid #dcdcdc;
		border-top: none;
	}



