#main_container {
}
.main_container_inner {
  width : 960px;
  margin : auto;
  padding-bottom : 80px;
}
.main_container_inner img {
}



/*物件*/
.one {
  width : 440px;
  display : inline-block;
  height : 175px;
  margin-bottom : 40px;
  margin-left : 18px;
  margin-right : 18px;
}
p.top {
  width : 100%;
  height : 55px;
  font-size : 17px;
}
div.bottom {
  width : 100%;
  height : 120px;
}
.photo {
  float : left;
}
div.detail {
  float : right;
  font-size : 12px;
  background-color : #f3f6f1;
  width : 196px;
  height : 140px;
  padding-right : 10px;
  padding-left : 10px;
  overflow : hidden;
}
table#house,
table#manshon {
  width : 100%;
  height : 100px;
  margin-top : 10px;
}
table#house tr td:first-child,
table#manshon tr td:first-child {
  width : 60px;
}
table#house tr td,
table#manshon tr td {
  vertical-align : top;
}


/*main*/
#head {
  width : 100%;
  height : 100px;
  background-color : transparent;
  z-index : 1000;
  position : relative;
  top : -100px;
  text-align : center;
}
.head_inner {
  width : 1000px;
  height : 100%;
  background-color : white;
  margin : auto;
}
.head_inner img {
  margin-top : 45px;
}
