@charset "utf-8";

/* ------------------------------
 shopsearch.css

 Last Update:2009-04-17
 Fujihito Watanabe
------------------------------ */

/* ------------------------------
 dl/dt/dd 設定
------------------------------ */
dl.time01,dl.time02,dl.living_body ul {
  float: left;
}

dl.time01,dl.time02 {
  padding: 10px;
}

dl.place {
  width: 400px;
  margin: 0 0 10px 0;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #FED963;
}

dl.time01 {
  width: 190px;
  margin: 0 10px 0 0;
}

dl.time02 {
  width: 180px;
}

dl.living_body {
  padding: 0 10px 0 10px;
}


/* ------------------------------
 box 設定
------------------------------ */
.business_box {
  width: 420px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #F8B625;
  background: url(../../images/orangeline.gif) repeat-y center;
}


/* ------------------------------
 IE6(Win) hack 設定
------------------------------ */
.region {
  _margin: 0 0 0 10px;
}

dl.place,dl.place_near
,.business_box {
  _width: 416px;
}

dl.time01,dl.time02 {
  _width: 200px;
}


/* EOF */
