@charset "utf-8";

/*----------------------------------------------
リンクカラー
-----------------------------------------------*/
a {
  color: #666;
  text-decoration: underline;
}
a:hover {
  color: #d62e2e;
  text-decoration: none;
}

/*----------------------------------------------
ヘッダー
-----------------------------------------------*/
#header {
  background: #ff3a3a;
}

/*----------------------------------------------
メニュー
-----------------------------------------------*/
#menu li {
  background: #d62e2e;
}

/*----------------------------------------------
メイン
-----------------------------------------------*/
.title {
  background: #ff3a3a;
}
#divTilSpecial {
  background-color: #ff3a3a;
}

/*----------------------------------------------
物件紹介
-----------------------------------------------*/
.tit_spacial {
  border-top: dotted 2px #ff3a3a;
}

/*----------------------------------------------
3カラムサイドタイトル
-----------------------------------------------*/
#left_box .sidetitle,#right_box .sidetitle {
  background :#ff3a3a url(../images/3column/bg_side_title.gif) no-repeat;
}


