
/*n_p*/

div.map {
	position: relative;
}

div.map div {
	font-size: 80%;
	border:solid 1px #000000;
	background-color: #ffffff;
	visibility: hidden;
	position: absolute;
	padding: 3px;
}

.button  { 
	background-color: #dadfec; 
	text-align: center; 
	height: 40px; 
	width: 85px; 
	margin: 1px; 
	cursor: default;
}

.selectedbutton {
	background-color: #9da8cb; 
	text-align : center ;
	height: 40px;
	width: 85px; 
	margin: 1px; 
}

button.button div { 
	width: 78px; 
	text-align: center; 
}
button.selectedbutton div { 
	width: 78px; 
	text-align: center; 
}

#info {
  margin-top: 0em !important;
}

.switchShingenLocal {
	height:30px;
	background-color:#C0E0E0;
}
