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