* { margin: 0px; padding: 0px; }
body  {
  padding: 10px; 
  width: 1050px;
  overflow-y:hidden;
}
#side1 {
  position: absolute;
  top: 100px;
}
#side2 {
  position: absolute;
  top: 130px;
  bottom: 0px;
  float:left;
  width:240px;
  margin-left: 5px;
  overflow-x:hidden;
  overflow-y:scroll;
}
#map_canvas {
  position: absolute;
  top: 100px;
  bottom: 0px;
  left: 256px;
  right: 0px;
}
h2 {
  color: navy;
  margin: 5px;
}

#mapType div {
 float: left;
}
#legend {
  font-size: small;
}
.legend_cell {
  font-size: x-small;
  border: 1px solid black;
  width: 20px;
  margin-left: 2px;
  padding: 1px;
  text-align: center;
  float: left;
  margin-right: 5px;
}

#pointInfo {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 250px;
  min-height:200px;
  -webkit-box-shadow: 5px 5px 10px #CC9999; /* WebKit用 */
  -moz-box-shadow: 5px 5px 10px #CC9999; /* Firefox用 */
  display: none;
}
#pointInfoCell {
  display: none;
  margin: 6px 10px 4px 10px; 
  padding: 1px;  
  width: 30px;
  text-align: center;
  border: solid 1px black;
  float: left;
}
#pointInfoLatLng {
  margin: 6px;
  padding: 2px;
}
#pointInfoTable {
  clear: left;
  margin: 6px 0px 0px 0px; 
}
#pointInfoTable table {
  width: 95%;
  border-collapse: collapse;
  border: 2px #ffb200 solid;
  border-spacing: 0;
  margin:5px;
 }
#pointInfoTable th {
  border: 1px #ffb200 solid;
  text-align: center;
  padding: 2px;
  width: 40px;
}
#pointInfoTable td {
  border: 1px #ffb200 solid;
  padding: 2px;
}
#legend_cell { 
  border: 1px solid black;
  margin: 5px;
  width: 40px;
  padding: 2px;
  text-align: center;
}

.box{
  background: #ffffff;
  border: solid 1px #f47b11;
  text-align: left;
  margin: 10px 10px 2px 4px;
  font-size: small;
  padding: 0px;
 }
.box_label{
  background-image: url(../img/background.gif);  
  font-size: medium;
  height: 24px;
  margin: 0px;
  padding-top: 2px;
  padding-left:5px;
}
.open_close{
  background-image: url(../img/background.gif); // IE用 
  padding: 4px;
  float:right;
  height: 25px;
  border-bottom: solid 1px #f47b11; // IE用
}

/* murakami */
#desc img{
  border: none;
  width:70px;
  margin-left:auto;
  margin-right:auto;
}
#desc > div{
  float:right;
  text-align:center;
}
#desc > p{
  font-size:14px;
  line-height:150%;
}
#desc > div > div{
  font-size:x-small;
  text-align:center;
  padding:2px;
}
.ui-dialog-title {
    position: relative;
    height: 100%;
    padding-top:10px;
    padding-left:10px;
}
.ui-dialog-titlebar-close {
    display: block;
    position: absolute;
    padding-top:4px;
    padding-right:5px;
    top:0;
    right:0;
}
