/* Copyright (C) 1997-1999 by JETINTERNET. All rights reserved. */

H1 {
	font-size : 16pt;
}
H2 {
	font-size : 14pt;
}
H3 {
	font-size : 12pt;
}
H4 {
	font-size : 10pt;
}
TABLE,TH,TD,P,OL,UL,LI,DL,DT,DD,FORM {
	font-size : 10pt;
	line-height:1.5em;
}
ADDRESS {
	font-size : 9pt;
	font-style : normal;
	text-align : center;
}

/*
INPUT, TEXTAREA, SELECT{
  background-color: #FFFFFF;
  color: #000000;
  border: 1 solid #000000;
}
*/
A:link {
	text-decoration : none;
}
A:visited {
	color : #006600;
	text-decoration : none;
}
A:active {
	color : #CC0066;
	text-decoration : underline;
}
A:hover {
	color : #CC0066;
	text-decoration : underline overline;
}

#menu {
width: 600px;
  height: 58px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #C8DFE3;
}
#menu li {
  float: left;
  padding: 0;
  margin: 3px;
}
#menu li a {
  width: auto;
  color: #333;
  border:solid 1px;
  font-size: 13px;
  font-weight: bold;
  margin: 3px;
  padding: 12px 3px;
  text-decoration: none;
  display: block;
}
#menu li a:hover {
  background: #fff;
}

.on {
	background-color:#FFF;
}

table.type02 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
table.type02 th {
0	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background: #99CCFF;
}
table.type02 td {
0	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}