<!--

/* tag */
a, a:link {
	color : #0033cc;
	text-decoration : none;
} a:hover {
	color : green;
	text-decoration : underline;
} a:active, a:focus {
	color : red;
} body {
	background-color : #ffcc00;
	color : black;
	font-family : Verdana, Arial, Helvetica;
	font-size : 14px;
	width : 100%;
	margin : 0px;
	margin-bottom : 16px;
	padding : 0px;
	text-align : justify;
} img {
	border : none;
} b img, b object {
	border : 2px solid #ff9900;
} h1 {
	width : 99%;
	color : blue;
	border : 2px solid #ff9900;
	background-color : #ffaa00;
	padding : 2px;
	font-size : 26px;
	text-align : center;
} h2 {
	width : 99%;
	font-size : 22px;
	color : #cc0000;
	text-align : center;
	margin : 24px, 2px, 2px, 2px;
	border-top : 2px solid #ff9900;
	border-bottom : 2px solid #ff9900;
	background-color : #ffffaa;
} hr {
	height : 2px;
	color : #ff9900;
} input, textarea, select {
	border : 2px solid #ff9900;
	background-color : #ffffaa;
	color : #990000;
	padding : 2px;
} input, select {
	height : 24px;
} textarea {
	font-family : Lucida Console, monospace;
} small, .small {
	font-size : 10px;
	color : red;
} tt {
	color : green;
	font-family : Lucida Console, monospace;
} td {
	text-align : justify;
	padding : 4px;
	font-size : 14px;
} th {
	color : blue;
	text-align : center;
	padding : 4px;
	font-size : 12pt;
	font-weight : bold;
} .b {
	border : 2px solid #ff9900;
	background-color : #ffffaa;
} table.b {
	width : 100%;
	border-bottom : none;
} table.b th {
	background-color : #ffaa00;
	border-bottom : 2px solid #ff9900;
} table.b td {
	border-bottom : 2px solid #ff9900;
} #title {
	width : 100%;
	height : 64px;
	background-image : url(img/tit_back.gif);
	text-align : center;
	padding-top : 8px;
} #menu {
	width : 100%;
} #menu td {
  width : 96px;
	height : 32px;
	background-image : url(img/btn.gif);
	font-size : 12px;
	color : red;
	padding : 0px;
	text-align : center;
	text-decoration : none;
} #menu td:hover {
  background-image : url(img/btn_h.gif);
} #area {
	margin : 8px;
	padding : 4px;
	border : 2px solid #ee9900;
	background-color : #ffffcc;
	background-image : url( img/area_back.gif );
} #bottom {
	width : 100%;
	font-size : 10px;
	text-align : center;
} #banner {
  margin : 0px;
	margin-top : 8px;
	text-align : center;
} #banner img {
	border : 2px solid #ff9900;
}

-->

