a:link {
	color:#003399;
	text-decoration:none;
}
a:visited {
	color:#003399;
	text-decoration:none;
}
a:hover {
	color:#339966;
	text-decoration:none;
}
a:active {
	color:#339966;
	text-decoration:none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003399;
	background-color:#DBE4F0;
	scrollbar-face-color:#DBE4F0;
   scrollbar-shadow-color:#FFFFFF;
   scrollbar-highlight-color:#FFFFFF;
   scrollbar-3dlight-color:#000000;
   scrollbar-darkshadow-color:#FFFFFF;
}


.navi_back {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

.navi_text {
	color:#003399;
	position:absolute;
	top:20px;
	left:35px;
	z-index:2;
	width:120px;
	font-weight:bolder;
	height:400px;
		
}

.navi_form{
	color:#003399;
	position:absolute;
	top:300px;
	left:35px;
	z-index:2;
	width:120px;
	font-weight:bolder;
	
	
}


.main_text {
	color:#003399;
	position:absolute;
	top:20px;
	left:20px;
	z-index:2;
	width:800px;
	height:420px;
	overflow:hidden;
	overflow-y:scroll;
}