@import url("../com.core.css");
@import url("com.css");
@import url("../../core/rent_select.list.core.css");
@import url("thickbox.css");

/*-- ページタイトル ------------------*/
div#search_area div#page_title{
  background: url(./img/com/h1_back_wide.gif) no-repeat;
  width: 800px;
  height: 39px;
}

/*-- 結果のテーブル --------------------------------------*/
table.FreeTable td div#point p{
  padding-top: 3px;
}
table.FreeTable td.Midashi {
  width: 798px;
}
table.FreeTable td span.Price {
  color: #ff0000;
}

/*-- 空き情報と形式 --------------------------------------*/
table.FreeTable td div.Contract {
  background-color: #cccccc;
  color: #888888;
}
table.FreeTable td div.Room {
  background-color: #ff0000;
  color: #ffffff;
}
table.FreeTable td div.Chintai {
  background-color: #6bd901;
  color: #ffffff;
}
table.FreeTable td div.New {
  background-color: #6bd901;
  color: #ffffff;
}

/*-- ソートと選択物件リスト ------------------------------*/
div.SearchList div#sort {
  background-color: #aaaaaa;
}
div.SearchList div#sort ul li{
  color: #ffffff;
}
div.SearchList div#sort ul li.ListDown a{
  background: url(./img/estate/list_down.gif) no-repeat;
  color: #ffffff;
}
div#sort ul li.ListUp a{
  background: url(./img/estate/list_up.gif) no-repeat;
  color: #ffffff;
}
div#sort ul li.ListReset a{
  background: url(./img/estate/list_reset.gif) no-repeat;
  color: #ffffff;
}

/*-- 選択した物件を問合わせるボタン -------------*/
div.InquiryButton a {
  background-image: url(./img/estate/estate_inquiry_button.gif);
}

/*-- 詳細ボタン ----------------------*/
td.DetailTableButton p.DetailButton{
  border-color: #cccccc;
}
td.DetailTableButton p.DetailButton a {
  background-image: url(./img/estate/detail_button.gif);
}
td.DetailTableButton p.DetailButton a:hover {
  background-position: left bottom;
}

/*-- 削除ボタン ----------------------*/
td.DetailTableButton p.DeleteButton{
  border-color: #cccccc;
}
td.DetailTableButton p.DeleteButton a {
  background-image: url(./img/estate/delete_button.gif);
}
td.DetailTableButton p.DeleteButton a:hover {
  background-position: left bottom;
}

/*-- 戻るボタン ------------------------------------------*/
div.EstateBackButton a {
  background-image: url(./img/estate/back_button.gif);
}
/*-- この物件を「選択物件リスト」に追加するボタン --------*/
div.EstateAllInquiryButton a {
  background-image: url(./img/estate/all_inquiry_button.gif);
}