﻿#header {
	width: 870px;
	height: 96px;
}


#navigation {
	width: 870px;
	height: 36px;
}


#logo-pref {
	float: left;
	width: 84px;
}

#logo-pref p {
	width: 80px;
	padding: 5px 3px 5px 1px;
}

#title {
	float: left;
/*	width: 686px;
	_width: 682px;	*/
	width: 406px;
	_width: 402px;
	_overflow: hidden;
}

#title h1 {
	width: 250px;
	height: 50px;
	padding: 5px 352px 5px 0;
}


#nav-sitemap {
/*	float: left;
	width: 100px;	*/
	width: 380px;
	height: 50px;
	padding: 2px 0px 8px;
	_overflow: hidden;
}



#AdditionalMapControl {
	float:right;
	display:block;
	margin-top:14px;
	vertical-align: middle;
}

#AdditionalMapControl img {
/*	height: 40px;	*/
	margin: 1px;
	cursor: pointer;
}

#btnMyRisk {
	border: thin solid green;
}
#btnMapConfig {
	display: inline;
	border: thin solid gray;
}


#JumpSelector {
	position: absolute;
	top: 51px;
	left: 470px;
/*	border: thin solid green;	*/
}

#JumpSelector select {
	-webkit-appearance: menulist-button;
	width: 180px;
	height: 38px;
	font-size: 15px;
	border: thin solid green;
}


.LockScreen {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	background: #C0C0C0;
	opacity: 0.5;
	z-index: 5;
}

