html, body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #00AAE1;
	height: 100%;
}

a {
	color: #444;
	text-decoration: none;
	border-bottom: 1px solid #777;
}
a:link {
	color: #444;
	text-decoration: none;
	border-bottom: 1px solid #777;
}

a:hover {
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted #777;
}

.font_style1 {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

.font_style2 {
	font-family: Verdana, sans-serif;
	font-size: 17px;
}

.content {
	border: 1px #000 solid;
	height: 100%;
}

.dd {
	font-family: Verdana, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.image {
	border: 1px #000 solid;
}

.header {
	font-family: Verdana, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-variant: small-caps;
	border-bottom: 3px #000 double;
}

.pwfield{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #aaa;
	border: 1px #000 solid;
}

.button {
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	color: #000;
	background-color: #aaa;
	border: 1px #000 solid;
}

.button:hover {
	color: #000;
	background-color: #888;
}

.info {
	color: #000;
	font-family: monospace;
	font-size: 11px;
}

.a {
	border: none;
	height: 100%;
	width: 100%;
	text-align: center;
}

.b {
	background-color: #aaa;
	border: 1px #000 solid;
}

.table_navi_off {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	line-height: 24px;
	text-align: center;
	border: 1px solid #000;
}

.table_navi_on {
	background-color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	border: 1px solid #000;
}