@charset "utf-8";

/*----------------------------------------------
共通
-----------------------------------------------*/
#wrapper {
  margin: 0 auto;
  width: 990px;
}

/*----------------------------------------------
ヘッダー
-----------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  height: 102px;
  overflow: hidden;
}
#logo {
  position: relative;
  width: 100%;
  height: 79px;
  overflow: hidden;
}
#logo img {
  display: inline-block;
  float: left;
}
h1 {
  height: 23px;
  font-size: 12px;
  text-indent: 15px;
  line-height: 23px;
  font-weight: normal;
  overflow: hidden;
}
#header ul {
  position: absolute;
  top: 2px;
  right: 0;
  height: 23px;
  _overflow: hidden;
}
#header li {
  float: left;
  margin-right: 20px;
}

/*----------------------------------------------
メインPIC
-----------------------------------------------*/
#main_pic {
  position: relative;
  height: 229px;
}
#main_pic img,#main_pic embed {
  width: 990px;
  height: 229px;
}
.shadow {
  text-shadow: rgba(0, 0, 0, 1) 1px 1px 8px;
}
#main_pic span {
/*  position: absolute; */
  top: 90px;
  _top: 40px;
  left: 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  z-index: 10;
}
*:first-child+html #main_pic span {
  top: 40px;
}

/*----------------------------------------------
パンクズ
-----------------------------------------------*/
#pankuzu {
  margin: 10px 20px 12px 20px;
  font-size: 10px;
  height: 16px;
}
#pankuzu ul:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html #pankuzu ul {
  height: 1em;
  overflow: visible;
}
/**/
#pankuzu li {
  float: left;
  color: #fff;
}
#pankuzu li:first-child {
  background: url(../images/icon_home.gif) no-repeat left center;
  padding-left: 16px;
}
#pankuzu li a {
  margin-right: 5px;
  padding-right: 12px;
  background: url(../images/icon_pankuzu.gif) no-repeat right center;
}


/*----------------------------------------------
メニュー
-----------------------------------------------*/
#menu {
  position: relative;
  float: left;
  margin: 0 20px 20px 20px;
  _margin-left: 10px;
  padding-top: 10px;
  width: 200px;
  background: url(../images/bg_menu_top_01.gif) no-repeat;
}
#menu li {
  width: 200px;
  height: 44px;
  font-weight: bold;
  overflow: hidden;
}
#menu li a {
  display: block;
  padding: 14px 0 0 28px;
  width: 172px;
  height: 44px;
  _height: 88px;
}
#menu li a input {
  position: relative;
  top: -2px;
  width: 134px;
}
#menu li a:hover {
  background-position: 0px -44px;
}
#menu li.select a {
  background-position: 0px -44px;
}
#menu_bottom {
  position: absolute;
  bottom: -12px;
  *bottom: -7px;
  left: 0;
}
#menu_bottom img {
  height: 7px;
  width: 200px;
}
.bnr {
  position: absolute;
  left: 0;
  width: 200px;
  height: 70px;
  background: #fff;
}

/*----------------------------------------------
メイン
-----------------------------------------------*/
#main {
  position: relative;
  float: left;
  margin-bottom: 40px;
  padding: 10px;
  width: 710px;
  background: url(../images/bg_main_top_01.gif) no-repeat;
}
#main.create_content {
  background-image: none;
  background-color: #fff;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
#main_bottom {
  position: absolute;
  bottom: -12px;
  *bottom: -7px;
  left: 0;
}
#main_bottom img {
  height: 7px;
  width: 730px;
}
#main_bottom.top_tmp {
  position: absolute;
  bottom: -12px;
  *bottom: -7px;
  _bottom: 150px;
  left: 0;
}
#special,#search_rent,#search_sale,#news,#shop,#select,#new_bukken {
  margin-bottom: 20px;
  background: #fff;
}
#main .center_edit {
    margin: 20px 0;
    min-height: 65px;
    overflow: hidden;
    position: relative;
    width: 706px;
}
#main .d_search_area {
  height: 100%;
}
#main .d_search_area iframe {
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  border:none;
}
.top_txt {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  z-index: 50;
}
.top_bkn {
  width: 668px;
  padding: 10px 20px;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.top_bkn ul {
  float: left;
  margin-top: 10px;
  width: 150px;
}
.top_comment {
  padding-left: 5px;
  font-weight: bold;
}
.top_pic {
  margin: 0 auto;
  width: 146px;
  text-align: center;
}
.top_pic img {
  padding: 1px;
  width: 137px;
  border: solid 1px #ccc;
}
.top_route,.top_price,.top_layout {
  border-bottom: dotted 1px #ccc;
}
.top_price {
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;
}
.top_detail {
  padding: 6px 0;
  text-align: center;
  background: #eee;
}
.right10 {
  padding-right: 10px;
}
.right_p_10 {
  padding-right: 10px;
  border-right: dotted 1px #ccc;
}
.left_m_10 {
  margin-left: 10px;
}
#search_rent ul,#search_sale ul {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 10px 0;
  width: 688px;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
#search_rent li,#search_sale li {
  float: left;
  margin: 0 13px 10px 0;
  width: 220px;
  height: 80px;
  line-height: 4.4em;
  font-size: 20px;
  font-weight: bold;
}
#search_rent li a,#search_sale li a {
  display: block;
  width: 220px;
  height: 80px;
  text-decoration: none;
  cursor: pointer;
}
#search_rent li a {
  background: url(../images/bg_btn_rent_left.gif) no-repeat top left;
}
#search_sale li a {
  background: url(../images/bg_btn_sale_left.gif) no-repeat top left;
}
#search_rent li span,#search_sale li span {
  display: inline-block;
  margin-left: 49px;
  width: 171px;
  height: 80px;
}
#search_rent li span {
  background: url(../images/bg_btn_rent.gif) no-repeat top right;
}
#search_sale li span {
  background: url(../images/bg_btn_sale.gif) no-repeat top right;
}
#news .title {
  margin-bottom: 0;
}
#news_cont {
  padding: 10px;
  width: 688px;
  height: 160px;
  overflow-y: scroll;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
#news_cont.create_content {
  border: none;
  width: auto;
  height: auto;
  overflow: hidden;
}
#news_cont dl {
  float: left;
  padding: 5px;
  width: 660px;
  line-height: 2em;
  border-bottom: dotted 1px #ccc;
  line-height: 1.6em;
}
#news_cont.create_content dl {
  float: none;
  width: auto;
}
#news_cont.create_content dl:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html #news_cont.create_content dl {
  height: 1em;
  overflow: visible;
}
/**/
#news_cont dt {
  float: left;
  padding-left: 14px;
  width: 80px;
  background: url(../images/icon_news.gif) no-repeat 2px 5px;
}
#news_cont.create_content dt {
  display: inline-block;
}
#news_cont dd {
  float: left;
  width: 560px;
}
#news_cont.create_content dd {
  float: none;
  width: auto;
  display: block;
  padding-left: 94px;
}
#news_cont dd img {
  margin-left: 5px;
  vertical-align: middle;
}
.new {
  background: url(../images/new.gif) no-repeat 2px 2px;
  text-indent: 35px;
}
#news_cont.create_content .new {
  background: url(../images/new.gif) no-repeat 94px 2px;
}
#top_shop_wrap {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
#shop ul {
  float: left;
  padding: 10px;
  width: 334px;
}
#top_shop_wrap:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html #top_shop_wrap {
  height: 1em;
  overflow: visible;
}
/**/
#shop li {
  float: left;
  width: 214px;
  line-height: 1.6em;
}
.shop_name {
  font-size: 14px;
}
#shop li.shop_pic {
  width: 105px;
}
.shop_pic img {
  padding: 1px;
  width: 97px;
  border: solid 1px #ccc;
}
.shop_tel {
  font-size: 20px;
  font-weight: bold;
}
#bnr_disp {
  position: relative;
  bottom: -64px;
}
#bnr {
  position: absolute;
  top: 0;
}
#bnr .bnr_wrap {
  position: relative;
  display: block;
  width: 200px;
  margin: 0 0 10px 0;
}
#bnr .bnr_wrap .bnr_image {
  width: 200px;
}
#menu_edit_area {
  position:relative;
  height:0;
  bottom: -22px;
}
#divMenuEditWrap {
  position:absolute;
  top:0;
  width:100%;
}
#menu .menu_edit {
    margin: 20px 0;
    min-height: 65px;
    overflow: hidden;
    position: relative;
    width: 196px;
}
#menu .d_search_area {
  height: 100%;
}
#menu .d_search_area iframe {
  margin-bottom: 10px;
  width: 196px;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border:none;
}
.title {
  clear: left;
  width: 710px;
  height: 32px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  line-height: 34px;
  overflow: hidden;
}
.title_text {
  display: inline-block;
  padding-left: 28px;
  width: 100%;
  height: 32px;
}
.title_sub {
  clear: left;
  margin-top: 20px;
  height: 35px;
  font-size: 18px;
  font-weight: bold;
  text-indent: 16px;
  line-height: 37px;
  border-bottom: solid 3px #eee;
  background: url(../images/icon_title_sub.gif) no-repeat 3px 5px;
}
.tilimg {
  width: 660px;
  font-weight: bold;
  font-size: 12px;
  color: #333;
}
.tilimg span {
  display: inline-block;
  width: 100%;
  height: 25px;
}
.img_top {
  width: 990px;
  height: 229px;
}
#special_tbl {
  width: 668px;
}
#special_tbl td {
  border: none;
  width: 150px;
}
#special .special_border_left {
  width: 10px;
  border-right: 1px dotted #ccc;
}
#special .special_border_right {
  width: 10px;
  border: none;
}
.top_select {
  width:700px;
  background-color:#fff;
  padding:5px;
}
.top_select li {
  width:338px;
  height:130px;
  margin:5px;
  display:block;
  float:left;
  background-color:#fff;
  border:1px #CCC solid;
  overflow:hidden;
}
.top_select:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html .top_select {
  height: 1em;
  overflow: visible;
}
/**/
.top_select div.photo {
  float:left;
  display: inline-block;
}
.top_select div.photo a {
  display:block;
  padding:5px;
}
.top_select div.photo a img {
  vertical-align:bottom;
}
.top_select div.detail {
  float:left;
  width:206px;
  display: inline-block;
  overflow: hidden;
}
.top_select div.detail a {
  display:block;
  padding:5px;
  text-decoration:none;
}
.top_select div.detail em {
  font-size:12px;
  font-weight:bold;
  color:#C63;
  display:block;
  font-style:normal;
  float:none;
  clear:both;
}
.top_select .kakaku {
  display:block;
  clear:both;
  float:none;
  text-align:right;
  font-size:12px;
  color:#000;
  line-height:20px;
}
.top_select .kakaku b {
  color:#930;
  font-size:16px;
  font-weight:bold;
}
.top_select .traffic {
  display:block;
  background:#EFEFEF;
  text-align:center;
  font-size:12px;
  color:#006;
}
.top_select .layout {
  display:block;
  float:left;
  line-height:22px;
  font-size:12px;
  color:#2A3D81;
}
.top_select .dimension {
  display:block;
  float:right;
  height:22px;
  line-height:22px;
  font-size:12px;
  color:#2A3D81;
  overflow:hidden;
}
.top_select .dimension sup {
  font-size:8px;
}
.top_select .catch {
  display:block;
  font-size:12px;
  line-height:16px;
  color:#2A3D81;
  clear:both;
  float:none;
  overflow:hidden;
}

/*----------------------------------------------
フッター
-----------------------------------------------*/
#footer {
  clear: left;
  position: relative;
  width: 100%;
  height: 45px;
  background: url(../images/bg_footer_01.gif) repeat-x;
}
#pagetop {
  position: absolute;
  top: -19px;
  right: 20px;
  width: 93px;
  height: 19px;
  cursor: pointer;
}
#copyright {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 950px;
  text-align: right;
  color: #666;
}
