/*--------- ページバナー ---------*/

.company h3 {
  background-image: url(/image/banner/ban01.jpg);
  background-repeat: no-repeat;
  }

.staff h3 {
  background-image: url(/image/banner/ban01.jpg);
  background-repeat: no-repeat;
  }

.link h3 {
  background-image: url(/image/banner/ban01.jpg);
  background-repeat: no-repeat;
  }

.contact h3 {
  background-image: url(/image/banner/ban01.jpg);
  background-repeat: no-repeat;
  }

.uritai h3 {
  background-image: url(/image/banner/ban01.jpg);
  background-repeat: no-repeat;
  }

.sale h3 {
  background-image: url(/image/banner/ban05.jpg);
  background-repeat: no-repeat;
  }

.owner h3 {
  background-image: url(/image/banner/ban01.jpg);
  background-repeat: no-repeat;
  }

ul.top {
  margin: 0 auto 10px auto;
  padding: 0;
  list-style-type: none;
  }

ul.top li {
  margin: 0;
  padding: 0;
  display: inline;
  line-height:0;
  }

ul.top li.mid {
  margin: 0 6px 0 6px;
  }

#menu-top {
  width: 598px;
  height: 75px;
  background: url(/image/parts/top-navi.gif) no-repeat;
  margin: 20px auto 0 auto;
  }

#menu-top ul {
  padding: 0;
  margin: 0;
  }

#menu-top li {
  display: inline;
  list-style-type: none;
  }

#menu-top li a {
  height: 75px;
  display: block;
  float: left;
  text-indent:-9877em;
  text-decoration:none;
  overflow:hidden;
  }

/*------off*/

#menu-top li.menu-top01 a {
  width:200px;
  background:url(/image/parts/top-navi.gif) no-repeat 0px 0px;
  }

#menu-top li.menu-top02 a {
  width:198px;
  background:url(/image/parts/top-navi.gif) no-repeat 200px 0px;
  }

#menu-top li.menu-top03 a {
  width:200px;
  background:url(/image/parts/top-navi.gif) no-repeat 398px 0px;
  }

/*------hover*/

#menu-top li.menu-top01 a:hover {
  background:url(/image/parts/top-navi.gif) no-repeat 0px -75px;
  }

#menu-top li.menu-top02 a:hover {
  background:url(/image/parts/top-navi.gif) no-repeat -200px -75px;
  }

#menu-top li.menu-top03 a:hover {
  background:url(/image/parts/top-navi.gif) no-repeat -398px -75px;
  }

/*--------- おすすめ賃貸物件 ---------*/

.osusume {
  width: 598px;
  margin: 20px auto 0 auto;
  padding: 0;
  }

.osusume-cont {
  height: 521px;
  padding: 10px 0 15px 0;
  overflow-x: none;
  overflow-y: scroll;
  line-height: 1.3em;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  text-align: left;
  }

.osusume h3 {
  background-image: url(/image/parts/tit-osusume.gif);
  height: 27px;
  }

.osusume h3 span {
  display: none;
  }

/*--------- 新着情報 ---------*/

.whatsnew {
  width: 598px;
  margin: 15px auto 0 auto;
  }

.whatsnew-cont {
  height: 150px;
  padding: 5px 10px 15px 10px;
  overflow-x: none;
  overflow-y: scroll;
  line-height: 1.3em;
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  }

.whatsnew h3 {
  background-image: url(/image/parts/tit-whatnew.gif);
  height: 28px;
  }

.whatsnew h3 span {
  display: none;
  }

.whatsnew dl {
  margin: 5px 0 0 0;
  padding: 5px 0 5px 0;
  font-size: 12px;
  border-bottom: 1px dashed #AAAAAA;
  }

.whatsnew dt {
  width: 6em;
  margin: 0;
  padding: 0;
  float: left;
  }

.whatsnew dd {
  _height: 1%; /* Hack for Win IE6 */
  margin: 0 0 0 6.5em;
  padding: 0;
  text-align: left;
  /* word-wrap: break-word;*/
  word-break:break-all;
  }

.whatsnew p {
  margin: 0;
  padding: 0;
  }

/*--------- サービスエリア ---------*/

.service {
  width: 598px;
  margin: 20px auto 0 auto;
  }

.service-cont {
  height: 200px;
  padding: 10px 10px 15px 10px;
  overflow-x: none;
  overflow-y: scroll;
  line-height: 1.3em;
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  text-align: left;
  font-size: 12px;
  }

.service h3 {
  background-image: url(/image/parts/tit-service.gif);
  height: 28px;
  }

.service h3 span {
  display: none;
  }

.service .city {
  border-left:8px solid #D47D24;
  border-bottom:1px solid #D47D24;
  padding: 5px;
  }

.service .cityname {
  padding: 5px;
  }

/*--------- お問い合わせ ---------*/

.contact table {
  width: 598px;
  margin: 10px auto 0 auto;
  }

.contact th {
  width: 25%;
  padding: 4px 6px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background-color: #EBEBEB;
  vertical-align: middle;
  font-weight: normal;
  }

.contact td {
  width: 75%;
  padding: 4px 3px;
  border-bottom: 1px solid #999999;
  vertical-align: top;
  }

.contact span.must {
  font-size: 10px;
  color: #FF0000;
  padding: 4px;
  }

.contact span.same {
  color: #FF0000;
  }

.contact span.check {
  color: #003399;
  }

.contact table.kojin {
  width: 220px;
  }

.contact .kojin td {
  color: #FFFFFF;
  background-color: #FF6600;
  padding: 5px;
  }

.contact td.noborder {
  width: 90%;
  border: 0px solid #999999;
  text-align: center;
  }

.contact .iframe {
  width: 570px;
  border: 1px solid #999999;
  }

/*--------- 売りたい方へ ---------*/

.uritai table {
  width: 598px;
  margin: 10px auto 0 auto;
  }

.uritai th {
  width: 25%;
  padding: 4px 6px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background-color: #EBEBEB;
  vertical-align: middle;
  font-weight: normal;
  }

.uritai td {
  width: 75%;
  padding: 4px 3px;
  border-bottom: 1px solid #999999;
  vertical-align: top;
  }

.uritai span.must {
  font-size: 10px;
  color: #FF0000;
  padding: 4px;
  }

.uritai span.same {
  color: #FF0000;
  }

.uritai span.check {
  color: #003399;
  }

.uritai table.kojin {
  width: 220px;
  }

.uritai .kojin td {
  color: #FFFFFF;
  background-color: #FF6600;
  padding: 5px;
  }

.uritai td.noborder {
  width: 90%;
  border: 0px solid #999999;
  text-align: center;
  }

.uritai .iframe {
  width: 570px;
  border: 1px solid #999999;
  }

/*--------- 会社概要 ---------*/

.company table{
  width: 580px;
  margin: 10px auto 10px auto;
  }

.company th {
  width: 100px;
  padding: 3px 5px 3px 5px;
  border: 1px solid #999999;
  background-color: #EEEEEE;
  }

.company td {
  padding: 3px 5px 3px 5px;
  border-bottom: 1px dashed #999999;
  }

.company table.none {
  width: auto;
  margin: 0 0 3px 0;
  }

.company .none th {
  font-weight: normal;
  text-align: center;
  padding: 0;
  width: auto;
  border: 0px solid #999999;
  background-color: #FFFFFF;
  }

.company .none td {
  text-align: center;
  padding: 0;
  border-bottom: 1px dashed #999999;
  }

/*--------- 社員紹介 ---------*/

.staff table.profile {
  width: 550px;
  height: 150px;
  background-color: #FFFFFF;
  padding: 0;
  margin: 10px auto 10px auto;
  border:1px solid #BBBBBB;
  }

.staff td.photo {
  width: 150px;
  height: 180px;
  padding: 5px;
  }

.staff td.memo {
  width: 400px;
  height: 180px;
  padding: 5px;
  vertical-align:top;
  }

.staff .name {
  padding:5px;
  font-size:15px;
  text-align:left;
  background-color: #EEEECC;
  font-weight:bold;
  }

.staff span.yaku {
  font-size:10px;
  font-weight:normal;
  margin-right:5px;
  }

.staff .com {
  font-size:12px;
  font-weight:normal;
  margin-top:10px;
  }

.staff .noline {
  border-bottom:0px dashed #999999;
  }

/*--------- リンク集 ---------*/

.link table.no1 {
  width: 590px;
  margin: 0 auto 0 auto;
  }

.link .no1 th {
  width: 150px;
  padding: 3px 5px 3px 5px;
  border: 1px solid #999999;
  background-color: #EEEEEE;
  }

.link .no1 td {
  width: 390px;
  padding: 3px 5px 3px 5px;
  border-bottom: 1px dashed #999999;
  text-align: justify;
  text-justify: distribute;
  }

.link .no1 td p {
  text-indent: 0em;
  }

/*--------- おすすめ売買物件 ---------*/

.sale .buken {
  width: 580px;
  margin: 10px auto 0 auto;
  padding: 5px 8px 5px 5px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #378B1B;
  }

.sale .buken-left {
  float: right;
  width: 100px;
  text-align: right;
  }

.sale .buken-photo {
  width: 100px;
  height: 100px;
  border: 1px solid #DDDDDD;
  margin-top: 5px;
  overflow: hidden;
  }

.sale .buken-detail {
  float: left;
  width: 460px;
  }

.sale .buken-detail strong {
  font-size: 15px;
  color: #FF0000;
  }

.sale .buken-detail table {
  width: 100%;
  }

.sale .buken-detail th {
  width: 55px;
  background-color: #EEF9EA;
  border: 1px solid #DDDDDD;
  padding: 3px;
  text-align: left;
  }

.sale .buken-detail td {
  padding: 3px;
  border-bottom: 1px dashed #DDDDDD;
  position: relative;
  }

/*--------- オーナー様へのご提案 ---------*/

.owner {
  }