@charset "shift_jis";
/*Copyright (C) 2007 Dream Craft Ltd.*/

a:link,
a:visited,
a:active,
a:hover{
	color:#000;
	text-decoration:none;
	}

body {
	margin:0;
	padding:0;
	font-size:100%;
	line-height:1;
	color:#000;
	font-family:"ＭＳ Ｐゴシック", Osaka, Arial, sans-serif;
	text-align:center;/*全体中央揃え*/
	}
table{
	}	
img{
	border:0;
	}
p{/*FF NN*/
	margin:0;
	padding:0;
	}
/*非表示*/
.hide{
	display:none;
	}

/********** ページレイアウト **********/
/*全体中央揃え*/
#header,
#container,
#footer{
	width:720px;
	margin:0 auto;
	text-align:left;
	font-size:small;
	}

/***ヘッダー***/
#header{
	width:718px;
	background-image:none;
	background:none;
	padding-bottom:0;
	border:1px solid #000;
	margin-bottom:5px;
	}
#description{/*サイト概要*/
	display:none;
	}

h1{/*サイトタイトル*/
	position:relative;
	width:400px;
	height:160%;
	margin:0;
	padding:0 10px;
	font-size:160%;
	line-height:160%;
	font-weight:bold;
	color:000;
	}
h1 .visible{/*サイトタイトル イメージ*/
	display:none
	}

/***コンテナ（メニュー+コンテンツ）***/
#container{
	margin-bottom:3px;
	}

/***メニュー***/
/***メインメニュー***/
#main_menu{
	display:none;
	}

/***サブメニュー***/
#sub_menu{
	display:none;
 }

/***フッター***/
#footer{
	background-image:none;
	background:none;
	line-height:normal;
	}
address{
	font-style:normal;
	}

#footer p{
	margin:0 10px;
	}

/********** コンテンツ **********/
#contents{
	border:1px solid #000;
	width:718px;
	_padding-bottom:10px;
	}
#search{
	margin:10px;
	}

/*** h2 ページタイトル ***/
h2{
	display:none;
	}
h2 .visible{
	display:none;
	}

#leasehold2 h3,
#purchase2 h3{
	font-size:120%;
	font-weight:bold;
	margin:1em 0 0.3em;
	padding:0 0 0 0.5em;
	border-bottom:3px solid #000;
	color:000;
	}

#contents p{
	text-align:center;
	}

table{
	width:100%;
}

/*物件一覧ページ */
#contents form{
	margin:0;
	padding:0;
	}
#contents #search form{
	margin:2em 30px 0 40px;
	padding:0 0 1em 0;
	}

/* cgi 物件詳細ページ */

table.t0 td.right{
	text-align:center;
	width:250px;
}

table.t0 td{
	vertical-align:top;
	}
table.t0{
	margin-top:1em;
	}

/*ボタン*/
.btn{
	float:left;
	margin-right:2px;
	display:none;
	}
.btn .hide{
	display:none;
	}

/*物件情報*/
table.t2 th{
	background:#CCC;
	color:#000;
	text-align:center;
	font-weight:normal;
	}
table.t2 td{
	border:1px solid #ccc;
	padding:1px;
	}
table.t2 td.p120{
	font-size:120%;
	font-weight:bold;
	padding:4px 2px;
}

/*部屋情報*/
table.t3 th{
	background:#CCC;
	text-align:center;
	font-weight:normal;
	font-size:90%;
}
table.t3 td{
	border:1px solid #CCC;
	padding:1px 2px;
}

/*写真*/
table.t4{
	margin-top:0.5em;
	}
table.t4 th{
	background:#CCC;
	color:#000;
	text-align:center;
	font-weight:normal;
}
table.t0 table.t4 td{
	border:1px solid #CCC;
	text-align:center;
	vertical-align:middle;
	padding:5px 0;
}
table.t4 td img{
	margin:2px 0;
}


/**/
.waku{
	border:1px solid #000;
	}

td.line_off{
	border:none;
	}

p{
	margin:1em 0;
}

.s_kakaku{
	font-size:200%;
	line-height:normal;
	color:#000;
	}

.ta_r{
	text-align:right;
	}
.ta_c{
	text-align:center;
	}
.ta_l{
	text-align:left;
	}
