<!--
*{
	margin        : 0;
	padding       : 0;
	font-family   : 'Meiryo UI','Yu Gothic UI',YuGothic,'Yu Gothic','ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN','Hiragino Sans','Osaka',sans-serif;
	font-size     : 10pt;
}

a {
	color: #333333;
	text-decoration:none;
}

a:link {
	color: #333333;
	text-decoration:none;
}

a:visited {
	color: #333333;
	text-decoration:none;
}

a:hover{
	color: #333333;
	text-decoration:underline;
}

#selectmap {
	z-index: 1000;
	position:fixed;
	top:0px;
	right:80px;
	background-color: #fff;
	padding:5px;
	border-right       : 1px solid #666;
	border-bottom       : 1px solid #666;
	border-left       : 1px solid #666;
}

#hanrei {
	z-index: 1000;
	position:fixed;
	bottom:48px;
	right:10px;
	background-color: #fff;
	padding:5px;
	border       : 1px solid #666;
}

#hanreivisable {
	z-index: 1000;
	height : 15px;
	width  : 100px;
	position:fixed;
	bottom:20px;
	right:10px;
	background-color: #fff;
	padding:5px;
	border       : 1px solid #666;
}

.water-tooltip tr td {
	padding: 2px;
}


.rain-tooltip tr td {
	padding: 2px;
}


@media screen and (max-width:600px){
	#selectmap {
		z-index: 1000;
		position:fixed;
		top:0px;
		left:50px;
		background-color: #fff;
		padding:5px;
		border-right       : 1px solid #666;
		border-bottom       : 1px solid #666;
		border-left       : 1px solid #666;
	}
}

-->
