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

