@charset "utf-8";



/*----------------------------------------------

背景カラー

-----------------------------------------------*/

body {

  background: url(../images/bg_body_02.gif) repeat-y center;

}



/*----------------------------------------------

ヘッダー

-----------------------------------------------*/

#header {

  border-top: 4px solid #e8020f;

  background: #fff;

}



/*----------------------------------------------

メニュー

-----------------------------------------------*/

#menu li a {

  background: url(../images/bg_btn_menu_02.gif) no-repeat 10px 0;

}



/*----------------------------------------------

メイン

-----------------------------------------------*/

.title_text {

  background: url(../images/bg_title_02.png) no-repeat;

}



/*----------------------------------------------

検索ボックス

-----------------------------------------------*/

#search_box span.sidetitle_search_name {

  background-image: url(../images/bg_search_tit_02.png);

}

#search_rent li a {

  background: url(../images/bg_side_menu_02.png) no-repeat top left;

}

#search_sale li a {

  background: url(../images/bg_side_menu_02.png) no-repeat top left;

}



/*----------------------------------------------

リンクカラー

-----------------------------------------------*/

a {

  text-decoration: underline;

}

a:hover {

  text-decoration: none;

}

