﻿body {
	background: #666;
	font: 12pt Georgia, "Times New Roman", Times, serif;
}
.b-body {
	max-width: 25cm;
	min-width: 560px;
	background: #333;
	margin: 1px auto;
	padding: 1px 2px;
	height: 100%;
}
header {
	margin: 2px;
	display:block;
	text-align: left;
	background: #fff;
}
.hdr-logo {
	float:left;
}
.hdr-text {
	font: bold 22pt "Courier New", Courier, monospace;
	margin: 0px;
	padding: 1em;
}
.hdr-banr {
	float: right;
	display: block;
	width: 240px;
	height: 60px;
	margin-right: 1pt;
	margin-top: -3.6em;
	background: #CC6633 url(/img/hdr_bnr.png);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.hdr-b-1 {font-size:10pt;}
.hdr-b-2 {font-size:8pt;}
.hdr-b-1,.hdr-b-2 {
	margin-left: 25pt;
	color: #FFC;
}
.hdr-b-3 {
	font-size: 8pt;
	letter-spacing: 3pt;
	margin-left: 6pt;
	color: #FFC;
}

.hdr-banr-lnk {
	text-decoration: none;
}
.f-clr {
	display:block;
	clear:both;
	font-size: 1px;
}
nav {
	font: bold 12pt Arial, Helvetica, sans-serif;
	margin: 2px;
	display: block;
	text-align: left;
}

.rsslink, .rsslink:visited, .rsslink:hover{
	color: #AAA;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

.menulink, .menulink-e, .menulink:visited, .menulink-e:visited {
	color: #333;
	background: #f8f8f8;
	border: 1px solid #ddd;
	display: block;
	text-decoration: none;
	padding: 4pt 10pt;
	margin: 1px;
	float: left;
}
.menulink-e, .menulink-e:visited {
	color: #006;
	float: right;
	text-align:center;
	width: 90px;
}
.menulink:hover, .menulink-e:hover {
	color: #eee !important;
	background: #6699FF;
	border: 1px solid #6699FF;
	text-decoration: none;
}
.u-link, .u-link:visited {
	font-size: 12pt;
	font-weight: bold;
	display: block;
	color: #000099;
	text-decoration: none;
}
.u-link:hover {
	color: #0033FF;
	text-decoration: underline;
}
article {
	margin: 2px;
	display:block;
	border: #fff 1px solid;
	background: #fff;
	text-align: left;
	padding: 1pt 2em;
}
footer {
	clear:both;
	display:block;
	font-size: small;
	color: #fff;
	border: #333 1px solid;
	background: #333;
	height: 4em;
	vertical-align:middle;
}
.f-cprt {
	display: block;
	margin-left: 1em;
	margin-top: 0.3em;
	width: 18em;
	text-align: left;
}
.f-info {
	display: block;
	margin: 0;
	text-align: left;
}
.f-cnt {
	display: block;
	position:relative;
	float:right;
	width: 100px;
	height: 32px;
	top: -1.6em;
}
.f-rss {
	display: block;
	position:relative;
	float:right;
	width: 4em;
	height: 32px;
	top: -1.6em;
}
#hdrtbl {
	border-collapse:collapse;
	width: 100%;
}
table#hdrtbl td {
	border: 1px solid #999;
	background: #f9f9f9;
	padding:2pt 4pt;
	vertical-align: top;
}
table#hdrtbl td:first-child {
	white-space:nowrap;	
}
table#hdrtbl th {
	border: 1px solid #999;
	color: #FFFFFF;
	background: #656565;
	padding: 6pt;
	text-align: center;
}
table#hdrtbl * p {
	margin: 2pt;
}
#u-fltb{
	border-collapse: separate;
	border-spacing: 1px;
	border: none;
	width: 100%;
}
#u-fltb * td{
	vertical-align: top;
}
.bbtn
{
	font-weight:bold;
	border-bottom:1px solid lightgray;
}
.hln {
	height: 1px;
	border-bottom: 1px dotted #CCCCCC;
}
article a {
	color: #0000FF;
	text-decoration: none;
	font-weight:bold;
}
article a:hover {
	color: #0066FF;
	text-decoration: underline;
}
article a:visited {
	color: #666666;
	text-decoration: none;
}
article > h1 {
	text-autospace: none;
	text-align: center;
	color: #000066;
}
article > h2 {
	text-autospace: none;
	color: #000066;
}
article > h3 {
	text-autospace: none;
	color: #000066;
	text-align: left;
}

article * li
{
	margin-top: 0.4em;
	margin-bottom:0.4em;
}

article b {
	color: #333333;
}
article i {
	color: #003366;
}

article dl dt
{
	border-bottom: 1px solid #DEDEDE;
	border-bottom-color: #DFEFEF;
}

article dl dd
{
	margin-bottom: 1em;
}
.inf {
	color: #990000;
}
.ltident {
	margin-left: 2em;
}

.goto, .gotoinact, .gotocurr {
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
}
.gotoinact{
	color: #666666;
}
.gotocurr{
	color: #666666;
}
.goto:link, .goto:visited {
	color: #0066FF;
}
.goto:active, .goto:hover {
	color: #33CCFF;
}
