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

