body {
  font-family: "Microsoft Yahei"; }

.clear {
  clear: both; }

#Page {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px; }

#Header {
  margin-bottom: 0px; }

#Logo {
  float: left;
  border-bottom: 5px solid #007acc;
  color: #007acc;
  font-weight: bold;
  padding: 20px;
  font-size: 20px;
  font-family: "Arial black"; }

#Navi {
  float: left; }

#Navi ul {
  list-style-type: none; }

#Navi ul li {
  float: left;
  font-family: "Microsoft Yahei";
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 26px;
  padding-bottom: 5px; }

#Navi ul li.c {
  border-bottom: 5px solid #007acc; }

#map_canvas {
  width: 898px;
  height: 600px;
  border: 1px solid #007acc; }

#map_canvas.small {
  width: 296px;
  float: left; }

#Viewer {
  float: left; }

#Pano {
  width: 600px;
  height: 430px;
  border: 1px solid #007acc; }

#PanoViewer {
  width: 600px;
  height: 430px; }

#SceneList {
  width: 600px;
  height: 168px;
  border: 1px solid #007acc; }

.NavButton
{
    width: 10px; height: 150px; 
    cursor: pointer; 
    background-color: #007acc; margin: 9px; float: left;
}

.ListItem
{
    width: 150px; height: 150px; margin: 9px;
}

.ListItemC
{
    width: 150px; height: 150px; margin: 9px; background-color: #007acc;
}

#Footer {
  text-align: right;
  float: right;
  padding-top: 10px;
  font-size: 10px; }

