/* copied from /search_contents/css/base.css */
@charset "UTF-8";

/************************************
 Reset
************************************/
article, aside,figure, footer, header, hgroup, listing, nav, plaintext, section, xmp {
	display: block;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a ,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding:0;
	font-size: 1em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
}

ul , ol { list-style: none; }
img { border: 0; }
legend { display: none; }
fieldset { border:none; }
hr { display: none; }
a{
	outline:none;
	text-decoration: underline;
}
a:focus {
	outline: none;
	text-decoration: none;
}

/***********************************
 共通設定
************************************/
html {
	overflow: auto;
}
* html { /* for IE6 */
	overflow: hidden;
	overflow-x: auto;
	height: 100%;
}

body img {display:none;}
body div img {display:inline;}

body {
	overflow-x: hidden;
	position: relative;
	min-width: 985px;
	font-family: "Meiryo","メイリオ",Verdana,Helvetica,sans-serif;
	font-size: 0.88em;
	color: #000;
	background: #fff;
}

* html body { /* for IE6 */
	overflow-y: auto;
	height: 100%;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	width: 100%;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.dispNone { display:none;}

a {
	color: #006faf;
}


/* IE6,7*/
* {zoom: 1;}
input,select {
outline:0px none black;
}

.marginTop0 {
	margin-top: 0;
}
.marginTop5 {
	margin-top: 5px;
}
.marginTop10 {
	margin-top: 10px;
}
.marginTop15 {
	margin-top: 15px;
}
.marginTop20 {
	margin-top: 20px;
}
.marginTop30 {
	margin-top: 30px;
}
.marginBottom5 {
	margin-bottom: 5px;
}
.marginBottom10 {
	margin-bottom: 10px;
}
.marginBottom15 {
	margin-bottom: 15px;
}
.marginBottom20 {
	margin-bottom: 20px;
}
.marginBottom30 {
	margin-bottom: 30px;
}
.marginLeft10 {
	margin-left: 10px;
}
.marginRight10 {
	margin-right: 10px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

/***********************************
 タグラインとヘッダー
************************************/
#tagline {
	position: absolute;
	top: 5px;
	left: 50%;
	z-index: 10;
	margin-left: -250px;
	font-size: 0.74em;
	width: 740px;
	text-align: right;
	font-weight: normal;
}

header {
	position: relative;
}

#headerContainer {
	width: 985px;
	margin: 0 auto;
	padding-bottom: 7px;
	position: relative;
}

#siteLogos { margin-top: 5px; float:left;}
#siteLogos li { float:left;}
#siteLogos li a {
	display:block;
	white-space: nowrap;
  	text-indent: 100%;
  	overflow: hidden;
	height: 42px;
}
* html #siteLogos li a {
	text-indent: -9999px;
}

#niftyLogo {
	display: none;
}
#myhomeLogo {
	width: 205px;
	height: 42px;
	background: transparent url(../images/sprite.png) no-repeat 0 0;
}

#headerBanner {
	float: right;
	margin-top: 20px;
}

.noscriptMsg {
	background:#FFFAAA;
    clear: left;
    color: #CC0000;
    font-size: 1.28em;
    font-weight: bold;
    padding: 10px;
    text-align: center;
	white-space: nowrap;
}

/***********************************
 グローパルナビ
************************************/


/*-- サブメニュー --*/
#globalSubMenu {
	float: left;
	width: 152px;
	padding-left: 5px;
	line-height: 1.3;
}
/* IE6 */
* html #globalSubMenu {
	line-height: 1.7;
}

#globalSubMenu li {
	display: inline-block;
	font-size: 0.80em;
}
/* IE6,7 */
html*#globalSubMenu li {
	display: inline;
	margin-right: 5px;
}
#globalSubMenu li a {
	color: #737373;
}

* html #globalSubMenu {
	width: 153px;
}

/***********************************
 パンくずナビ
************************************/
#breadCrumbNav {
	width: 985px;
	position: relative;
	padding: 7px 0 10px 0;
	margin: 0 auto;
}

#breadCrumbNav li {
	display:inline;
	font-size:0.8em;
}

#breadCrumbNav li a {
	color: #0052cd;
}

.detailBreadCrumbNav {
	clear: left;
	margin: 0 0 0 0 !important;
	padding: 0 !important;
}

.indexBreadCrumbNav {
    margin: 0 auto;
    padding: 3px 0 10px!important;
    position: absolute!important;
    left: 0;
	top:0;
    z-index: 100;
	font-size:.9em;
}


/***********************************
 コンテンツメイン
************************************/
#main {
	width: 100%;
	position:relative;
	background: transparent url(../images/main_back.png) no-repeat 50% 0;
}

#mainContainer {
	width: 965px;
	margin: 0 auto;
	position:relative;
	padding: 0 10px 10px 10px;
	background: #fff;
	border: solid 1px #eaeaea;
	border-top: none;
}

/** コンテンツ枠 **/
.contentBox {
	border: solid 1px #e3e3e3;
	background: #fff;
}
.contentBoxSepartor {
	border:0;
	margin: 0;
	display: block;
  	height: 3px;
	background: transparent url(../images/orange_tile.gif) repeat-x;
	overflow: hidden;
}
.contentHeader {
	background: #ededed; /* old Blowser */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

.contentHeader h3 {
	display: inline-block;
	font-size: 1.0em;
	font-weight: bold;
	margin-left: 10px;
	padding: 0.5em 0 0.5em 0;
}

/** 下部注意書き **/
#bottomCaution {
	position: relative;
	text-align: left;
	width: 965px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
	font-size: 0.86em;
	color: #838383;
	line-height: 1.5;
}



/***********************************
 フッターナビゲーション
************************************/
#footerNavi {
	width: 100%;
	background-color: #474747;
}

#footerNaviContainer {
	width: 985px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	color: #fff;
}

#footerNaviContainer .footerNaviBlock {
	float: left;
	width: 287px;
	padding: 0 0 0 30px;
	height: 21em;
	border-right: dotted 1px #686868;
}
#footerNaviContainer li.last {
	border-right: none;
	width: 317px !important;
}
.footerNaviCaption {
	color: #fff;
	padding-left: 22px;
	background: transparent url(../images/icons.png) no-repeat 0 -735px;
	_background: transparent url(../images/ie6/homeIconB.png) no-repeat 0 -1px;
}
.footerNaviContents {
	padding-top: 10px;
	font-size: 0.85em;
}
.footerNaviContents li {
	line-height: 1.8;
	padding-left: 17px;
	background: transparent url(../images/icons.png) no-repeat -17px -671px;
	_background: transparent url(../images/ie6/listNaviIcon.png) no-repeat 4px 8px;
}
.footerNaviContents li a {
	color: #fff;
	font-weight: normal;
}


/***********************************
 @nifty共通フッター
************************************/
footer {
	font-size: 0.9em;
	width: 985px;
	margin: 0 auto;
}
footer a {
	color: #0000ff;
}
#anchrNifty {
	margin: 10px 0 0;
	padding: 10px 10px 0;
	text-align: left;
}
#anchrNifty dt {
	display: inline;
	font-weight: bold;
}
#anchrNifty dd {
	display: inline;
}
#anchrNifty dd span {
	padding: 0 5px 0 0;
	margin: 0 2px 0 0;
	border-right: solid 1px #7D7D7D;
	zoom: 1;
	line-height: 1.2;
}
.topLinkList {
	padding: 10px 10px 0;
	width: 45%;
	float: left;
}
.topLinkList li {
	margin: 0 5px 0 0;
	float: left;
}
.niftyTopBtn {
	display:block;
	white-space: nowrap;
  	text-indent: 100%;
  	overflow: hidden;
	width: 87px;
	height: 15px;
	background: transparent url(../images/sprite.png) no-repeat -205px 0;
}
.niftyRegistBtn {
	display:block;
	white-space: nowrap;
  	text-indent: 100%;
  	overflow: hidden;
	width: 99px;
	height: 15px;
	background: transparent url(../images/sprite.png) no-repeat -205px -15px;
}
footer address {
	width: 35%;
	padding: 0 10px 0 0;
	float: right;
	text-align: right;
	font-style: normal;
}

#footerMailMagazineBox {
	background-color: #525252;
	border: solid 1px #606060;
	padding: 5px;
	width: 262px;
	margin-top: 10px;
	color: #fff;
	font-size: 0.86em;
}

#footerMailMagazineTitle {
	border-bottom: solid 1px #999999;
	line-height: 1.5;
	padding-bottom: 3px;
	font-size: 1.16em;
}

#footerMailMagazineChecks {
	padding-top: 10px;
}

#footerMailMagazineChecks input {
	vertical-align: middle;
}

#footerMailMagazineChecks input#no {
	margin-left: 10px;
}

#newsletter {
	width: 192px;
	*float: left;
}

#mailMagazineSubmit {
	border: none;
	width: 57px;
	height: 22px;
	background: transparent url(../images/sprite.png) no-repeat -747px -205px;
	cursor: pointer;
	white-space: nowrap;
  	text-indent: 120%;
  	overflow: hidden;
	*display: block;
	*float: left;
}

#mailMagazineDetail {
	margin-top: 10px;
	padding-left: 10px;
	background: transparent url(../images/icons.png) no-repeat -46px -530px;
	_background: none;
}
#mailMagazineDetail a {
	color: #fff;
}

/***********************************
 サイドバー
************************************/
aside {
	display: none;
	position: absolute;
	width: 200px;
	right: -210px;
	top: 10px;
}

/** 最近見た物件 **/
#sideRecentViewedContent {
	margin-bottom: 15px;
}

#sideRecentViewedContentCaption {
	padding-left: 20px;
	background: transparent url(../images/icons.png) no-repeat -193px -301px;
	_padding-left: 0;
	_background: none;
}

.sideItemList {
	padding: 10px 10px 10px 10px;
	font-size: 0.9em;
}

.sideItemListImgRect {
	position: relative;
	width: 170px;
	margin: 0 auto;
	text-align:center;
	margin-bottom: 10px;
}

.sideItemListImgRect .caption {
	position: absolute;
	background: #2585de;
	color: #fff;
	font-size: 0.8em;
	padding: 1px 3px 1px 3px;
	top: 0;
	right: 0;
}

.sideItemListImgRect a {
	display: block;
}
.sideItemListImgRect img {
	vertical-align: bottom;
}

.sideItemList .title,
.sideItemList .price,
.sideItemList .content {
	line-height: 1.4;
}

.sideItemList .title {
	margin-bottom: 5px;
	font-weight: bold;
}

.sideItemList .price {
	color: #ec5300;
	font-size: 1.2em;
	font-weight: bold;
}


/** お役立ち **/
#sideRecommendContentCaption {
	padding-left: 24px;
	background: transparent url(../images/icons.png) no-repeat -208px -270px;
	_padding-left: 0;
	_background: none;
}

#sideUsefulContentBody {
	padding: 0 10px 0 10px;
	font-size: 0.9em;
}

#sideUsefulContentBody li {
	padding: 8px 0 10px 0;
	border-bottom: dotted 1px #c0c0c0;
}

#sideUsefulContentBody li.last {
	border-bottom: none;
}

#sideUsefulContentBody li p a {
	line-height: 1.2;
	font-weight: bold;
}

.sideUsefulContentBanner {
	display: block;
	white-space: nowrap;
  	text-indent: 100%;
  	overflow: hidden;
	width: 175px;
	height: 55px;
	background: transparent url(../images/banners.png) no-repeat;
	margin: 5px 0 5px 0;
}

#sideUsefulContentBanner1 {
	background-position: 0 -49px;
}
#sideUsefulContentBanner2 {
	background-position: -175px -49px;
}

#sideUsefulContentBody .description {
	line-height: 1.5;
}
