@charset "utf-8";

#main {
  padding: 20px 10px;
}

#heading {
  background:transparent url(../images/title_back.png) no-repeat left bottom;
}

#heading h2 {
  margin-left:25px;
  padding-left:25px;
  padding-top:7px;
  height:27px;
  background:transparent url(../images/photo/heading_icon.png) no-repeat scroll left center;
}

#center_panel {
  float:left;
  width:584px;
  margin-top:20px;
}

#image_navi {
  margin-top:5px;
  float:right;
}

#photo_description {
  line-height: 1.1em;
  border:solid 1px #2A2A2A;
  padding:10px;
}

#photo_description th {
  width: 6em;
  padding-bottom: 2px;
}

#photo_frame {
  padding:15px 0;
  text-align:center;
}

#photo_frame img {
  padding:3px;
  border:solid 1px #ccc;
}

#right_panel {
  width:360px;
  margin-top:24px;
  float:right;
}

#goto_map_button_container {
  text-align:center;
  margin:5px 0px;
}

#map_container {
  width:310px;
  height:310px;
  border:solid 1px #999;
  margin-left:auto;
  margin-right:auto;
}

#map {
  margin:5px;
  overflow:hidden;
  width:300px;
  height:300px;
}

#widemap_container {
  width:310px;
  height:90px;
  border:solid 1px #999;
  margin-top:5px;
  margin-bottom:5px;
  margin-left:auto;
  margin-right:auto;
}

#widemap {
  margin:5px 0px;
  overflow:hidden;
  width:300px;
  height:80px;
  margin-left:auto;
  margin-right:auto;
}

.photo img {
  padding:3px;
  border:solid 1px #ccc;
}
