@charset "utf-8";
/* CSS Document */

/* ----- デフォルト詳細のリセット・変更 ここから ----- */
body {
  min-width: 1130px;
  background-color: #FFF;
}
#main {
  margin: 10px auto 0;
}
/* ----- デフォルト詳細のリセット・変更 ここまで ----- */


/* =========================================================
header,footer,side 共通
========================================================= */
header,footer,#sideArea {
  font-size: 12px;
  /* font-sizeやline-height等はここで指定する */
  padding: 0;
  margin: 0;
  min-width: 960px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  background-repeat: repeat;
  /* bodyに指定すると物件概要枠に影響がでるので注意 */
}
header .inner,
footer .inner {
  width: 960px;
  margin: 0 auto;
}
header img {
  width: 210px;
}
header a,
footer a {
  text-decoration: none;
  color: #333;
}
header a:hover,
footer a:hover {
  text-decoration: underline;
  color: #333;
}
header a:hover img,
footer a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ===================================
header #headerContents 
=================================== */
#headerContents {
  background: #FFF;
  padding: 15px 0 0;
}

/* =========================================================
contents
========================================================= */
#contents {
  width: 1130px; /* default 1180px */
  margin: 0 auto;
}

/* ===================================
footer
=================================== */
