* {
	padding: 0;
	margin: 0;
}

body {
	background-color : #ffffff;
}

h1 {
	font-size: 14pt;
	color: #0066cc;
}

h2 {
	font-size: 12pt;
	color: #339900;
	padding-left: 1em;
}

#nonjava {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background-color : #ffffff;
	line-height: 1.5;
	z-index: 1;
}

/* menu */
#navi {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 230px;
	height: 544px;
}

#menu {
/*	width: 230px; */
	height: 450px;
	overflow: auto;
	background-color: #ffffff;
	color: #000000;
	border-style: inset;
	font-size: 10pt;
}

#btn1 {
	position: absolute;
	top: 65px;
	left: 5px;
	font-size: 10pt;
}

#btn2 {
	position: absolute;
	top: 65px;
	left: 35px;
	font-size: 10pt;
}

#sitelogo {
	position: absolute;
 	left: 110px;
	top: 40px;
	width: 120px;
	height: 55px;
}

#maintitle {
	width: 230px;
	height: 95px;
}

/* main */
#main {
	position: absolute;
	top: 0px;
	left: 230px;
	width: 750px;
	height: 544px;
}

#map {
	width: 100%;
	height: 494px;
	border-style: inset;
}

#result {
	width: 100%;
	color : #ffffff;
	background-color : #000000;
	font-size: 10pt;
	border-style: inset;
}

#control {
	width: 100%;
	height: 28px;
	color: #000000;
}

#mdk {
	background-color: #666666;
	color: #cc0033;
}

#kdk {
	background-color: #666666;
	color: #0000ff;
}

#plane {
	position:absolute;
	left:305px;
	top:170px;
	overflow:hidden;
	z-index: 1;
}

#aquarium {
	position: absolute;
	top: 0px;
	left: 230px;
	z-index: 2;
	display: none;
	text-align: center;
}

#aquapic {
	width: 700px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 10pt;
	margin: auto;
}

img.left {
	float: left;
	margin-right:0.5em;
	margin-bottom:0.5em;
}

.font10pt {
	font-size: 10pt;
}

.red{
	color: #ff0000;
}
.aqua{
	color: #00ffff;
}
.black{
	color: #000000;
}

.help{
	text-align: right;
	vertical-align: middle;
	font-size: 10pt;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

img {
	border-width: 0 0 0 0;
}

.ma {
	margin: auto;
}

.pd10{
	padding: 10px
}

.layer3 {
	font-size: 10pt;
	padding-left: 2em;
}
