/* CSS Document */
#top_conts {
  background-color: #fff;
  padding: 20px 20px 15px;
}
#top_main {
  width: 740px;
  height: 216px;
  background: #f1f1f1 url(/images/top/main.gif) no-repeat;
  margin-bottom: 20px;
}


#service {
  position: relative;
  margin-top: 25px;
  line-height: 0;
  margin-bottom: 12px;
}
#service a {
  display: block;
  margin-top: 12px;
  position: relative;
  height: 58px;
}
#service a img.photo {
  position: absolute;
  left: 288px;
  top: 6px;
}
#service a .caption {
  display: block;
  position: absolute;
  left: 12px;
  top: 8px;
  height: 21px;
  cursor: hand;
}

#snapShotContainer {
  position: absolute;
  top: -90px;
  left: 565px;
  width: 177px;
  height: 160px;
  z-index: 100;
  cursor: hand;
}
/* for IE5.0 */
#snapShotContainer {
  background: url('/images/top/torex_ss.gif') no-repeat;
}
/* for IE7.0, Mozilla, Opera, Safari */
#snapShotContainer/**/ {
  background: url('/images/top/torex_ss.png') no-repeat;
}
/* for IE5.5, IE6.0 */
#snapShotContainer/**/ {
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/top/torex_ss.png,sizingMethod=crop);
}

#service a.torex_btn {
  background: url('/images/top/btn_long_bg.gif') no-repeat;
  width: 740px;
}
#service a.trunkroom_btn,
#service a.realestate_btn {
  background: url('/images/top/btn_bg.gif') no-repeat;
  width: 367px;
  float: left;
  margin-right: 5px;
}
#service a.storehouse_btn,
#service a.other_btn {
  background: url('/images/top/btn_bg.gif') no-repeat;
  width: 367px;
  float: right;
}

#service a.torex_btn .caption {
  background: url(/images/top/torex_btn_title.gif) no-repeat 0 0;
  width: 453px;
}
#service a.trunkroom_btn .caption {
  background: url(/images/top/trunkroom_btn_title.gif) no-repeat 0 0;
  width: 251px;
}
#service a.realestate_btn .caption {
  background: url(/images/top/realestate_btn_title.gif) no-repeat 0 0;
  width: 219px;
}
#service a.storehouse_btn .caption {
  background: url(/images/top/storehouse_btn_title.gif) no-repeat 0 0;
  width: 210px;
}
#service a.other_btn .caption {
  background: url(/images/top/other_btn_title.gif) no-repeat 0 0;
  width: 192px;
}
#service a:hover .caption {
  background-position: 0 -21px;
}
#service a:hover {
  background-position: 0 -58px;
}

