@charset "UTF-8";
/*---------------------------------------------------------
 横浜支店 最新情報用CSS
 history: 2007/10/02 make ohyeah 
---------------------------------------------------------*/

#sapporo_staff_list {
  width: 610px;
}

.sapporo_staff_list_left {
  overflow: hidden;
  clear: both;
  float: left;
  width: 300px;
  height: 280px;
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px double #999;
}

.sapporo_staff_list_right {
  overflow: hidden;
  float: right;
  width: 300px;
  height: 280px;
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px double #999;
}

#sapporo_staff_list li h4 {
  font-weight: normal;
}

#sapporo_staff_list li h4 span {
  font-weight: bold;
  color: #ff7f00;
}

.sapporo_staff_list_img {
  float: left;
  width: 80px;
}

.sapporo_staff_list_comment {
  margin-left: 85px;
}


