@charset "utf-8";

a, a:link, a:visited, a:hover {
	color: #aaffff;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
	color: white;
	font-size: small;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: black;
}
body.toppage {
	background: black url('bg.gif') no-repeat scroll 30px 86px;
}
div#container {
	position: relative;
	margin: 0;
	min-height: 100%;
}
* html div#continer {
	height: 100%;
}
div#header_margin {
	height: 10px;
}
div#header {
	margin: 0 10px 0;
}
div#title {
	margin-bottom: 20px;
}
div#menu {
	position: absolute;
	bottom: 12em;
	right: 20px;
	text-align: right;
}
div#menu ul li {
	list-style: none;
}
div#menu img {
	border: 0;
}
p#company_name {
	margin: 0.2em 0;
	font-weight: bold;
	color: #00ffff;
}
p#company_address {
	margin: 0.2em 0;
	font-size: x-small;
}
div#content {
	margin: 24px 40px;
}
div#content table {
	width: 70%;
	margin: 24px auto 24px;
}
div#content table td {
	padding-bottom: 0.4em;
	vertical-align: top;
}
colgroup#row-title {
	width: 6em;
}
colgroup#row-content {
}
div#content div#main {
	margin: 10px 20px 2em;
}
div#content h3 {
	font-size: 115%;
	line-height: 175%;
	margin-top: 2em;
	margin-bottom: 0.3em;
}
div#content h4 {
	font-size: 100%;
	line-height: 150%;
	margin-left: 0.5em;
}
div#content p {
	line-height: 150%;
}
div#content div#header ul {
	margin: 2em -1em;
}
div#content ul {
	margin: 0.2em -1em;
}
div#content ul li {
	line-height: 135%;
}
div.leftbox {
	float: left;
	margin: 12px;
}
div#wsfmap {
	margin-top: 0;
}
div#wsfmap_desc {
	padding-left: 12px;
}
div#wsfmap_desc dt {
	margin-left: 0;
	line-height: 150%;
}
div#wsfmap_desc dd {
	margin-left: 1.5em;
	line-height: 135%;
}
hr {
	display:none;
}
div.horizontal-division {
	width: 90%;
	margin: 10px 10px 0;
	border-top: 1px solid #ddd;
	bottom: 8.5em;
	clear: both;
}
div.toppage-footer-division {
	position: absolute;
}
div#footer {
	width: 100%;
	text-align: center;
	font-size: small;
	margin-bottom: 1em;
	height: 7.5em;
}
div.toppage_footer {
	position: absolute;
	bottom: 0;
}
div#footer p {
	margin: 0.5em;
}
address {
	margin-top: 0;
	margin-bottom: 0;
}
.mailaddress-caution {
	font-size: x-small;
}
