#japan_map {
  margin-top: 10px;
}

#home-map {
	float:left;
	margin:0;
	padding:1px;
	width:100%;
	border:1px solid;
	background-color:LightBlue;
}

#home-cancel {
	clear:both;
	float:right;
}

.updateInfos {
	float:left;
  margin: 10px auto;
}

.updateInfos span {
  display:block;
  border:0px;
  padding:5px 120px 5px 15px;
  /*
  padding:5px 10px;
  border-top:2px solid navy;
  border-bottom:2px solid navy;
  border-left:10px solid navy;
  background-color:yellow;
  */
  font-weight: bold;
  font-size: 110%;
  color:#696969;
  background: url(/img/top-info.gif) no-repeat left top;
}

.updateInfos .table_bg {
	padding:0 5px;
	width:800px;
}

.updateInfos .table_bg th {
  line-height: 16px;
  padding: 7px;
  border-bottom:1px solid;
  font-weight: normal;
  font-size:10px;
  color: #48483F;
}

.updateInfos .table_bg td {
  line-height: 16px;
  padding:7px;
  border-bottom:1px solid;
  font-weight: normal;
  font-size: 10px;
  color: #48483F;
}
