@charset "utf-8";

/* CSS Document */

/***************************************************************************

== media screen ==

    Body
      Link
      h1~h6
   
    Page layout
      float
      float cancel
    Column Layout
    Base
    Main
    Header
    Contents
    sidemenu
      -common (サイドメニュー各項目共通要素)
      
      -choice(賃貸・売買に分類されていない「特選物件紹介」-配置位置は最上- に関する指定)
      -features (「特集1～4」ボタンに関する指定)
      -rent (「賃貸」カテゴリに関する指定)
      -sale (「売買」カテゴリに関する指定)
      -infomation (「インフォメーション -会社概要など- 」カテゴリに関する指定)
      -address (最下項目・会社の住所・TEL・FAX等に関する指定)
      -smenu-bottom (sidemenuデザインの角が丸かったり、影付きの場合の最下画像の為の指定)
    footer
      -common (フッタ共通要素)
      -foot-menu(フッタメニュー部分に関する指定)
      -copyright (C表示部分に関する指定)

    Top Page
      feature
      recommend-sale,recommend-rent
      whatsnew
      greeting

    Lower Page
      検索結果一覧
      検索条件
      沿線から検索
      エリアから検索
      会員登録
      Link List
      Custom Page List
      Staff
      Feature
      Sitemap
      Register
      お問い合わせ
      Custom Page
      CSS Button
    
    Decoration
    **** for IE6 a()
      Text
      -pan
      border

== media print ==
    
***************************************************************************/

/**************************************************************************/
@media screen, tv {
/**************************************************************************/

/* ---------------------------------------------------------------------------------------- */
/* --- Body------ ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

body {
  font-family: "メイリオ", "MS UI Gothic", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック",sans-serif,"Sazanami Gothic","IPA mona UIGothic";
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.1ex;
  color: #333333;
  /*background-color: #0066CC;*/
  background-color: #FFFFFF;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
body.iframe {
  font-family: "メイリオ", "MS UI Gothic", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック",sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.1ex;
  color: #333333;
  background-color: #FFFFFF;
  background-image: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

/* for IE bug */
br {
  letter-spacing : normal;
}
/* for IE bug */

img {
  border: none;
  margin: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

/* for IE6 bug */
form {
  margin: 0;
}

/* --- Link ----------------------------------------------- */
a {
 color: #FF8A02;
}

a:hover {
  color: #FFCC33;
}

/* --- h1~h6 ----------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
  text-align: left;
  padding: 0;
  margin: 0;
}
h1,h2 {
  font-size: 12px;
}
h3,h4 {
  font-size: 12px;
}
h5,h6 {
  font-size: 12px;
}

iframe {
  margin: 0 0 5px 0;
}

/* ---------------------------------------------------------------------------------------- */
/* --- Page layout ------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */

/* --- float ----------------------------------------------- */
.float-l {
  float: left;
}
.float-r {
  float: right;
}

/* - float cancel --- */
.flo-end {
  clear: both;
  overflow: hidden;
}
br.flo-end {
  line-height: 1px;
  font-size: 1px;
}

.flo-end_min {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

/* - center --- */
.center {
  text-align: center;
}

/* - right --- */
.right {
  text-align: right;
}

/* --- letter spacing of table header --- */
th.lttr_2 {
  letter-spacing: 0.9em;
}
th.lttr_3 {
  letter-spacing: 0.4em;
}

/* --- Column Layout ------------------------------------------------------- */
/* contents */
body.column_left #contents {
  float: right;
  margin: 0 5px 0 0;
}
body.column_right #contents {
  float: left;
  margin: 0 0 0 5px;
}
/* sidemenu */
body.column_left #sidemenu {
  float: left;
  margin: 0 0 0 5px;
}
body.column_right #sidemenu {
  float: right;
  margin: 0 5px 0 0;
}
/* --- base ----------------------------------------------- */
#base {
  text-align: center;
  padding: 0;
  margin: 0;
}

#base-inner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 1px 0;
}

#noscript {
  background-color: #E6E6E6;
  margin: 0;
  padding: 5px 0 0 0;
  height: 40px;
  text-align: center;
  color: #000000;
}

/* --- body ----------------------------------------------- */
#main {
  width: 810px;
  padding: 0 0 5px;
  margin: 0 auto;
}

#iframe_main {
  background-image: none;
  padding: 0;
  margin: 0 5px 5px 5px;
}

/* --- Header ------------------------------------------------------- */
#header {
  position: relative;
  width: 800px;
  padding: 0;
  margin: 0 auto 6px auto;
  overflow: hidden;
}

#head-top {
  width: 800px;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 0;
  margin: 0;
}

#header h1 {
  color: #333333;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  letter-spacing: normal;
  padding: 2px 0 0 10px;
  margin: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}

#header .main-image {
  text-align: center;
  padding: 0;
  margin: 0;
}
  
#header .catch {
  padding: 6px 0 6px 5px;
  margin: 0;
}
#header .catch h2 {
  color: #333333;
  font-size: 12px;
  text-align: left;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
}

#guide_map {
  width: 800px;
  padding: 0;
  margin: 0 auto 11px;
  line-height: 0px;
}

/* --- glo_navi ----- */

#glo_navi {
  background-color: transparent;
  float: left;
  text-align: left;
  line-height: 0;
  font-size: 0px;
  width: 800px;
  height: 40px;
  margin: 0;
  padding: 3px 0 0 0;
}

#glo_navi ul {
  width: 805px;
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 0 0 4px;
  overflow: hidden;
  list-style: none;
}
  
#glo_navi ul li {
  float: left;
  text-align: center;
  width: 160px;
  margin: 0;
}
  
#glo_navi a {
  display: block;
  width: 156px;
  height: 35px;
  font-size: 12px;
  font-weight: bold;
  line-height: 34px;
  text-decoration: none;
  text-indent: -12px;
  margin: 0;
  overflow: hidden;
}

#glo_navi a:hover {
  color: #FFCC33;
}

#contents {
  display: inline;
  float: right;
  width: 590px;
  text-align: left;
  padding: 0;
  margin: 0 5px 0 0;
}

body.column_left #contents.top-page,
body.column_right #contents.top-page {
  margin-top: -9px;
}

#contents h3,
#contents h4,
#contents h5,
#contents h6 {
  text-align: left;
  padding: 0;
  margin: 0;
}

#contents h3 {
  width: 580px;
  height: 27px;
  color: #6C0B00;
  padding: 4px 0 0 15px;
  margin: 0;
}

#contents h4 {
  background-color: #E9E9E9;
  font-size: 12px;
  font-weight: bold;
  height: 17px;
  color: #333333;
  margin: 10px 0 0 0;
  padding: 2px 0 0 5px;
}

#contents h4 a {
  text-decoration: none;
}

#contents h5 {
  background-color: transparent;
  font-size: 12px;
  font-weight: bold;
  height: 17px;
  color: #333333;
  margin: 10px 0 5px 0;
  padding: 2px 0 0 6px;
}

#contents h5 a {
  text-decoration: none;
}

#contents h6 {
  background-color: transparent;
  font-size: 10px;
  font-weight: normal;
  height: 17px;
  color: #333333;
  margin: 10px 0 0 0;
  padding: 2px 0 0 7px;
}

#contents h6 a {
  text-decoration: none;
}

#contents .box {
  text-align: left;
  padding: 0;
  margin: 0;
}

#contents .not-found {
  margin: 30px 0;
  padding: 0 5px 0 8px;
  font-size: 16px;
}

#content_content {
  background-color: #FFFFFF;
  width: 590px;
  text-align: left;
  padding: 5px 0;
  margin: 10px 0 10px 0;
}

#content_content ul,
#content_content ol {
  margin: 10px 0 10px 20px;
}
  
#content_content ul li,
#content_content ol li {
  margin-left: 25px;
}

/* --- sidemenu ------------------------------------------------------- */

#sidemenu {
  font-family: "メイリオ", "MS UI Gothic", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif,"Sazanami Gothic","IPA mona UIGothic";
  display: inline;
  float: left;
  position: relative;
  width: 190px;
  text-align: left;
  background-color: #CA9192;
  padding: 0;
  margin: 0 0 0 5px;
}

#sidemenu h4 {
  font-family: "メイリオ", "MS UI Gothic", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif,"Sazanami Gothic","IPA mona UIGothic";
  text-align: center;
  color: #FFFFFF;
  font-size: 15px;
  background-repeat: no-repeat;
  background-position: top left;
  font-weight: normal;
  width: 190px;
  padding: 7px 0 5px;
  line-height: 1em;
  zoom: 1;
}
/* for IE6 */
* html #sidemenu h4 {
  padding: 4px 0 2px;
  line-height: 1.4em;
}
/* for IE7 */
*:first-child+html #sidemenu h4 {
  padding: 4px 0 2px;
  line-height: 1.4em;
}

#sidemenu h5 {
  text-align: left;
  padding: 0;
  margin: 0;
}

#sidemenu p {
  padding: 0;
  margin: 0 0 5px;
}

#sidemenu p img {
  margin: 0 0 0 2px;
}

#sidemenu img {
  vertical-align: top;
}

#sidemenu p.loged_in {
  font-size: 13px;
  font-weight: bold;
  width: 184px;
  height: 23px;
  margin: 0 0 8px 0;
  padding: 6px 0 0 6px;
}

/* sidemenu-side_login */
#choice {
  background-color: #E6EFF3;
  background-position: bottom;
  border-bottom: 10px solid #FFFFFF;
}

#sidemenu #choice h4 {
  height: 38px;
  padding: 0;
}

#choice a {
  text-decoration: underline;
}

#side_login {
  width: 180px;
  margin: 0 0 0 8px;
  padding: 0 0 6px;
}

#side_login p {
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 5px;
  padding: 0;
}
#sidemenu #side_login p img {
  margin-top: 5px;
  margin-left: 2px;
}

#side_login form {
  margin: 0 0 5px 0;
  padding: 0;
}
#side_login form input.text {
  width: 85%;
}

/* sidemenu-feature */
#feature-side ul {
  width: 190px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#feature-side li {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none outside none;
}

#feature-side li a {
  width: 190px;
  height: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: normal;
}
#feature-side li a span {
  width: 176px;
  height: 18px;
  padding-left: 2px;
  display: block;
  position: absolute;
  top: 36px;
  left: 6px;
  background-color: #FFFFFF;
  overflow: hidden;
  opacity:0.7;
  filter:Alpha(opacity=70);
  -ms-filter:"Alpha(opacity=70)";
}

#rent ul,
#sale ul,
#ad ul.admenu_sale,
#ad ul.admenu_rent,
#infomation ul {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0 5px 0 5px;
}

#rent ul li,
#sale ul li,
#ad ul.admenu_sale li,
#ad ul.admenu_rent li,
#infomation ul li {
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 16px;
  letter-spacing: normal;
  padding: 10px 0 10px 18px;
  margin: 0;
  border-bottom: 2px dotted #999999;
  zoom: 1;
}

#rent ul li.sub,
#sale ul li.sub {
  background-image: none;
  padding: 10px 3px 10px 3px;
}

#rent ul li span.submenu,
#sale ul li span.submenu,
#infomation ul li span.submenu {
  background-color: #EFB03D;
  display: block;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 16px;
  letter-spacing: normal;
  padding: 2px 0 0 5px;
  margin: 0;
}
  
#rent ul li span,
#sale ul li span,
#infomation ul.infomenu li span {
  padding: 0;
  line-height: 16px;
}

#rent ul li a,
#sale ul li a,
#infomation ul li a {
  text-decoration: underline;
  vertical-align: baseline;
  display: block;
  width: 100%;
}

#rent ul li ul,
#sale ul li ul,
#infomation ul li ul {
  background-color: #FFFCE6;
  border: 1px solid #AAA;
  border-color: #EFB03D;
  padding: 0 4px;
  margin: 0;
}

#rent ul li ul li,
#sale ul li ul li,
#infomation ul li ul li {
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 16px;
  letter-spacing: normal;
  padding: 10px 0 10px 18px;
  margin: 0;
  border-bottom: 1px solid #AAA;
}
#rent ul li ul li.sub_last,
#sale ul li ul li.sub_last,
#infomation ul li ul li.sub_last {
  border: none;
}

#rent .rentmenu .to_sale,
#sale .salemenu .to_rental {
  border: 0 none;
}

/* sidemenu-rent */
#rent {
  background-color: #DFECC4;
}
#rent ul a {  color: #4A6600;}
#rent ul a:hover {  color: #99E300;}
#rent ul li {
  border-color: #4A6600;
}

#rent ul li ul,
#rent ul li ul li {
  background-color: #F8FFE8;
  border-color: #8EB132;
}
#rent ul li span.submenu {
  background-color: #8EB132;
}

/* sidemenu-sale */
#sale {
  background-color: #E8E1AD;
}
#sale ul a {  color: #846706;}
#sale ul a:hover {  color: #E4A807;}
#sale ul li {
  border-color: #846706;
}

#sale ul li ul,
#sale ul li ul li {
  background-color: #FFFFF0;
  border-color: #B09733;
}
#sale ul li span.submenu {
  background-color: #B09733;
}

/* sidemenu-ad */
#ad {
  background-color: #DEEFFF;
}

#ad ul.admenu_rent {
  background-color: #E3ECD7;
}

/* sidemenu-infomation */
#infomation {
  background-color: #CA9192;
}
#infomation ul a {  color: #821509;}
#infomation ul a:hover {  color: #F35F4E;}
#infomation ul li {
  border-color: #821509;
}

/* sidemenu-address */
#sidemenu #shop_address {
  letter-spacing: normal;
  line-height: normal;
  margin: 20px 0;
  color: #333333;
}

#shop_address h5 {
  display: block;
  padding: 0 0 0 10px;
  margin: 0;
}
#shop_address h5.add img {
  vertical-align: bottom;
}

#shop_address address {
  margin: 3px 0 4px;
  padding-left: 10px;
  display: block;
  text-align: left;
  font-style: normal;
  line-height: 1.4em;
}
#shop_address address span {
  margin-bottom: 4px;
  display: block;
}
#shop_address address span.smenu_contact {
  word-wrap: break-word;
}
#shop_address address span.smenu_freedial {
  width: 164px;
  padding: 2px;
  background-color: #F4F4F4;
  line-height: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #525252;
}
#shop_address address span.smenu_freedial img {
  vertical-align: middle;
}
#shop_address address span.smenu_freedial span {
  display: inline;
  vertical-align: middle;
  margin: 0;
}

#qr_menu {
  text-align: center;
  margin: 12px 0;
}
#qr_menu dl {
  margin: 0 auto;
  width: 120px;
}
#qr_menu dt {
  font-weight: bold;
}
#qr_menu dd {
  margin: 0;
}

/* sidemenu smenu-bottom */
#sidemenu #smenu-bottom {
  position: absolute; /* basic point:#sidemenu */
  left: 0;
  bottom: -2px;
  width: 190px;
  text-align: center;
  padding: 0;
  margin: 0;
}

#sidemenu #smenu-bottom img {
  vertical-align: bottom;
}

/* --- footer ------------------------------------------------------- */

/* footer-common */
#footer {
  position: relative;
  width: 798px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}

/* footer-information */
#footer_information {
  padding: 5px 0 0 0;
}

#footer_information p {
  margin: 0;
  padding: 0;
}

#footer_information a {
  text-decoration: none;
}

#footer_information a:hover {
  text-decoration: underline;
}

/* footer-copyright */
#copyright {
  display: block;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  padding: 2px 0 0;
  margin: 0;
}

/* ---------------------------------------------------------------------------------------- */
/* --- Top Page --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

/* --- feature ------------------------------------------------------- */
#feature-main {
  background-color:#FFFFFF;
  border:1px solid #CCCCCC;
  width: 588px;
  padding: 0;
  margin: 9px 0 0;
}
#feature-main ul {
  width: 585px;
  margin: 0 0 5px;
  padding: 0;
  overflow: hidden;
}
#feature-main li {
  width: 190px;
  margin: 5px 0 0 5px;
  padding: 0;
  position: relative;
  list-style: none outside none;
  float: left;
  /* for IE 6 */
  display: inline;
}

#feature-main li a {
  width: 190px;
  height: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: normal;
}
#feature-main li a span {
  width: 176px;
  height: 18px;
  padding-left: 2px;
  display: block;
  position: absolute;
  top: 36px;
  left: 5px;
  background-color: #FFFFFF;
  overflow: hidden;
  opacity:0.7;
  filter:Alpha(opacity=70);
  -ms-filter:"Alpha(opacity=70)";
}

/* --- banner-small ----------------------------------------------- */
#banner-small {
  background-color:#FFFFFF;
  border:1px solid #CCCCCC;
  width: 588px;
  margin: 9px 0 0;
}
#banner-small ul {
  width: 585px;
  margin: 0 0 5px;
  padding: 0;
  overflow: hidden;
}
#banner-small li {
  width: 190px;
  margin: 5px 0 0 5px;
  padding: 0;
  position: relative;
  list-style: none outside none;
  float: left;
  /* for IE 6 */
  display: inline;
}
#banner-small li a {
  width: 190px;
  height: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: normal;
  color: #3300CC;
  /* for IE */
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) no-repeat;
}
#banner-small li a:hover {
  color: #3399FF;
}
#banner-small li a span {
  width: 135px;
  height: 18px;
  display: block;
  position: absolute;
  top: 20px;
  left: 52px;
  overflow: hidden;
}

/* --- banner-large ----------------------------------------------- */
#banner-large {
  width: 590px;
  margin: 9px 0 0;
  overflow: hidden;
}
#banner-large ul {
  width: 590px;
  margin: -5px 0 0;
  padding: 0;
}
#banner-large li {
  width: 590px;
  margin: 5px 0 0;
  padding: 0;
  list-style: none outside none;
}
#banner-large li img {
  width: 590px;
}

/* --- banner-medium ----------------------------------------------- */
#banner-medium {
  width: 590px;
  margin: 9px 0 0;
  overflow: hidden;
}
#banner-medium ul {
  width: 596px;
  margin: -5px 0 0;
  padding: 0;
}
#banner-medium li {
  width: 292px;
  margin: 5px 6px 0 0;
  padding: 0;
  list-style: none outside none;
  display: inline-block;
}
/* for IE 6 */
* html #banner-medium li {
  display: inline;
  zoom: 1;
}
/* for IE 7 */
*:first-child+html #banner-medium li {
  display: inline;
  zoom: 1;
}
#banner-medium li img {
  width: 292px;
}

/* --- recommend ----------------------------------------------- */
#recommend-sale,
#recommend-rent {
  width: 588px;
  border: 1px solid #CCCCCC;
  margin: 9px 0 0;
  background-color: #FFFFFF;
  text-align: left;
}
#recommend-sale_cont,
#recommend-rent_cont {
  width: 588px;
  height: 450px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
#recommend-sale table td {
  padding: 8px;
  vertical-align: top;
}

#recommend-rent table td {
  padding: 8px;
  vertical-align: top;
}

#recommend-sale .recommend-cont p,
#recommend-rent .recommend-cont p {
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 4px 0;
  padding: 0;
}

#recommend-sale div.pict_side,
#recommend-rent div.pict_side {
  width: 126px;
  display: inline;
  text-align: center;
  float: left;
}

#recommend-sale p.recommend_pict,
#recommend-rent p.recommend_pict {
  width: 126px;
  margin: 0;
  position: relative;
}

#recommend-sale div.recommend-cont,
#recommend-rent div.recommend-cont {
  width: 259px;
}

p.recommend_pict img.estate-pict {
  max-width: 126px;
  max-height: 126px;
}
/* for IE6 */
* html p.recommend_pict img.estate-pict {
  -pie-size-fix: true;
  behavior: url(/css/htc/PIE.htc);
}

div.pict_side img.alpha-icon {
  border: 0;
  position: absolute;
  bottom: -6px;
  right: -6px;
}
/* for IE6 */
* html div.pict_side img.alpha-icon {
  -pie-png-fix: true;
  behavior: url(/css/htc/PIE.htc);
}

#recommend-sale p.mark,
#recommend-rent p.mark {
  text-align: left;
  margin: 5px 0 0;
}
#recommend-sale p.mark img,
#recommend-rent p.mark img {
  margin-right: 2px;
}

#recommend-sale div.text_side,
#recommend-rent div.text_side {
  text-align: left;
  display: inline;
  width: 127px;
}

#recommend-sale div.flo-end,
#recommend-sale div.flo-end {
  font-size: 0px;
  line-height: 0px;
}

#recommend-sale p.detail_bt,
#recommend-rent p.detail_bt {
  height: 25px;
  text-align: right;
  margin: 0;
}

#recommend-sale p.type,
#recommend-rent p.type,
#recommend-sale p.article_name,
#recommend-rent p.article_name {
  font-size: 12px;
  font-weight: bold;
}

#recommend-sale p.price,
#recommend-rent p.price {
  font-size: 16px;
  font-weight: bold;
}

#recommend-sale span.price-s,
#recommend-rent span.price-s {
  font-size: 14px;
}

#recommend-sale span.price-ss,
#recommend-rent span.price-ss {
  font-size: 11px;
}

#recommend-sale p.location,
#recommend-rent p.location {
  font-size: 12px;
}

#recommend-sale p.kotsu,
#recommend-rent p.kotsu {
  font-size: 12px;
}

/* --- whatsnew ----------------------------------------------- */
#whatsnew {
  width: 588px;
  border: 1px solid #CCCCCC;
  margin: 9px 0 0;
  background-color: #FFFFFF;
}
#whatsnew .wn-container {
  height: 150px;
  width: 588px;
  overflow: auto;
}
#whatsnew dl {
  width: 564px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
}
#whatsnew dt {
  width: 90px;
  margin: 0;
  padding: 5px 0 3px 7px;
  font-weight: bold;
  color: #FF7777;
  float: left;
  clear: both;
}
/* for IE6 */
* html #whatsnew dt {
  margin-right: -3px;
}
#whatsnew dd {
  border-bottom: 1px solid #CCCCCC;
  margin: 0;
  padding: 5px 0 3px 0;
  text-align: justify;
  text-justify: distribute;
}
#whatsnew dd .wn-content {
  width: 467px;
  overflow: hidden;
}
/* for IE6 */
* html #whatsnew dd .wn-content {
  margin-left: -3px;
}
#whatsnew p {
  margin: 0 0 2px;
}

/* --- greeting ----------------------------------------------- */
#greeting {
  width: 588px;
  border: 1px solid #CCCCCC;
  margin: 9px 0 0;
  padding: 0;
  background-color: #FFFFFF;
  text-align: left;
}
#greeting .greeting-cont {
  overflow: auto;
  font-size: 12px;
  padding: 4px 10px 6px;
}

/* ---------------------------------------------------------------------------------------- */
/* --- Lower Page ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

#top-info,
#top-rent,
#top-sale {
  width: 590px;
  text-align: left;
  padding: 0;
  margin: 0 0 20px 0;
}

h2.title {
  font-family: "メイリオ", "MS UI Gothic", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック",sans-serif;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 0 10px;
}

#top-info_text,
#top-rent_text,
#top-sale_text {
  font-size: 12px;
  margin: 0 0 20px 0;
  padding: 0 5px 0 8px;
}

#rent_counting,
#sale_counting {
  width: 574px;
  background-color: #E6EFF3;
  margin: 0 0 10px;
  padding: 8px;
  overflow: hidden;
}

#rent_counting p,
#sale_counting p {
  font-size: 12px;
  line-height: 14px;
}

#rent_counting p.register,
#sale_counting p.register {
  line-height: 18px;
  margin: 8px 0 0;
  padding: 0;
}
  
#rent_counting p.search,
#sale_counting p.search {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px 0px;
}

#result {
  float: left;
  display: inline;
  width: 220px;
  margin: 0;
}

#result p.result_logged {
  background-color: #FFFFFF;
  margin: 0;
  padding: 5px 0 5px 5px;
  word-break:break-all;
}
#result dl {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  word-break:break-all;
  overflow: hidden;
}

#result dt {
  font-size: 12px;
  line-height: 29px;
  width: 130px;
  float: left;
  clear: left;
  padding: 0 0 0 7px;
}

#result dd {
  font-size: 12px;
  line-height: 32px;
}

#condition {
  float: right;
  display: inline;
  width: 346px;
  margin: 0;
}

#condition dl {
  display: compact;
  background-color: #FFFFFF;
  margin: 0;
  padding: 5px 0;
  word-break:break-all;
  overflow: hidden;
}

#condition dt {
  font-size: 12px;
  line-height: 15px;
  width: 86px;
  float: left;
  clear: left;
  padding: 0 0 0 7px;
}

#condition dd {
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0 93px;
}

#result p.result_logged span,
#rent_counting dl span,
#sale_counting dl span {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

#rent_counting dl span.count_norm,
#sale_counting dl span.count_norm {
  color: #666666;
}

#result p.result_logged span.count_member,
#rent_counting dl span.count_member,
#sale_counting dl span.count_member {
  color: #FF5400;
}

#perpage,
#search_order {
  font-size: 12px;
  margin: 0 5px 0 0;
}

.pagination {
  border-top: 1px solid #999999;
  padding-top: 3px;
  margin-bottom: 10px;
  clear: both;
}
.pagination .page_information {
  float: left;
}

.pagination .page_navigation {
  float: right;
}

/* --- 検索結果一覧 --- */

#top-rent_list,
#top-sale_list {
  width: 588px;
  text-align: left;
  padding: 0;
  margin: 0;
}

table.bukken-list {
  width: 100%;
  border: 2px solid #999999;
  border-collapse: collapse;
  margin: 0 0 10px;
  padding: 0;
  background-color: #FFFFFF;
  color: #333333;
}

table.bukken-list th {
  width: 55px;
  border: 1px solid #999999;
  padding: 1px 1px 1px 5px;
  background-color: #EFEFEF;
  white-space: nowrap;
}

table.bukken-list td {
  width: 155px;
  border: 1px solid #999999;
  padding: 1px 1px 1px 5px;
}

table.bukken-list td.check {
  width: 13px;
  background-color: #EFEFEF;
  text-align: center;
  font-weight: bold;
}

table.bukken-list th.midashi {
  width: 422px;
  height: 1%;
  padding: 0 1px 0 5px;
  text-align: left;
}

table.bukken-list th.midashi p.article_name {
  margin: 2px 0 2px 1px;
  float: left;
}

table.bukken-list th.midashi p.article_name img {
  height: 18px;
  margin-bottom: 1px;
}

table.bukken-list th.midashi p.price {
  margin: 5px 0 0;
  color: #CC0000;
  float: right;
}

/* for IE6 */
/* 物件価格入力部後部のアンダーライン表示防止 */
table.bukken-list th.midashi p.price a {
  text-decoration: none;
}

table.bukken-list th.midashi p.price img {
  margin-left: 10px;
  margin-bottom: 2px;
  vertical-align: middle;
}

table.bukken-list th.salespoint {
  width: 120px;
}

table.bukken-list td.salespoint {
  width: 422px;
}

table.bukken-list td.photo {
  width: 126px;
  padding: 0;
  text-align: center;
}

table.bukken-list td.photo a {
  width: 126px;
  display: block;
  position: relative;
}

table.bukken-list td.photo img.estate-pict {
  vertical-align: top;
  margin: 1px 0;
  max-width: 126px;
  max-height: 126px;
}
/* for IE6 */
* html table.bukken-list td.photo img.estate-pict {
  -pie-size-fix: true;
  behavior: url(/css/htc/PIE.htc);
}

table.bukken-list td.photo img.alpha-icon {
  border: 0;
  position: absolute;
  bottom: -6px;
  right: -6px;
}
/* for IE6 */
* html table.bukken-list td.photo img.alpha-icon {
  -pie-png-fix: true;
  behavior: url(/css/htc/PIE.htc);
}

.sale table.bukken-list,
.sale table.bukken-list th,
.sale table.bukken-list td {
  border-color: #B09733;
}
.rental table.bukken-list,
.rental table.bukken-list th,
.rental table.bukken-list td {
  border-color: #8EB132;
}

.sale table.bukken-list th,
.sale table.bukken-list td.check {
  background-color: #E8E1AD;
  color: #846706;
}
.rental table.bukken-list th,
.rental table.bukken-list td.check {
  background-color: #DFECC4;
  color: #4A6600;
}

div.button_box {
  line-height: 0;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

/* お問い合わせ先情報 */
body.rental .list_company_info,
body.sale .list_company_info {
  background-color: #FFFFFF;
}
.list_company_info {
  background-color: #FFFFFF;
  border: 2px solid #999999;
  color: #664000;
  font-size: 12px;
  line-height: 1;
  margin: 10px auto 0;
  padding: 0 0 6px;
  width: 586px;
  overflow: hidden;
}
.list_company_info .introduction {
  padding: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  background-color: #EFEFEF;
}

.list_company_info .company_name_box {
  padding: 6px;
  font-size: 12px;
  line-height: 1.6em;
}
.list_company_info .company_name span {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.list_company_info .company_name_box img {
  vertical-align: bottom;
  padding-bottom: 5px;
}

.list_company_info .company_tel {
  padding: 6px 6px 0 6px;
  border-top: 1px dashed #CCCCCC;
  overflow: hidden;
}
.list_company_info .freedial img {
  margin-right: 4px;
  display: inline-block;
  vertical-align: bottom;
}
.list_company_info .freedial span {
  display: inline-block;
  vertical-align: baseline;
  font-size: 26px;
  font-weight: bold;
  color: #FF3300;
}
.list_company_info .from_ktai {
  float: left;
  font-size: 10px;
  line-height: 12px;
  margin: 10px 0 0 10px;
}
.list_company_info .from_ktai span {
  color: #000080;
  font-size: 14px;
  font-weight: bold;
}
.list_company_info .normal_tel {
  font-size: 16px;
  font-weight: bold;
}
.list_company_info .normal_tel span {
  font-size: 26px;
  color: #FF3300;
  white-space: nowrap;
}
.qr_company_info {
  width: 100px;
  margin: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
}
/* --- 検索条件 --- */

#search_condition {
  font-family: "メイリオ", "MS UI Gothic", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック",sans-serif;
  margin: 15px 0 0 0;
}
  
#search_condition h3 {
  margin: 5px 0 0;
}

#search_condition table {
  width: 98%;
  margin: 0 0 0 5px;
  padding: 1px;
}
  
#search_condition table th {
  width: 20%;
  border-bottom: 1px dashed #999999;
  font-size: 13px;
  font-weight: bold;
  color: #663333;
}
  
#search_condition table td {
  border-bottom: 1px dashed #999999;
  margin: 10px 0 0 5px;
  padding: 5px 0 5px 5px;
}

#search_condition table td input {
  margin-right: 3px;
}

#search_condition a#more {
  display: none;
}

.search_rail_checkbox {
  float: left;
  padding: 3px;
  width: 180px;
}

.search_area_checkbox {
  float: left;
  padding: 3px;
  width: 145px;
}

.search_genre_checkbox {
  float: left;
  padding: 3px;
  width: 145px;
}

.search_layout_checkbox {
  float: left;
  padding: 3px;
  width: 145px;
}

.search_maniac_checkbox {
  float: left;
  padding: 3px;
  width: 145px;
}

/* --- 沿線から検索 --- */

#search_rail dl {
  background-color: #FFFFFF;
  margin: 3px 0 15px 10px;
  line-height: 25px;
  overflow: hidden;
}

#search_rail dt {
  font-size: 15px;
  width: 55%;
  float: left;
  clear: left;
}

#search_rail dd {
  font-size: 15px;
  border-bottom: 1px dashed #999999;
  margin: 0 15px 0 0;
}

/* --- エリアから検索 --- */

#search_area dl {
  background-color: #FFFFFF;
  margin: 3px 0 15px 10px;
  line-height: 25px;
  overflow: hidden;
}

#search_area dt {
  font-size: 15px;
  width: 55%;
  float: left;
  clear: left;
}

#search_area dd {
  font-size: 15px;
  border-bottom: 1px dashed #999999;
  margin: 0 15px 0 0;
}
  
/* --- company_info ----------------------------------------------- */
#company_info {
  width: 100%;
  padding: 0;
  margin: 5px auto 0;
}

#company_info table {
  width: 584px;
  margin: 5px auto 0;
}

#company_info table th {
  text-align: center;
  background-color: #CCCCCC;
  border-bottom: 1px dashed #999999;
  border-right: 2px solid #FFFFFF;
  color: #333333;
  width: 25%;
  padding: 7px 5px;
}
#company_info table th.lttr_2 {
  letter-spacing: 1em;
  text-indent: 0.9em;
}
#company_info table th.lttr_3 {
  text-indent: 0.3em;
}
/* for IE6 */
* html #company_info table th.lttr_2,
* html #company_info table th.lttr_3 {
  text-indent: 0;
}
/* for IE7 */
*:first-child+html #company_info table th.lttr_2,
*:first-child+html #company_info table th.lttr_3 {
  text-indent: 0;
}

#company_info table td {
  background-color:#E6E6E6;
  border-bottom: 1px dashed #999999;
  color: #333333;
  padding: 7px 5px;
}

/* --- president ----------------------------------------------- */
#president {
  margin: 10px auto 0;
}

#president_message {
  margin: 0 auto;
  padding: 7px 5px 5px 10px;
}

/* --- access_map ----------------------------------------------- */
#access_map {
  margin: 10px auto 0;
}

#map_area {
  width: 584px;
  height:400px;
  margin: 5px auto 0;
}

/* --- privacy ----------------------------------------------- */
#privacy,
#term {
  font-size: 12px;
  padding: 4px 5px;
}

#privacy_frame,
#term_frame {
  background-color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 98%;
  height: 136px;
  margin: 4px auto;
  padding: 4px 5px;
}

/* --- Link List ----------------------------------------------- */
#contents h3.link_list_title {
  margin: 0 0 10px;
}
.link_list {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 0;
  margin: 0 auto 10px;
  width: 584px
}

.link_list img {
  text-align: center;
  display: inline;
  margin: 7px 7px 7px 0;
  padding: 0;
  max-width: 120px;
  max-height: 120px;
}
/* for IE6 */
* html .link_list img {
  -pie-size-fix: true;
  behavior: url(/css/htc/PIE.htc);
}
#contents .link_list h4,
#contents .page_list h4 {
  background: url(/images/front/common/page_read_arrow.png) no-repeat scroll 10px center #EEEEEE;
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 5px 0 5px 25px;
}
/* for IE6 */
* html #contents .link_list h4,
* html #contents .page_list h4 {
  position: relative;
  -pie-png-fix: true;
  behavior: url(/css/htc/PIE.htc);
}
p.link_list_txt {
  padding: 5px 0 5px 5px;
  margin: 0 0 10px;
}

/* --- Custom Page List ----------------------------------------------- */
.page_list {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 0;
  margin: 0 auto 10px;
  width: 584px
}

.page_list img {
  text-align: center;
  display: inline;
  margin: 7px 7px 7px 0;
  padding: 0;
  max-width: 120px;
  max-height: 120px;
}
/* for IE6 */
* html .page_list img {
  -pie-size-fix: true;
  behavior: url(/css/htc/PIE.htc);
}

p.page_list_txt {
  padding: 5px 0 5px 5px;
  margin: 0 0 10px;
}

.page_list p.more_read {
  background-color: #E6E6E6;
  border: 1px solid #CCCCCC;
  text-align: center;
  letter-spacing: 1px;
  height: 20px;
  margin: 7px 7px 7px 0;
  padding: 2px 6px 0;
  display: inline;
}

/* --- Staff ----------------------------------------------- */

.staff_panel {
  border-bottom: 1px dotted #999999;
  width: 590px;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
}

.staff_panel .staff_photo {
  float: left;
  display: inline;
  width: 225px;
  margin: 0;
  padding: 0;
}

.staff_photo .staff_image {
  display: table;
  table-layout: fixed;
  width: 225px;
  height: 225px;
  margin: 0;
  padding: 0;
}
.staff_photo .staff_image_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  /* for IE<8 */
  font-size: 225px;
  font-family: "MS UI Gothic";
}
.staff_photo .staff_image img {
  max-width: 204px;
  max-height: 204px;
  margin: -5px 6px 0 0;
  font-size: 12px;
}
/* for IE6 */
* html .staff_photo .staff_image img {
  -pie-size-fix: true;
  behavior: url(/css/htc/PIE.htc);
}

.staff_photo .staff_position {
  font-size: 12px;
  margin: 0 0 0 5px;
  padding: 0;
}

.staff_photo .staff_name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0 5px;
  padding: 0;
}

.staff_photo .staff_name span {
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 0 5px;
  padding: 0;
}

.staff_panel .staff_text {
  float: left;
  display: inline;
  width: 353px;
  margin: 0;
  padding: 0 0 0 10px;
}

p.catch_copy {
  color: #2977D6;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
}

#contents .staff_panel h4 {
  height: auto;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  margin: 0px 0 8px;
  padding: 0 0 0 15px;
}
#contents .staff_panel h4 p {
  margin-top: 0;
  padding-top: 0;
}

div.plain p {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

/* --- Feature ----------------------------------------------- */

#feature_counting {
  width: 574px;
  background-color: #E6EFF3;
  margin: 0 0 10px;
  padding: 8px;
}

#feature_counting p {
  font-size: 12px;
  line-height: 14px;
}

#feature_counting p.register {
  line-height: 18px;
  margin: 8px 0 0;
  padding: 0;
  overflow: hidden;
}
#feature_counting p.search {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px 0px;
}
#feature_counting dl span {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#feature_counting dl span.count_norm {
  color: #666666;
}
#feature_counting p a.register_link {
  float: left;
  padding: 0 7px 0 0;
}
#feature_result {
  margin: 0;
  padding: 0;
}
#feature_result p.result_logged {
  background-color: #FFFFFF;
  margin: 0;
  padding: 5px;
}
#feature_counting dl span.count_member,
#feature_result p.result_logged span.count_member {
  color: #FF5400;
  font-size: 18px;
  font-weight: bold;
}
#feature_result dl {
  background-color: #FFFFFF;
  margin: 0;
  padding: 3px 0 0;
  word-break: break-all;
  overflow: hidden;
}
#feature_result dt {
  font-size: 12px;
  line-height: 27px;
  width: 130px;
  float: left;
  clear: left;
  padding: 0 0 0 7px;
}
#feature_result dd {
  font-size: 12px;
  line-height: 27px;
}

/* --- Sitemap ----------------------------------------------- */
.sitemap {
  margin: 0 0 15px 0;
}
#sitemap_sale,
#sitemap_rent,
#sitemap_info,
#sitemap_other {
  font-size: 15px;
}

#sitemap_sale {
  border: 3px solid #0066CB;
}
  
#sitemap_rent {
  border: 3px solid #679A35;
}
  
#sitemap_info {
  border: 3px solid #999999;
}
  
#sitemap_other {
  border: 3px solid #CC9900;
}
  
#sitemap_sale h3,
#sitemap_rent h3,
#sitemap_info h3,
#sitemap_other h3 {
  font-size: 15px;
  background-image: none;
  height: 24px;
  width: 270px;
}
  
#sitemap_sale h3 {
  background-color: #0066CB;
}
  
#sitemap_rent h3 {
  background-color: #679A35;
}
  
#sitemap_info h3 {
  background-color: #999999;
}
  
#sitemap_other h3 {
  background-color: #CC9900;
}
  
/* --- Register ----------------------------------------------- */
.form_btn {
  text-align: center;
}

.sign_out {
  font-size: 15px;
  text-align: center;
  width: 98%;
  margin: 5px auto 10px;
}

.sign_out_txt {
  text-align: center;
  font-weight: normal;
  color: #666666;
  background-color: #EFEFEF;
  border: 1px solid #CCCCCC;
  padding: 10px 0 10px 10px;
}

input#mail,
input#mail_confirm {
  width: 200px;
}

/* --- お問い合わせ ----------------------------------------------- */
input, textarea, button, select {
  margin: 0;
  /* for Firefox */
  font-family: Arial, sans-serif;
  font-size: 100%;
  vertical-align: middle;
}
select {
  letter-spacing: normal;
}

input.button-s {
  width: 50px;
  height: 22px;
}
input.button-m {
  width: 80px;
  height: 24px;
}
/* for IE 7 */
*:first-child+html input.button-s {
  line-height: 1.4em;
}
/* for IE 6 */
* html input.button-s {
  line-height: 1.4em;
}
/* for IE 7 */
*:first-child+html input.button-m {
  line-height: 1.5em;
}
/* for IE 6 */
* html input.button-m {
  line-height: 1.5em;
}

.form_table {
  width: 100%;
  padding: 0;
  margin: 5px auto 0 auto;
}

.form_table table {
  width: 100%;
  margin: 5px auto 15px auto;
}

.form_table table input {
  margin-bottom:0pt;
}

.form_table table th {
  text-align: center;
  background-color: #E6E6E6;
  border: 1px solid #CCCCCC;
  color: #333333;
  width: 25%;
  padding: 7px 5px;
}
  
.form_table table th.inq {
  width: 20%;
}

.form_table table th span {
  color: #FF6633;
  margin: 0 0 0 3px;
}

.form_table table td {
  border-bottom: 1px dashed #999999;
  color: #333333;
  padding: 7px 5px;
}

.form_table table td.form_btn {
  border-bottom: none;
}

.form_table table td p {
  margin: 0;
  line-height: 16px;
}

.form_table table.horizontal {
  text-align: center;
}

.form_table textarea {
  width: 95%;
  height: 8em;
}

.form_error {
  background-color: #FF6600;
  color: #FFFFFF;
  margin: 0 10px 5px 0;
  padding: 2px;
  text-align: center;
  font-weight: bold;
}

.form_finish {
  padding: 4px 5px;
  margin: 5px auto 15px;
}

.form_finish .form_contact {
  margin-bottom: 4px;
}

.form_finish .form_contact address {
  font-style: normal;
  padding: 0 10px;
}

.agreement_guide {
  padding-left: 6px;
  text-align: left;
  font-weight: normal;
}

/* ---------------------------------------------------------------------------------------- */
/* --- Custom Page ------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
table.custom_bukken {
  border: 0px solid #B09733;
  margin: 0;
}
.custom_button {
  text-align:center;
  border: 2px solid #B09733;
  margin: 0;
}
.custom_button a {
  background-color:#E8E1AD;
  display:block;
  color:#B09733;
  padding: 5px 10px;
}
.custom_button a:hover {
  background-color:#B09733;
  color:#E8E1AD;
}

.custom_table {
  float: left;
  border: 1px solid #B09733;
  width: 99%;
  margin: 0 0 0 2px;
}
.custom_table_55 {
  float: left;
  border: 1px solid #B09733;
  width: 55%;
  margin: 0 0 0 2px;
}
.custom_table td,
.custom_table_55 td {
  color: #B09733;
  padding: 3px;
}
#content_content p {
  margin: 0 0 10px 0;
}
#content_content td.custom_td {
  background-color: #E8E1AD;
  text-align: center;
  vertical-align: middle;
  font-weight:bold;
}
#content_content td.custom_td_55 {
  background-color: #E8E1AD;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-weight:bold;
}
#content_content table.hyou1 {
  width: 600px;
  margin: 5px auto 0 auto;
  line-height: 1.4em;
  border-collapse: collapse;
}

#content_content table.hyou1 th {
  border: 1px solid #999999;
  text-align: center;
  padding: 2px 2px 2px 2px;
}

#content_content table.hyou1 td {
  border: 1px solid #999999;
  text-align: center;
  padding: 2px 2px 2px 2px;
}

#content_content table.hyou1 td strong {
  font-size: 15px;
  color: #FF0000;
}

#content_content #mandatory_info {
  position: relative;
  width: 600px;
  margin: 5px auto 0 auto;
}

#content_content #mandatory_info-a {
  width: 275px;
  float: left;
  position: relative;
}

#content_content #mandatory_info-b {
  width: 325px;
  float: right;
  vertical-align: top;
}

#content_content #mandatory_info-a .gaikan {
  width: 270px;
  line-height: 2.0em;
}

#content_content #mandatory_info-a .madori {
  width: 270px;
  line-height: 2.0em;
}

#content_content #mandatory_info-a .photo {
  overflow: hidden;
}

#content_content #mandatory_info-a .photo img {
  max-width: 240px;
  max-height: 240px;
}
/* for IE6 */
* html #content_content #mandatory_info-a .photo img {
  -pie-size-fix: true;
  behavior: url(/css/htc/PIE.htc);
}

#content_content #mandatory_info-a img.alpha-icon {
  border: 0;
  position: absolute;
  top: -6px;
  left: -6px;
}
/* for IE6 */
* html #content_content #mandatory_info-a img.alpha-icon {
  -pie-png-fix: true;
  behavior: url(/css/htc/PIE.htc);
}

#content_content table.hyou2 {
  width: 325px;
  margin: 0 auto 0 auto;
  border-collapse: collapse;
}

#content_content table.hyou2 th {
  width: 30%;
  border: 1px solid #999999;
  text-align: center;
  padding: 2px 2px 2px 2px;
}

#content_content table.hyou2 td {
  width: 70%;
  border: 1px solid #999999;
  text-align: left;
  padding: 2px 2px 2px 2px;
}

#content_content #button {
  display: none;
  width: 550px;
  text-align: center;
  margin: 10px auto 10px auto;
}

#content_content #button .bt {
  margin: 10px;
}

/* ---- WYSIWYG part ---- */
#contents h4.bar1 {
  clear: both;
  color: #595959;
  letter-spacing: 0.1em;
  font-size: 123%;
  font-weight: bold;
  border: 1px solid #CCCCCC;
  margin: 20px 0 5px;
  padding: 5px 0 7px;
}
#contents h4 span.bar1_indent {
  border-left: 3px solid #043694;
  padding-left: 8px;
  margin: 0 0 0 5px;
}

#contents h4.bar2 {
  clear: both;
  background:#FFFFFF;
  border: 1px solid #ddd;
  margin: 20px 0 5px;
  padding: 5px 0 7px;
  letter-spacing: 0.1em;
  font-size: 123%;
  font-weight: bold;
  color: #595959;
}
#contents h4 span.bar2_indent {
  border-left: 3px solid #f1cf33;
  padding-left: 8px;
  margin: 0 0 0 5px;
}

#contents h5.bar3 {
  border-bottom: 1px solid #1F50AC;
  border-left: 5px solid #1F50AC;
  margin: 20px 0 5px;
  padding: 1px 0 2px 5px;
}

#contents div.facilities_base {
  
}
/* --- CSS Button ----------------------------------------------- */
div.css_button {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
a.css_button
{
  margin: 10px;
  text-decoration: none;
  font: bold 16px; /*Change the em value to scale the button*/
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #9c9c9c;
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);
  box-shadow: 0 0 .05em rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
}
/*
a.css_button, .button span
{
  -moz-border-radius: .3em;
  border-radius: .3em;
}
*/
a.css_button span
{
  display: block;
  color: #FFFFFF;
  padding: 0.5em 2.5em;

/* The background pattern */
/*
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
            -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
            -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))),
            -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
  background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
            -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
            -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
            -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
*/
/* Pattern settings */

  -moz-background-size: 3px 3px;
  -webkit-background-size: 3px 3px;
  background-size: 3px 3px;
}

a.css_button:hover
{
  box-shadow: 0 0 .1em rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
  color: #FFFFFF;
}

a.css_button:active
{
/* When pressed, move it down 1px */
  position: relative;
  top: 1px;
}
/*----------------------------*/
.button-khaki { background: #A2B598; background: -webkit-gradient(linear, left top, left bottom, from(#BDD1B4), to(#A2B598) ); background:-moz-linear-gradient(-90deg, #BDD1B4, #A2B598); background: -o-linear-gradient(top, #BDD1B4, #A2B598); filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#BDD1B4', EndColorStr='#A2B598');  }
.button-khaki:hover { background: #BDD1B4; background: -webkit-gradient(linear, left top, left bottom, from(#A2B598), to(#BDD1B4) ); background: -moz-linear-gradient(-90deg, #A2B598, #BDD1B4); background: -o-linear-gradient(top, #A2B598, #BDD1B4); filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#A2B598', EndColorStr='#BDD1B4'); }
.button-khaki:active { background: #A2B598; }
/*----------------------------*/
.button-blue { background: #4477a1; background: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#4477a1) ); background: -moz-linear-gradient(-90deg, #81a8cb, #4477a1); background: -o-linear-gradient(top, #81a8cb, #4477a1); filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1'); }
.button-blue:hover { background: #81a8cb; background: -webkit-gradient(linear, left top, left bottom, from(#4477a1), to(#81a8cb) ); background: -moz-linear-gradient(-90deg, #4477a1, #81a8cb); background: -o-linear-gradient(top, #4477a1, #81a8cb); filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4477a1', endColorstr='#81a8cb');  }
.button-blue:active { background: #4477a1; }
/*----------------------------*/
.button-brown { background: #8f3714; background: -webkit-gradient(linear, left top, left bottom, from(#bf6f50), to(#8f3714) ); background: -moz-linear-gradient(-90deg, #bf6f50, #8f3714); background: -o-linear-gradient(top, #bf6f50, #8f3714); filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#bf6f50', EndColorStr='#8f3714'); }
.button-brown:hover { background: #bf6f50; background: -webkit-gradient(linear, left top, left bottom, from(#8f3714), to(#bf6f50) ); background: -moz-linear-gradient(-90deg, #8f3714, #bf6f50); background: -o-linear-gradient(top, #8f3714, #bf6f50); filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#8f3714', EndColorStr='#bf6f50'); }
.button-brown:active { background: #8f3714; }
/*----------------------------*/
.button-green { background: #428739; background: -webkit-gradient(linear, left top, left bottom, from(#c8dd95), to(#428739) ); background: -moz-linear-gradient(-90deg, #c8dd95, #428739); background: -o-linear-gradient(top, #c8dd95, #428739); filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#c8dd95', EndColorStr='#428739'); }
.button-green:hover { background: #c8dd95; background: -webkit-gradient(linear, left top, left bottom, from(#428739), to(#c8dd95) ); background: -moz-linear-gradient(-90deg, #428739, #c8dd95); background: -o-linear-gradient(top, #428739, #c8dd95); filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#428739', EndColorStr='#c8dd95'); }
.button-green:active { background: #428739; }
/*----------------------------*/
.button-red { background: #D82741; background: -webkit-gradient(linear, left top, left bottom, from(#E84B6E), to(#D82741) ); background: -moz-linear-gradient(-90deg, #E84B6E, #D82741); background: -o-linear-gradient(top, #E84B6E, #D82741); filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#E84B6E', EndColorStr='#D82741'); }
.button-red:hover { background: #E84B6E; background: -webkit-gradient(linear, left top, left bottom, from(#D82741), to(#E84B6E) ); background: -moz-linear-gradient(-90deg, #D82741, #E84B6E); background: -o-linear-gradient(top, #D82741, #E84B6E); filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#D82741', EndColorStr='#E84B6E'); }
.button-red:active { background: #D82741; }
/*----------------------------*/
.button-purple { background: #6F50E7; background: -webkit-gradient(linear, left top, left bottom, from(#B8A9F3), to(#6F50E7) ); background: -moz-linear-gradient(-90deg, #B8A9F3, #6F50E7); background: -o-linear-gradient(top, #B8A9F3, #6F50E7); filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#B8A9F3', EndColorStr='#6F50E7'); }
.button-purple:hover { background: #B8A9F3; background: -webkit-gradient(linear, left top, left bottom, from(#6F50E7), to(#B8A9F3) ); background: -moz-linear-gradient(-90deg, #6F50E7, #B8A9F3); background: -o-linear-gradient(top, #6F50E7, #B8A9F3); filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#6F50E7', EndColorStr='#B8A9F3'); }
.button-purple:active { background: #6F50E7; }
/*----------------------------*/
.button-black { background: #141414; background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#141414) ); background: -moz-linear-gradient(-90deg, #656565, #141414); background: -o-linear-gradient(top, #656565, #141414); filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#656565', EndColorStr='#141414'); }
.button-black:hover { background: #656565; background: -webkit-gradient(linear, left top, left bottom, from(#141414), to(#656565) ); background: -moz-linear-gradient(-90deg, #141414, #656565); background: -o-linear-gradient(top, #141414, #656565); filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#141414', EndColorStr='#656565'); }
.button-black:active { background: #141414; }
/*----------------------------*/
.button-orange { background: #f09c15; background: -webkit-gradient(linear, left top, left bottom, from(#f8c939), to(#f09c15) ); background: -moz-linear-gradient(-90deg, #f8c939, #f09c15); background: -o-linear-gradient(top, #f8c939, #f09c15); filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f8c939', EndColorStr='#f09c15'); }
.button-orange:hover { background: #f8c939; background: -webkit-gradient(linear, left top, left bottom, from(#f09c15), to(#f8c939) ); background: -moz-linear-gradient(-90deg, #f09c15, #f8c939); background: -o-linear-gradient(top, #f09c15, #f8c939); filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f09c15', EndColorStr='#f8c939'); }
.button-orange:active { background: #f09c15; }
/*----------------------------*/
.button-silver { background: #c5c5c5; background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c5c5c5) ); background: -moz-linear-gradient(-90deg, #eaeaea, #c5c5c5); background: -o-linear-gradient(top, #eaeaea, #c5c5c5); filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#eaeaea', EndColorStr='#c5c5c5'); }
.button-silver:hover { background: #eaeaea; background: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#eaeaea) ); background: -moz-linear-gradient(-90deg, #c5c5c5, #eaeaea); background: -o-linear-gradient(top, #c5c5c5, #eaeaea); filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#c5c5c5', EndColorStr='#eaeaea'); }
.button-silver:active { background: #c5c5c5; }


/* ---------------------------------------------------------------------------------------- */
/* --- Decoration ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

/* --- Text ----------------------------------------------- */
.txt-l {
  text-align: left;
}
.txt-r {
  text-align: right;
}
.txt-c {
  text-align: center;
}

/*  pan  */
.pan {
  font-size: 10px;
  text-align: right;
  height: 20px;
  padding: 0 3px 0 0;
}

/* --- border ----------------------------------------------- */
.line-under {
  border-bottom-color: #CBCBCB;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.line-solid {
  border-width: 1px;
  border-style: solid;
  border-color: #CBCBCB;
}
.line-dot {
  border-width: 1px;
  border-style: dotted;
  border-color: #CBCBCB;
}

}
/* media screen --- */

/**************************************************************************/
@media print {
/**************************************************************************/

body {
  font-family: "メイリオ", "MS UI Gothic", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック",sans-serif,"Sazanami Gothic","IPA mona UIGothic";
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.1ex;
  color: #333333;
  background-color: #FFFFFF;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
body.iframe {
  font-family: "メイリオ", "MS UI Gothic", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック",sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.1ex;
  color: #333333;
  background-color: #FFFFFF;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

/* for IE bug */
br {
  letter-spacing : normal;
}
/* for IE bug */

img {
  border: none;
  margin: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

/* ---------------------------------------------------------------------------------------- */
/* --- Page layout ------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */

/* --- float ----------------------------------------------- */
.float-l {
  float: left;
}
.float-r {
  float: right;
}
  
.flo-end {
  clear: both;
}
br.flo-end {
  line-height: 1px;
  font-size: 1px;
}

.flo-end_min {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

/* - center --- */
.center {
  text-align: center;
}

/* - right --- */
.right {
  text-align: right;
}

/* --- base ----------------------------------------------- */
#base {
  text-align: center;
  padding: 0;
  margin: 0;
}

#base-inner {
  text-align: center;
  width: 816px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 1px 0;
}

#noscript {
  display: none;
}

/* --- body ----------------------------------------------- */
#main {
  width: 810px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

#iframe_main {
  background-image: none;
  padding: 0;
  margin: 0 5px 5px 5px;
}

/* --- Header ------------------------------------------------------- */
#header {
  position: relative;
  background-color: #000000;
  width: 800px;
  margin: 0 auto;
  padding: 0;
}
#head-top {
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0;
  padding: 0;
}

h1.keyword,
h2,
h3 {
  font-size:12px;
  margin: 0;
  padding: 0;
}
h3 {
  text-decoration: underline;
}
/* --- glo_navi ----- */

#glo_navi {
  display: none;
}

/* --- flash ----- */
#guide_map {
  display: none;
}

/* --- SideMenu ------------------------------------------------------- */
#sidemenu {
  display: none;
}

/* --- footer ------------------------------------------------------- */
#footer,
#copyright {
  display: none;
}
/* --- contents ------------------------------------------------------- */

/* contents-common */
#contents {
  width: 640px;
  text-align: left;
  margin: 0 auto;
}

#contents.top-page {
  margin-top: -9px;
}

#feature-main,
#banner-small,
#banner-medium,
#banner-large {
  display: none;
}

#contents h3,
#contents h4,
#contents h5 {
  text-align: left;
  padding: 0;
  margin: 0;
}

#contents h3 {
  border-bottom: 0px solid #000000;
  height: 22px;
  margin: 0;
  padding: 2px 0 0 10px;
}

#contents .box {
  text-align: left;
  padding: 0;
  margin: 0;
}

/* --- recommend ----------------------------------------------- */
#recommend-sale,
#recommend-rent {
  width: 640px;
  text-align: left;
  margin: 9px 0 0;
  padding: 0px;
  border: 0px solid #000000;
}

#recommend-sale_cont,
#recommend-rent_cont {
  width: 640px;
  margin: 0;
  page-break-after: always;
  page-break-before: avoid;
}

#recommend-sale_cont table,
#recommend-rent_cont table {
  margin: 0;
  padding: 0;
  page-break-before: avoid;
}

#recommend-sale table td,
#recommend-rent table td {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 8px;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

#recommend-sale div.pict_side,
#recommend-rent div.pict_side {
  text-align: center;
  display: inline;
  width: 126px;
}

#recommend-sale div.text_side,
#recommend-rent div.text_side {
  text-align: left;
  display: inline;
  width: 127px;
}

#recommend-sale p.recommend_pict,
#recommend-rent p.recommend_pict {
  margin: 0;
  position: relative;
}

#recommend-sale div.recommend-cont,
#recommend-rent div.recommend-cont {
  width: 259px;
}

p.recommend_pict img.estate-pict {
  max-width: 126px;
  max-height: 126px;
}

/* --- whatsnew ----------------------------------------------- */
#whatsnew {
  width: 640px;
  border: 1px solid #000000;
  page-break-before: always;
  margin: 9px 0 0;
}
#whatsnew .wn-container {
  width: 640px;
  border-top: 1px solid #000000;
}
#whatsnew dl {
  width: 616px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
}
#whatsnew dt {
  width: 90px;
  margin: 0;
  padding: 5px 0 3px 7px;
  font-weight: bold;
  float: left;
  color: #FF7777;
}
/* for IE6 */
* html #whatsnew dt {
  margin-right: -3px;
}
#whatsnew dd {
  border-bottom: 1px solid #CCCCCC;
  margin: 0;
  padding: 5px 0 3px 0;
  text-align: justify;
  text-justify: distribute;
  color: #333333;
}
#whatsnew dd .wn-content {
  width: 519px;
  overflow: hidden;
}
/* for IE6 */
* html #whatsnew dd .wn-content {
  margin-left: -3px;
}
#whatsnew p {
  margin: 0 0 2px;
}

/* --- greeting ----------------------------------------------- */
#greeting {
  background-color: #FFFFFF;
  width: 640px;
  text-align: left;
  border: 0px solid #000000;
  margin: 9px 0 0;
}

/* --- Link List ----------------------------------------------- */
.link_list {
  width: 640px;
}

/* --- Custom Page List ----------------------------------------------- */
.page_list {
  width: 640px;
}

/* --- Custom Page ------------------------------------------------------- */
.custom_button {
  display: none;
}

}
/* media print --- */

