@charset "UTF-8";

/*==================================================
#1. LAYOUT
#2. MAIN
==================================================*/


/* LEFT NAVI */
@import "/times/css/lnavi.css";


/*==================================================
#1. LAYOUT
==================================================*/

div#wide {
	width: 950px;
}
div.wide2 {
	text-align: left;
}

#mainContents {
	width: 950px;
	margin:0 auto;
	padding:0;
	background:#ffffff;
	text-align: left;
	font-size:80%;
}
#contents{
	margin:0 auto;
	width:776px;
}
#contents #main{
	margin-top:20px;
	width:546px;
	float:right;
}
#contents #lnavi{
	margin-top:20px;
	width:200px;
	float:left;
}

#contents {
  overflow: hidden;
}
#contents:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html #contents {
  height: 1em;
  overflow: visible;
}
/**/


#topicPath {
	width:950px;
	margin:0 5px 10px;
}

div#totop {
	margin-top:30px;
	clear:both;
	width: 950px;
	text-align: right;
}

#mainTitle{
	background:url(../images/bg_main_01.jpg) no-repeat;
	background-position:left top;
	position: relative;
	height:130px;
}
#mainTitle h1{
	margin:15px 0 0 18px;
}
#mainTitle #memberService p{
	position:absolute;
	right:20px;
	top:37px;
}
#mainTitle #memberService .btn{
	position:absolute;
	right:40px;
	top:69px;
}
#mainTitle #memberService .title{
	position:absolute;
	right:55px;
	top:14px;
}
#mainTitle #memberService .about{
	position:absolute;
	right:16px;
	top:103px;
}
#mainTitle #subTitle{
	position:absolute;
	left:19px;
	top:109px;
}
/*==================================================
#2. MAIN
==================================================*/
#date{
	padding-bottom:10px;
	text-align:right;
	font-family: 'Times New Roman', serif;
}

#main table td{
	line-height:1.5;
}
.partner{
	margin-top:10px;
	text-align:right;
}

/* 街の物件を探す */
#townSearch{
	margin-top:30px;
}
#townSearch ul{
	margin-top:10px;
	padding-bottom:10px;
}
#townSearch ul li{
	width: 270px;
}
ul.thumbnailList01 li{
	float:left;
}
ul.thumbnailList01 li.rs{
	float:right;
}
ul.thumbnailList01 img{
	padding-bottom:7px;
}

/* 物件を探す */
#searchArea{
	margin-top:20px;
}


#bukkenSearch{
	width: 546px;
	padding-bottom:5px;
	margin-top:20px;
	background:url(../images/bg_main_02.gif) no-repeat left bottom;
}
#bukkenSell{
	margin-top:20px;
	padding-bottom:5px;
	background:url(../images/bg_main_03.gif) no-repeat left bottom;
}
#bukkenSearch {
  overflow: hidden;
}
#bukkenSearch:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html #bukkenSearch {
  height: 1em;
  overflow: visible;
}
/**/

#bukkenSearch ul{
	margin:5px 10px 0;
	padding-bottom:10px;
	background:url(../images/bg_search_01.gif) repeat-x left bottom;
}
#bukkenSearch ul.end{
	padding-bottom:7px;
	background:none;
}
#bukkenSell ul{
	margin:5px 10px 0;
	padding-bottom:10px;
}
#bukkenSearch ul li,
#bukkenSell ul li{
	float:left;
	width:200px;
	margin-top:5px;
	padding-left:22px;
	background:url(../images/arr_04.gif) no-repeat 0.5em 0.2em;
	line-height:1.5;
}
#bukkenSearch ul li a,
#bukkenSell ul li a{
	font-weight:bold;
}

/* 前後ページ移動 */
#pageNavitxt{
	margin-top:20px 0;
	padding-left:10px;
	font-weight:bold;
	font-size:117%;
	line-height:1.35;
	background:url(../images/arr_03.gif) no-repeat 0 0.4em;
}

#pageNavi01{
	width:546px;
	position: relative;
	height:92px;
	border-bottom:1px solid #cccccc;
}

#pageNavi01.end{
	border-bottom:none;
}

#pageNavi01 ul {
	position: relative;
	left: 50%;
	float: left;
	margin-top:30px;
}

#pageNavi01 ul li {
	position: relative;
	left: -50%;
	float: left;
}

#pageNavi01 ul li img{
	margin-right: 5px;
}

#pageNavi01 .next{
	position: absolute;
	left: 327px;
	top: 30px;
}
#pageNavi01 .back{
	position: absolute;
	left: 0;
	top: 30px;
}

/* 関連記事 */
#relatedList{
	margin-top:20px;
	padding-bottom:10px;
	border-top:2px solid #CBA594;
	border-bottom:1px solid #cccccc;
}
#relatedList h3{
	padding:7px 10px;;
	background:#EEE2DB;
	border-top:1px solid #ffffff;
}
#relatedList ul li{
	margin-top:5px;
	padding-left:22px;
	line-height:1.5;
	background:url(../images/arr_04.gif) no-repeat 0.5em 0.2em;
}

/* 情報PR */
#prInfo{
	margin-top:20px;
	padding-bottom:10px;
	border:1px solid #BFD0DC;
}
#prInfo h3{
	padding:7px 10px;;
	background:#E2EAEF;
}
#prInfo .photo{
	float:left;
	width:135px;
}
#prInfo .photo img{
	margin:10px 0 0 10px;
}
#prInfo .data{
	float:right;
	width:390px;
}
#prInfo .data p{
	margin:7px 10px 0 0;
	line-height:1.5;
}
#prInfo .data p a{
	font-weight:bold;
	font-size:117%;
}
#prInfo .data p.detail{
	margin:15px 10px 0 0;
	text-align:right;
}
#prInfo .data p.detail a{
	padding-left:10px;
	background:url(../images/arr_03.gif) no-repeat 0 0.3em;
}

#goList{
	margin-top:15px;
	text-align:right;
}
#goList{
	margin-top:10px;
}
#categoryTop{
	margin-top:10px;
}
#categoryTop .back{
	float:left;
}
#categoryTop ul{
	float:right;
}
#categoryTop ul li{
	float:right;
	display: inline;
	margin-left:10px;
	padding-left:22px;
	background:url(../images/arr_04.gif) no-repeat 0.5em 0.3em;
	font-weight:bold;
	line-height:1.5;
}

/* 今月のガイド */
#guideInfo{
	margin-top:20px;
	padding:10px 10px 5px;
	border:1px solid #cccccc;
}
#guideInfo .data{
	float:right;
	width:459px;
}
#guideInfo p{
	margin-bottom:5px;
}
#guideInfo .photo{
	float:left;
	width:65px;
}
#mailmagazine{
	margin-top:20px;
}

/* inline-block */
.iBlk {
	display: -moz-inline-box;
	display: inline-block;
}
*:first-child+html .iBlk {
	display: inline;
	zoom: 1;
}
* html .iBlk {
	display: inline;
	zoom: 1;
}

/* Module Set */
.modSet01 .msL {
	float: left;
	display: inline;
}
.modSet01 .msR {
	float: right;
	display: inline;
}

/* 用語解説 */
.wordsGuide01 {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.wordsGuide01 .ttl {
	padding: 5px 10px;
	background: #EAEAEA;
	font-size: 12px;
}
.wordsGuide01 .ttl2 {
	margin-bottom: 5px;
	font-size: 12px;
}
.wordsGuide01 .modSet01 {
	margin-top: 10px;
	padding: 5px 0;
	background: url(../images/vline_dot_gray_01.gif) repeat-y 50% 0;
}
.wordsGuide01 .msL,
.wordsGuide01 .msR { width: 262px; }
.wordsGuide01 .figure { text-align: center; }
.wordsGuide01 .figure img {
	display: block;
	margin: 10px auto 5px auto;
}

/* 記事スタイル　2011.05.xx 追加 */
.lb05 { margin-top: 05px!important; }
.lb10 { margin-top: 10px!important; }
.lb15 { margin-top: 15px!important; }
.lb20 { margin-top: 20px!important; }

.column-ttl01 {
	margin-top:20px;
	padding-top:1px;
	border-top:3px solid #C80000;
}
.column-ttl01 .ttl {
	padding:8px 10px;
	font-size:16px;
	background:#EAEAEA;
}
.column-lower {
	margin-top:15px;
	font-size:14px;
	line-height:1.5;
}
.column-lower .colR {
	float: right;
	display: inline;
}
.column-lower .colL {
	float: left;
	display: inline;
}
.column-lower .colN {
	overflow: hidden;
	zoom: 1;
}


/* clear class
--------------------------------------------------*/
.clearLeft{clear:left;}
.clearRight{clear:right;}
.clear{clear:both;}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/





