
body {
	padding: 8px;
	margin: 0;
	font-family: 'Meiryo UI','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

table {
	border: none;
}

td {
	text-align: left;
	vertical-align: top;
}

#kyosinMonitor {
	width: 370px;
	height: 680px;
	border: 0;
	overflow: hidden;
}

/* zisin map */
#zisininfo {
	width: 400px;
}
#zisininfocontent {
	width: 400px;
	height:100%;
	/*max-height: 580px;*/
	/*overflow: hidden;*/
}

#earthquake-description-table {
	font-size: smaller;
	width: 400px;
}

	#earthquake-description-table th {
		font-weight: normal;
		background-color: rgb(246,246,246);
		border-style: solid;
		border-color: silver;
		border-width: 1px;
	}

	#earthquake-description-table td {
		border-style: solid;
		border-color: silver;
		border-width: 1px;
	}

#zisinlist {
	width: 400px;
	height: 100%;
	font-size: smaller;
}

.earthquake-entries-table {
	width: 400px;
	height: 100%;
	border-style: solid;
	border-color: silver;
	border-width: 1px;
}
	.earthquake-entries-table td {
		border-style: solid;
		border-color: silver;
		border-width: 1px;
		height:21px;
	}

.zisin_list_img_1 {
	width: 60px;
	height: 45px;
}

.zisin_list_img_2 {
	width: 21px;
	height: 21px;
}
	

#bodtweets {
	font-size:0.8em;
	height: 100%;
}

#header {
	height: 40px;
	overflow: hidden;
}

#content {
	padding: 0;
	margin: 0;
}

#ad1 {
	padding: 0;
	margin: 0;
	width: 122px;
}

.linkarea {
	padding: 0;
	margin: 0;
	width: 142px;
	font-size: 0.8em;
	text-align: left;
}

.linkarea ul {
	padding: 4px;
	margin: 0;
}

.linkarea ul li {
	padding: 0;
	margin: 0 0 6px 0;
}


.draft {
	color: rgb(254,254,254);
	font-size: 0.1em;
	cursor: default;
}
.draft:link { color: rgb(254,254,254); }
.draft:visited { color: rgb(254,254,254); }
.draft:hover { color: rgb(254,254,254); }
.draft:active { color: rgb(254,254,254); }

#zisininfoarea {
	position: relative;
}
.zisininfoarea_msg {
	position: absolute;
	display: flex;
	font-size: 0.8em;
	background-color: rgba(240,240,240,0.85);
	color: black;
	top: 2px;
	left: 126px;
}

