	html			{ height: 100% }
	body		{ height: 100%; margin: 0; padding: 0 }
	.subj		{ color: #000000; font-weight:bold; font-size:120%; }
	.navi		{ font-family: 'Arial'; width: 100%; height: 64px; position: fixed; z-index: 10000; background-image: url(i/navi_bg.png); }
	ul			{ list-style-type:none; margin:0; padding:0; }
	li			{ display:inline; margin-left: 16px; margin-right: 16px; line-height: 27px; vertical-align: middle; text-align:center; }
	li img		{ vertical-align: middle; }
	a:link {text-decoration:none; color:#535353; font-size:14pt; font-weight:bold; }
	a:visited {text-decoration:none; color:#535353; font-size:14pt; font-weight:bold; }
	a:hover {text-decoration:underline; color:#535353; font-size:14pt; font-weight:bold; }
	a:active {text-decoration:underline; color:#535353; font-size:14pt; font-weight:bold; }	


	#canvas_map {
		height: 100%
	}
	#canvas_neongeo {
		font-family: 'Arial';
		position:fixed;
		width:100%;
		height:64px;
		top:0px;
		background-image: url(http://www.gcacher.com/ng2/web/i/navi_bg.png);
	}

	#blanket {
		background-color:#111;
		opacity: 0.65;
		filter:alpha(opacity=65);
		position:absolute;
		z-index: 9001;
		top:0px;
		left:0px;
		width:100%;
	}
	#popUpDiv {
		position:absolute;
		background-color:#eeeeee;
		width:400px;
		height:200px;
		z-index: 9002;
		font-family: Arial; font-size: 12px;
	}

	#message {
		background:#555;
		color:#fff;
		position:absolute;
		display:none;
		padding:5px;
		font-family: Arial; font-size: 12px;
	}
