@charset "Shift_JIS";

/* 要素リセット */
body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	color: #333333; /* 標準文字色 */
	background-color: #f6ead7;
	background-image : url(bodyBg_6I.png);
	background-repeat: repeat;
	background-position: center top;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

#hpb-container{
	background-image : url(headerBg_6I.png);
	background-position: center top;
	background-repeat: repeat-x;
	position: relative;
	margin-top:-1px;
}

#hpb-header{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    height: 95px;
}

#hpb-nav{
	width: 904px;
	height: 52px;
	position: absolute;
	top: 0px;
	left: -2px;
	overflow: hidden;
}
#hpb-footer{
	width: 100%;
	height:120px;
	padding-top: 50px;
	clear: both;
	background-image : url(footerBg_6I.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom:-20px;
}



/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */

#hpb-headerMain{
    height: 20px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#hpb-headerMain h1{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
	font-weight: normal;
	line-height: 20px;
	font-size: 10px;
}

#hpb-headerLogo{
    width: 300px;
    float: left;
    z-index: 2;
}

#hpb-headerLogo a{
    display: block;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 50px;
    background-image : url(logo_6I.png);
    background-position: center left;
    background-repeat: no-repeat;
}

#hpb-headerExtra1{
    width: 350px;
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
    z-index: 2;
}

#hpb-headerExtra1 p.tel{
    /* 電話番号の文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 15px;
    line-height: 29px;
    text-align: right;
    font-weight: bold;
    color: #ca260b;
}

#hpb-headerExtra1 p.tel span{
	/* 電話番号の「TEL」文字設定 */
    font-size: 12px;
	padding-right: 23px;
	color: #333333;
	font-weight: normal;
	background-image : url(tel_6I.png);
	background-repeat: no-repeat;
	background-position: right -1px;
}

#hpb-headerExtra1 p.address{
    /* 住所文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 12px;
    text-align: right;
    color: #333333;
}

#hpb-headerExtra2
{
}

/* フッター内パーツ */
#hpb-footerMain{
    width: 900px;
    height: 35px;
	margin-left:auto;
	margin-right:auto;
	padding-top:78px;
}

#hpb-footerMain p{
    /* コピーライト文字設定 */
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
    font-size: 12px;
    text-align: center;
    line-height: 35px;
}

#hpb-footerLogo
{
}

#hpb-footerExtra1{
    width: 900px;
    height: 35px;
	margin-left:auto;
	margin-right:auto;
    margin-top: -90px;
}

#hpb-footerExtra1 ul{
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: left;
}

#hpb-footerExtra1 li{
    /* フッターナビ設定 */
    line-height: 12px;
    font-size: 0.9em;
}

#hpb-footerExtra1 li a{
	line-height: 12px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top:1px;
	margin-right:10px;
	color: #333333;
	background-image : url(fpoint_6I.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#hpb-footerExtra1 a:link{
    text-decoration:underline;
}
#hpb-footerExtra1 a:visited{
    text-decoration:underline;
}
#hpb-footerExtra1 a:hover{
    text-decoration: none;
}
#hpb-footerExtra1 a:active{
    text-decoration: none;
}

#hpb-footerExtra2
{
}

/* サイドブロック内パーツ */

/* バナー */
#banner
{
}

#banner ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#banner li{
    display: block;
    margin-bottom: 15px;
    text-align: left;
}

#banner li a{
    display: block;
    height: 100px;
	width:240px;
    text-indent: -9999px;
    overflow: hidden;
}

#banner a#banner-pet{
    /* ペット物件バナー */
    background-image : url(banner_6I_01.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#banner a#banner-resort{
    /* リゾート物件バナー */
    background-image : url(banner_6I_02.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#banner a#banner-special{
    /* 注目物件バナー */
    background-image : url(banner_6I_03.png);
    background-position: center center;
    background-repeat: no-repeat;
}

/*--------------------------------------------------------
  ナビゲーション設定
--------------------------------------------------------*/

#hpb-nav ul{
	height: 45px;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	list-style-type: none;
	text-align: left;
	padding: 0;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #e4c7a1;
}

#hpb-nav li{
    float: left;
    display: inline;
    font-size: 13px;
    height: 52px;
}

#hpb-nav li a{
	display: block;
	height: 45px;
	width:178px;
	text-align: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #e4c7a1;
}

#hpb-nav li span.en{
	display:none;
}

#hpb-nav li span.ja{
    display: block;
    height: 45px;
	width:178px;
    text-indent: -9999px;
    overflow: hidden;
	background-position: -1px top;
}

#hpb-nav #nav-toppage span.ja{
	background-image : url(nav01_6I.png);
	background-repeat: no-repeat;
}
#hpb-nav #nav-estate span.ja{
	background-image : url(nav02_6I.png);
	background-repeat: no-repeat;
}
#hpb-nav #nav-company span.ja{
	background-image : url(nav03_6I.png);
	background-repeat: no-repeat;
}
#hpb-nav #nav-contact span.ja{
	background-image : url(nav04_6I.png);
	background-repeat: no-repeat;
}
#hpb-nav #nav-access span.ja{
	background-image : url(nav05_6I.png);
	background-repeat: no-repeat;
}
#hpb-nav a:hover{
    background-image : url(nav_6I_on.png);
	background-position: -1px top;
    background-repeat: no-repeat;
}
#hpb-nav a:active{
    background-image : url(nav_6I_on.png);
	background-position: -1px top;
    background-repeat: no-repeat;
}

#hpb-nav h3.hpb-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #ca260b;
    text-decoration: underline;
}
a:visited{
    color: #ca260b;
    text-decoration: underline;
}
a:hover{
    color: #ca260b;
    text-decoration: none;
}
a:active{
    color: #ca260b;
    text-decoration: none;
}

#hpb-skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
    margin-top: 1em;
    margin-bottom: 2em;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 1.8;
    text-align: left;
}
td p{
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0px;
    padding-left: 0px;
}

p.large{
    font-weight: bold;
    color: #ca260b;
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 5px;
}
p.indent{
    padding-left: 15px;
}

.price{
    color: #ff0000;
}

.left{
    float: left;
}
.right{
    float: right;
}

img.center{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.right{
	padding-left:10px;
}

hr{
	width: 100%;
	height: 1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear: both;
	border-top-width: 1px;
	border-top-style: none;
	border-right-width: 1px;
	border-right-style: none;
	border-left-width: 1px;
	border-left-style: none;
	color: #F8EFE1;
	border-bottom-width: 1px;
	border-bottom-style: none;
}

.hpb-layoutset-02 h2{
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
	text-align:left;
    height: 145px;
    background-image : url(titleBg_6I.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.hpb-layoutset-02 h2 span.ja{
    font-size: 1.6em;
    color: #333333;
    padding-left: 25px;
    padding-bottom: 3px;
    padding-top: 3px;
	line-height:165px;
}

.hpb-layoutset-02 h2 span.en{
    display: none;
}

#hpb-wrapper h3{
	margin-bottom: 10px;
	margin-top: 0px;
}
.hpb-layoutset-02 #hpb-wrapper h3{
	font-weight: bold;
	color: #5d3800;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 30px;
	padding-top:12px;
	padding-bottom:15px;
	padding-right:90px;
	padding-left:10px;
	background-image : url(indexBg_6I.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
}
.hpb-layoutset-02 #hpb-wrapper #hpb-main div h3:first-child{
	margin-top: 0px;
}

#hpb-wrapper h3 span.en{
    display: none;
}

h3.hpb-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

h4{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	color: #5d3800;
	background-image : url(topindexBg_6I.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

h5{
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 1em;
    line-height: 1.5;
    font-weight: bold;
	color: #5d3800;
}

table{
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 0;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #5d3800;
}

table th{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	background-color: #f8d2cb;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5d3800;
	white-space: nowrap;
	color: #5d3800;
}

table td{
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #5d3800;
}

td p{
    margin-bottom: 0.5em;
}

/* フォームパーツ設定 */
input.button{
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea{
    width: 430px;
    height: 200px;
}

input.l{
    width: 430px;
}
input.m{
    width: 250px;
}
input.s{
    width: 50px;
}


/* メインコンテンツ内基本パーツ */

#hpb-main ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-main ul li{
    text-align: left;
    line-height: 1.4;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #422B0F;
    background-image : url(point_6I.png);
    background-position: 3px 9px;
    background-repeat: no-repeat;
}

#hpb-main dl{
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#hpb-main dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 19px;
    min-height: 19px;
    width: 170px !important;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 2px;
    padding-left: 12px;
    background-image : url(point_6I.png);
    background-position: 0px 10px;
    background-repeat: no-repeat;
    color: #5d3800;
}

#hpb-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    text-align: left;
    line-height: 19px;
    min-height: 19px;
    padding-left: 185px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #5d3800;
    color: #333333;
}

*:first-child + html #hpb-main dd{
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

* html #hpb-main dd{
    /* for IE6 */
    padding-left: 0px;
    height: 20px;
}

#hpb-main dl:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-main img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

#hpb-main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}


/* トップページ デザイン定義 */
.hpb-layoutset-01 #hpb-title h2{
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    text-indent: -9999px;
    height: 343px;
    background-image : url(mainimg_6I.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.hpb-layoutset-01 #toppage p.large{
	font-weight: bold;
	color: #5d3800;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:90px;
	padding-left:10px;
	background-image : url(largeBg_6I.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#toppage-news{
	width:312px;
	float:left;
	background-image : url(topnewsBg_6I.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:345px;
	padding-top:40px;
	padding-bottom:15px;
}
#toppage-news h3{
	color:#333333;
	font-size:16px;
	padding-left:11px;
	padding-right:11px;
	padding-bottom:10px;
	margin-top:0;
	margin-bottom:0;
	line-height:1.2;
	background-image : url(topindexBg_6I.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#toppage-news dl{
	height:305px;
	margin-top:5px;
	margin-bottom:0;
	overflow:auto;
}
#toppage-news dl dt{
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 12px;
	font-weight:bold;
	float:none;
}
#toppage-news dl dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 12px;
    padding-bottom: 10px;
	padding-left: 12px;
}

/* 店舗情報 */
#toppage-info{
	width:312px;
	float:right;
	background-image : url(shopinfoBg_6I.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:345px;
	padding-top:40px;
	padding-bottom:15px;
	position:relative;
}

#toppage-info h3{
	color:#333333;
	font-size:16px;
	padding-left:11px;
	padding-right:11px;
	padding-bottom:10px;
	margin-top:0;
	margin-bottom:0;
	line-height:1.2;
	background-image : url(topindexBg_6I.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position:absolute;
	top:40px;
	left:0;
	width:290px;
	display:block;
}

#toppage-info img.shopinfo{
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	margin-bottom:12px;
	display:block;
}

#toppage-info h4{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
    font-weight: bold;
    font-size: 1.15em;
	color:#333333;
	background-image:none;
}

#toppage-info h4 span.en{
	display:none;
}

#toppage-info p{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
	padding-left:15px;
	padding-right:15px;
    line-height: 1.8;
}

#toppage-info p.access{
    margin-top: 0;
    margin-bottom: 0;
}

#toppage-info p.access a{
    line-height: 19px;
    width: 129px;
	height:20px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background-image : url(access_6I.png);
    background-position: top left;
    background-repeat: no-repeat;
	margin-left:auto;
}
#toppage-info hr{
	display:none;
}


/* 物件一覧 デザイン定義 */

#estate table{
	background-image : url(estateBg_6I.png);
	background-repeat: repeat;
	background-position: left top;
	border-top-style: none;
}
#estate table th{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style:solid;
	background-color:transparent;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #5d3800;
}
#estate table td{
	border-top-style: none;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	padding-bottom:15px;
	border-bottom-style:solid;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #5d3800;
}
#estate table td.data{
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:0;
	border-top-style: none;
	border-bottom-style: none;
}


/* 物件詳細 デザイン定義 */
.hpb-layoutset-02 #hpb-wrapper #detail h3{
    color: #ca260b;
}

#detail-imgbox{
	background-image : url(estateBg_6I.png);
	background-repeat: repeat;
	background-position: left top;
	overflow:hidden;
	width:625px;
	padding-top:15px;
	padding-left:15px;
	padding-bottom:5px;
}

#detail-imgbox img{
    margin-right: 10px;
	margin-bottom:10px;
	float:left;
}

#detail table{
	width:100%;
}

/* アクセス デザイン定義 */

#access h4{
	background-image:none;
	padding-bottom:0;
}

/* お問い合わせ　デザイン定義 */

#contact table{
	width:100%;
}
#contact form{
	text-align:center;
}
.hpb-layoutset-02 #hpb-wrapper #contact form h3:first-child{
	margin-top:30px;
}
#contact form input.button{
	margin-left:auto;
	margin-right:auto;
}