@charset "UTF-8";
/* CSS Document */

#titlebanner {
	width: 960px;
	height: 400px;
	margin-top: 34px;
	margin-bottom: 40px;
	position: relative;
}

#newsmidashi {
	font-size: 16px;
	width: 604px;
	height: 16px;
	line-height: 1;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 12px;
	margin-bottom: 12px;
	border: solid 1px #1973E1;
	background-color: #fff;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}

#news li {
	padding-top: 10px;
	padding-bottom: 10px;
}

#news li + li {
	border-top: dotted 1px #999999;
}

#news li {
	 padding-top: 10px; 
	 padding-bottom: 10px; 
}

#news table {
   border-style: hidden;
   border-collapse:collapse;
}

#news td {
    border-style:none;
    border-bottom:dotted 1px #999999;
}

#map_btn {
	width: 150px;
	height: auto;
	position: absolute;
	top: -60px;
	right: 0px;
}

#googlemap_btn {
	position: absolute;
	top: 0px;
	right: 0px;
}

#vectormap_btn {
	position: absolute;
	top: 0px;
	right: 0px;
}

#map {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 16px;
	position: relative;
}

#vectormap {
	position: absolute;
	top: 0px;
	left: 0px;
}

#googlemap {
} 

#map_canvas {
  height: auto;
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  top:0;
}

#traffic {
	width: 580px;
	height: auto;
	font-size: 13px;
	line-height: 1.7;
	padding: 18px 20px 18px 20px;
	background-color: #F4F0EB;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 8px;
}

#traffic span {
	font-size: 15px;
	line-height: 2;
	color: #1973E1;
}
