/* aqua
（変更可）の箇所のみ修正可*/


/*基本設定
----------------------------------------------- */
body{

  font-size:   12px;
  line-height:150%;
  text-align:   center;
  margin-top:0px;

}

p{
  font-size:   12px;
  line-height:140%;
  margin-top:0;
}

td{

  font-size:   12px;

}

th{

  font-size:   12px;

}

form{

  margin:   0px;

}

a:link   {

  color:   #666699;
  text-decoration:   none;

}

a:visited   {

  color:   #666699;
  text-decoration:   none;

}

a:hover   {

  text-decoration:   underline;
  color:   #FF9933;

}


/*ページ設定
----------------------------------------------- */
.page{

  margin-top:0px;
  background-color:   #FFFFFF;
  width:   940px;       /*ページ全体の幅（変更可） */
  padding:0px;
  margin:   0   auto;

}

.index_left{

  width:   155px;       /*ページ左側の幅（変更可） */
  margin-right:10px;

}

.main{

  width:   610px;       /*ページ中央部分の幅（変更可） */

}

.index_right{

  width:   155px;       /*ページ右側の幅（変更可） */
  margin-left:10px;

}

.page_top{
  text-align:   center;
  margin-top:0px;
  margin-bottom:0px;
  padding-bottom:   0px;
}

.main_top{
  margin-bottom:10px;
}

.main_bottom{

  margin-top:20px;
  margin-bottom:10px;
  padding:   5px;

}

.page_bottom{

  text-align:   center;

}

.index_top{

  margin-bottom:0px;
  margin-top:0px;
  padding-top:   0px;

}

.index_middle{

  margin:5px;
  margin-bottom:0px;
  padding:   5px;
  margin-top:0px;
  padding-top:   0px;

}

.index_bottom{

  margin:0px;
  margin-bottom:0px;
  padding:   0px;
  margin-top:0px;
  padding-top:   0px;

}


/*パンくず
----------------------------------------------- */
.navi{

  margin:5px;
  padding-top:5px;
  padding-bottom:3px;
  margin-bottom:10px;

}

.next_navi{

  text-align:right;

}


/*ログイン関連
----------------------------------------------- */

.login_view{
 padding: 5px;
 border: solid 1px #cccccc;
 line-height: 130%;
}


.clear   {

  clear:   both;

}



.item_page_img_navi{

  padding:   3px;

}



.cart_login_view{

  border:   solid   1px   #CCCCCC;
  padding:   10px;
  margin-bottom:   20px;

}

.cart_nologin_view{

  border:   solid   1px   #CCCCCC;
  padding:   10px;

}


/*お問い合せ項目表
----------------------------------------------- */
.cart   table{

  background-color:   #CCCCCC;

}

.cart   th{

  background-color:   #FFD5AA;

}

.cart   td{

  background-color:   #FFFFFF;

}

.senddata_koumoku{

  width:   150px;

}

.select_value{

  font-weight:   bold;

}

.select_caption{

  padding:   10px;
  padding-left:   25px;

}

.anqtable{
background-color:   #CCCCCC;
}

.anqtable th{
background-color:   #FFD5AA;
}

.anqtable td{
background-color:   #FFFFFF;
}


/*自動生成メニュー
----------------------------------------------- */
.page_index_view{
  margin-bottom:0px;
  margin-top:0px;
  padding-top:   0px;
}

.page_index_name1 {
  background-image:   url(http://rims-web.com/images/default/bt_menu.gif);       /*メニュー背景画像（色名変更可） */
  height:25px;
  width:155px;
  background-repeat:   no-repeat;
  background-position:   left   0px;
  line-height:25px;
  text-decoration:none;
  text-align:   center;
  color:#666699;       /*メニュー文字色（変更不可） */
}

.page_index_name1 a:hover{
  background-image:   url(http://rims-web.com/images/default/bt_menu_o.gif);       /*メニュー背景ロールオーバー画像（色名変更可） */
  height:25px;
  width:155px;
  background-repeat:   no-repeat;
  background-position:   left   0px;
  line-height:25px;
  text-decoration:none;
  text-align:   center;
  color:   #FF0000;       /*メニュー文字ロールオーバー色 */
}


/*テキストリンク用メニュー
----------------------------------------------- */

div.menu1 * { margin:0; padding:0; }
div.menu1 li {
 list-style-type:none;
}
div.menu1 a {
 display:block;
 width:155px;       /*メニュー背景画像の幅 */
 height:25px;       /*メニュー背景画像の高さ */
 background-image:url(http://rims-web.com/images/default/bt_menu_green.gif);       /*メニュー背景画像（変更可） */
 background-repeat:no-repeat;
 line-height:25px;
 text-align:   center;
 color:#1f893f;       /*メニュー文字色 */
 font-size:12px;       /*メニュー文字サイズ */
 text-decoration:none;
}
div.menu1 a:hover {
 background-image:url(http://rims-web.com/images/default/bt_menu_green_o.gif);       /*メニュー背景ロールオーバー画像（変更可） */
 color:#ff0000;       /*メニュー文字ロールオーバー色 */
 text-decoration:none;
}

div.menu2 * { margin:0; padding:0; }
div.menu2 li {
 list-style-type:none;
}
div.menu2 a {
 display:block;
 width:155px;       /*メニュー背景画像の幅 */
 height:25px;       /*メニュー背景画像の高さ */
 background-image:url(http://rims-web.com/images/default/bt_menu_lightblue.gif);       /*メニュー背景画像（変更可） */
 background-repeat:no-repeat;
 line-height:25px;
 text-align:   center;
 color:#4c4cc6;       /*メニュー文字色 */
 font-size:12px;       /*メニュー文字サイズ */
 text-decoration:none;
}
div.menu2 a:hover {
 background-image:url(http://rims-web.com/images/default/bt_menu_lightblue_o.gif);       /*メニュー背景ロールオーバー画像（変更可） */
 color:#ff0000;       /*メニュー文字ロールオーバー色 */
 text-decoration:none;
}

div.menu3 * { margin:0; padding:0; }
div.menu3 li {
 list-style-type:none;
}
div.menu3 a {
 display:block;
 width:155px;       /*メニュー背景画像の幅 */
 height:25px;       /*メニュー背景画像の高さ */
 background-image:url(http://rims-web.com/images/default/bt_menu_yellow.gif);       /*メニュー背景画像（変更可） */
 background-repeat:no-repeat;
 line-height:25px;
 text-align:   center;
 color:#ea5506;       /*メニュー文字色 */
 font-size:12px;       /*メニュー文字サイズ */
 text-decoration:none;
}
div.menu3 a:hover {
 background-image:url(http://rims-web.com/images/default/bt_menu_yellow_o.gif);      /*メニュー背景ロールオーバー画像（変更可） */
 color:#ff0000;       /*メニュー文字ロールオーバー色 */
 text-decoration:none;
}


/*エラー
----------------------------------------------- */

.error_koumoku{

  color:   #000000;

}

.error{
  color:#ff6666;
}



/*検索ページ
----------------------------------------------- */

div#railways   {

  background-color:#FFFFFF;
  border:1px   solid   #999999;
  width:180px;
  height:180px;
  margin:2px   7px;
  padding:3px;
  float:left;
  position:relative;
  overflow:auto;
  display:block;

}

div#stations   {

  background-color:#FFFFFF;
  border:1px   solid   #999999;
  width:180px;
  height:180px;
  margin:2px   7px;
  padding:3px;
  position:relative;
  overflow:auto;
  display:block;
  float:left;

}

.rwname   {

  display:block;
  width:100%;
  background-color:#FFCCCC;
  text-align:center;
  margin-bottom:3px;

}

table.serchTbl   {

  width:100%;margin:0px;padding:2px;font-size:12px;border-collapse:collapse;

}

table.serchTbl   th   {

     margin:0px;padding:5px;font-size:12px;font-weight:normal;background-color:#888;color:#FFF;line-height:1.2em;border:1px   solid   #FFF;

}

.document   {

  font-size:12px;

}

table.serchTbl   td   {

  margin:0px;padding:5px;font-size:12px;font-weight:normal;background-color:#f2ecce;color:#000;line-height:1.2em;border:1px   solid   #FFF;

}

ul   {

  list-style-type:none;margin:0px;
  padding:0px;
  text-align:left;

}

.search_list{

  background-color:#666666;

}

.search_list   th{

  height:50px;
  background-color:#CCCCCC;
  padding:5px;

}

.search_list   td{

  background-color:#FFFFFF;
  padding:5px;

}

.staff_head{

  width:95%;
  font-size:   14px;
  margin-bottom:5px;
  background-color:   #BBDBE1;
  padding:5px;

}

.staff_address{

  margin-right:0px;
  align:right;

}

.family_img{

  margin-bottom:5px;

}

.top_family_block{

  height:150px;
  margin-bottom:5px;

}

/*物件セル一覧表示
----------------------------------------------- */
.list_block{

  height:255px;       /*高さ（変更可）  */
  width:200px;       /*幅（変更可）  */
  border:   solid   1px   #333333;

}

.list_block th{

  font-weight:normal;
  background-color:#666666;
  color:#ffffff;
  text-align:left;
  font-size:11px;

}

.list_block td{

  font-size:10px;

}

.list_block img{



}

.list_view{


}

.list_view_price{

  color:   #FF0000;
  font-size:11px;
  font-weight:bold;

}


/*現地販売会（物件セル）
----------------------------------------------- */
.r_open_title{

  font-size:11px;
  color:#ff0000;
  font-weight:bold;

}

.r_catch_open, .rs_openschedule, .r_opentime{

  font-size:10px;

}


/*現地販売会（物件詳細）
----------------------------------------------- */
.r_open_title_detail{

  font-size:15px;
  color:#ff0000;
  font-weight:bold;

}

.r_catch_open_detail, .r_openschedule_detail, .r_opentime_detail{

  font-size:14px;

}

/*物件詳細
----------------------------------------------- */
.details   table{

  background-color:   #999999;
  width:100%;


}

.details   th{

  background-color:   #CCCCCC;
  width:120px;
  padding:2px;
}

.details   td{

  background-color:   #FFFFFF;
  padding:2px;


}

.details_picthumb td{
 width:20%;
 text-align:center;
}

.details_picthumb img{
 width:90px;
}

.detail_main_img img{


}

.r_buildname{
 font-size:15px;
 font-weight:bold;
}

.r_catch_top{
 font-size:15px;
 font-weight:bold;
 color:#ff0000;
}


/*ヘッダー
----------------------------------------------- */
#header-bk {
 margin-top:0;
 padding:0;
 background-color:#00285d;       /*ページ最上部の色（変更可）*/
 height:12px;
 }

#header-h1 {
 margin-left:10px;
 margin-top:4px;
 margin-bottom:4px;
 font-size:11px;       /*ページ最上部のテキストのサイズ（変更可）*/
 color:#ffffff;       /*ページ最上部のテキストの色（変更可）*/
 text-align: left;
 }

/*メイン
----------------------------------------------- */
.page_title   h1,h2{
 font-size:12px;
 font-weight:bold;
 line-height:30px;
 color:#ffffff;
 height:30px;
 margin-bottom:5px;
 padding-left:5px;
 }

.title, .page_title{
 background-image:url(http://rims-web.com/images/default/title.gif);       /*各ページのタイトル背景画像（変更可）*/
 background-repeat:no-repeat;
 font-size:13px;       /*各ページのタイトルテキストのサイズ（変更可）*/
 font-weight:bold;
 line-height:30px;
 color:#ffffff;       /*各ページのタイトルテキストの色（変更可）*/
 height:30px;
 margin-bottom:5px;
 padding-left:5px;
 }

h3 {
 font-size:13px;
 font-weight:bold;
 color:#001d46;
}

h4 {
 background-image:url(http://rims-web.com/images/default/title_orange.jpg);
 font-size:12px;
 font-weight:bold;
 line-height:30px;
 color:#ffffff;
 height:30px;
 padding-left:10px;
 margin-top:5px;
 margin-bottom:5px;
 }

h5 {
 font-size:13px;
 font-weight:bold;
 color:#0085e7;
}

/*News & Topics
----------------------------------------------- */
.news
     {
        border: solid 1px #cccccc;
        height: 100px;
        padding: 0.5em;
        overflow: auto;
     }

/*右トピックス
----------------------------------------------- */
.title_s{
 background-image:url(http://rims-web.com/images/default/title_s.gif);       /*タイトル背景画像（変更可）*/
 font-size:11px;       /*タイトルテキストのサイズ（変更可）*/
 line-height:25px;
 color:#ffffff;       /*タイトルテキストの色（変更可）*/
 height:25px;
 padding-left:5px;
 margin-bottom:5px;
 background-repeat:no-repeat;
 }

#side_view{
 margin-bottom:10px;
}

/*表
----------------------------------------------- */
.nomal_line table{
 border-collapse:collapse;
 cellspacing:0;
 text-align:left;
}

.nomal_line td{
 border:1px solid #cccccc;
 color:#333333;
 padding:5;
}

.nomal_line th{
 border:1px solid #cccccc;
 background-color:#d9ecff;
 color:#333333;
 padding:5;
}

/*スタッフコメント（物件詳細）
----------------------------------------------- */

.fukidasi_box {
 padding:0px 35px;
 padding-bottom: 30px;
}

.fukidasi_staff {
 float: right;
}

.fukidasi_staff img {
 display: block;
 border: 1px solid #CCCCCC;
 margin-bottom: 0px;
 width: 80px;
}

.fukidasi {
 background: url(http://rims-web.com/images/default/fukidasi3.jpg) repeat-y 0px 5px;
 width: 457px;
 margin-bottom: 10px;
}

.fukidasi_top {
 background: #FFFFFF url(http://rims-web.com/images/default/fukidasi1.jpg) no-repeat 0px 0px;
 height: 5px;
 font-size: 1px;
 text-indent: -9999px;
 width: 442px;
}

.fukidasi_txt {
 background: url(http://rims-web.com/images/default/fukidasi4.jpg) no-repeat right 0px;
 padding: 0px 40px 3px 30px;
 line-height: 130%;
}

.fukidasi_txt span {
 color: #CD3333;
}

.fukidasi_bottom {
 background: url(http://rims-web.com/images/default/fukidasi2.jpg) no-repeat 0px 0px;
 height: 8px;
 font-size: 1px;
 text-indent: -9999px;
}


/*スタッフコメント（物件セル）
----------------------------------------------- */
.fukidasi_box_s {
 clear: both;
 margin-bottom: 0px;
}

.fukidasi_staff_s {
 float: right;
}

.fukidasi_staff_s img {
 display: block;
 border: 1px solid #CCCCCC;
 margin-bottom: 10px;
 width: 70px;
}

.fukidasi_s {
 background: url(http://rims-web.com/images/default/fukidasi3_long_1.jpg) repeat-y 0px 0px;
 width: 115px;
}

.fukidasi_top_s {
 background: #FFFFFF url(http://rims-web.com/images/default/fukidasi1_long_1.jpg) no-repeat 0px 0px;
 height: 5px;
 font-size: 1px;
 width: 115px;
 margin-bottom: 5px;
}

.fukidasi_txt_s {
 padding: 0px 8px 0px 7px;
 line-height: 130%;
 font-size:10px;
 margin-bottom: 5px;
}

.fukidasi_txt_s span {
 color: #CD3333;
}

.fukidasi_bottom_s {
 background: url(http://rims-web.com/images/default/fukidasi2_long_1.jpg) no-repeat 0px 0px;
 height: 8px;
 font-size: 1px;
}

/*スタッフコメント顔写真無し
-----------------------------------------------

/*スタッフコメント顔写真無し（物件詳細）
-----------------------------------------------

.fukidasi_box {
 padding-left:25px;
 margin-top: 10px;
}

.fukidasi {
 background: url(http://rims-web.com/images/default/fukidasi3_b.jpg) repeat-y 0px 5px;
 width: 550px;
 margin-bottom: 10px;
}

.fukidasi_top {
 background: #FFFFFF url(http://rims-web.com/images/default/fukidasi1_b.jpg) no-repeat 0px 0px;
 height: 5px;
 font-size: 1px;
 text-indent: -9999px;
 width: 550px;
}

.fukidasi_txt {
 padding: 0px 0px 3px 30px;
 line-height: 130%;
}

.fukidasi_txt span {
 color: #CD3333;
}

.fukidasi_bottom {
 background: url(http://rims-web.com/images/default/fukidasi2_b.jpg) no-repeat 0px 0px;
 height: 8px;
 font-size: 1px;
 text-indent: -9999px;
}

/*スタッフコメント顔写真無し（物件セル）
-----------------------------------------------

.fukidasi_box_s {
 margin-bottom: 0px;
 clear: both;

}

.fukidasi_staff_s {
 float: right;
 clear: both;
}

.fukidasi_staff_s img {
 background-image:url(http://rims-web.com/images/default/spacer.gif);
 background-repeat:   no-repeat;
 width: 1px;
 clear: both;
}

.fukidasi_s {
 clear: both;
 background: url(http://rims-web.com/images/default/fukidasi3_long_1_b.jpg) repeat-y 0px 0px;
 width: 185px;
}

.fukidasi_top_s {
 clear: both;
 background: #FFFFFF url(http://rims-web.com/images/default/fukidasi1_long_1_b.jpg) no-repeat 0px 0px;
 height: 5px;
 font-size: 1px;
 width: 185px;
 margin-bottom: 5px;
}

.fukidasi_txt_s {
 padding: 0px 8px 0px 7px;
 line-height: 130%;
 font-size:10px;
 margin-bottom: 5px;
}

.fukidasi_txt_s span {
 color: #CD3333;
}

.fukidasi_bottom_s {
 background: url(http://rims-web.com/images/default/fukidasi2_long_1_b.jpg) no-repeat 0px 0px;
 height: 8px;
 font-size: 1px;
}
----------------------------------------------- */

/*Q&A（不動産用語集）
----------------------------------------------- */
div.faq {
 margin: 20 0;
 padding: 0;
 line-height: 1;
 background-color: #fff;
 list-style-type: none;
}

div.faq li {
 margin: 0;
 padding: 0;
 float: left;
 width: 200px;
 text-align: center;
 font-size: 11px; /* 文字サイズ（変更可） */
}

div.faq li a {
 border-right: 1px solid #ffffff;
 border-bottom: 1px solid #ffffff;
 padding: 5px 10px;
 display: block;
 position: relative; /* for IE6 */
 color: #333333;     /* リンク前の文字色（変更可） */
 background-color: #e2e1e2;     /* リンク前のバック色（変更可） */
 text-decoration: none;
}

div.faq li a:hover {
 border-color: #ffffff;
 color: #ffffff;   /* リンク後の文字色（変更可） */
 background-color: #f39f45;     /* リンク後のバック色（変更可） */
}

/* ClearFix */

div.faq {
 _height: 1px;
 min-height: 1px;
 /*¥*//*/
 height: 1px;
 overflow: hidden;
 /**/
}

div.faq:after {
 height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
}

.faq_q_value {
 background-color:#d9ecff;    /* Q部分のバック色（変更可） */
 font-weight:bold;
 color:#333333;   /* Q部分の文字色（変更可） */
 line-height:25px;
 padding-left:10px;
}

.faq_a_value {
 color:#333333;   /* A部分の文字色（変更可） */
 padding:5 10 15px;
 line-height:140%;
}

/*Q&A（QAの画像入り）デフォルトでは非表示
-----------------------------------------------
.faq{
 padding-bottom:20px;
}

.faq_q_value {
 background-image:url(http://rims-web.com/images/default/q_red.gif);       /*Qの画像（色変更可）*/
 background-repeat:   no-repeat;
 font-weight:bold;
 color:#333333;
 line-height:32px;
 padding-left:40px;
}

.faq_a_value {
 background-image:url(http://rims-web.com/images/default/a_blue.gif);       /*Aの画像（色変更可）*/
 background-repeat:   no-repeat;
 color:#333333;
 padding-left:40px;
 padding-bottom:15px;
}
----------------------------------------------- */

/*ブログ
----------------------------------------------- */
.blog_main_td{
 padding-left:10;
}

.blog_category_title, .monthly_archive_title, .master_title{
 font-weight:bold;
 margin-bottom:3;
}

.master_date{
 font-size:11px;
}

.master_contents{
 margin-bottom:3;
}

/*プライバシーポリシー
----------------------------------------------- */
.privacy_policy   table{

 background-color:   #CCCCCC;

}

.privacy_policy   th{

 background-color:   #d9ecff;
 width: 150px;
}

.privacy_policy   td{

 background-color:   #FFFFFF;
 padding: 10px;

}


/*シミュレーション
----------------------------------------------- */
.sales_simulation   table{
  margin:10px;
}

.sales_simulation   th{
  background-color:#EEE;
  font-weight:normal;
  text-align:left;
  width:200px;
  padding:   5px;
}

.sales_simulation   td{
  background-color:#EEE;
  width:350px;
  padding:   5px;
}

.simulation_conditions{
  margin:10px;
  padding:10px;
  border:1px   solid   #999999;
}



.sales_simulator_result_bukken   table{
  background-color:#ffcc99;
}

.sales_simulator_result_bukken   th{
  background-color:#ffcc99;

  padding:   5px;
}

.sales_simulator_result_bukken   td{
  background-color:#ffffcc;
  padding:   5px;
}

.sales_simulator_result_bukken   .td4{
  text-align:right;
}
.sales_simulator_result_bukken   .td5{
  text-align:right;
}
.sales_simulator_result_bukken   .td6{
  text-align:right;
}


/*物件詳細下部お問い合せ周り
----------------------------------------------- */
.details_tel{
 font-size:20px;
 font-weight:bold;
 color:#ff0000;
}

.details_tantou{
 font-size:20px;
 font-weight:bold;
}

.details_qr_title{
 font-size:11px;
 font-weight:bold;
 color:#ff0000;
}

.details_qr{
 font-size:9pt;
}


/*TOPへ
----------------------------------------------- */
.totopbtn {text-align:right;margin:0 10px 10px 0}




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


.inqHead,   .inqObjs,   .inqCond,   .MB_INQ   {   width:100%;border-collapse:collapse;   }

.inqHead   th   {   padding:2px;font-weight:normal;font-size:12px;background-color:#BBB;color:#FFF;border:1px   solid   #999;text-align:left;   }

.inqHead   td   {   padding:2px;font-size:12px;text-align:left;background-color:#EEE;border:1px   solid   #999;   }

.inqObjs   th   {   padding:2px;font-weight:normal;font-size:12px;background-color:#BBB;color:#000;border:1px   solid   #FFF;text-align:center;   }

.inqObjs   td   {   padding:2px;font-weight:normal;font-size:12px;text-align:left;background-color:#EEE;color:#000;border:1px   solid   #FFF;   }

.inqType   {   border-collapse:collapse;   }

.inqType   td   {   width:150px;border:0px;padding:2px;   }

.kekka-th   {width:81px;background-color:#708090;text-align:left;color:#ffffff;vertical-align:middle;padding:4px}
.kekka-td1   {width:175px;background-color:#ffffff;padding:4px;text-align:left;vertical-align:middle}
.kekka-td2   {width:475px;background-color:#ffffff;padding:4px;text-align:left;vertical-align:middle}

.page_count_view{

  text-align:   right;
  margin-right:5px;

}
