/* CSS Document */
@charset "utf-8";
/* どんなブラウザでもクリアできる呪文 */ 

box:after {/* for modern brouser */ 
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	} 

* html box {/* for IE */ 
/*\*/height:1%;/* for WinIE*/ 
	display:inline-table;/* for MacIE*/ 
	} 
/* 呪文ここまで */

* {
	margin: 0;
	padding: 0;
	}


/* ▼ 全体のレイアウト設定 ▼ */

body { 
	background-color: #ffffff;
	text-align: center;			/* IE5.5以前でcontainerを中央配置する為 */
	font-family: Verdana, Helvetica, 'MS Pゴシック', Osaka, sans-serif;
	}

#container {
	width: 586px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;		/* containerを中央配置する為 */
	margin-left: auto;		/* containerを中央配置する為 */
	text-align: left;		/* body の text-align:center を無効にする為 */
	padding: 0px 0px;
	overflow: hidden;
	font-size: 80%;
	line-height: 1.4;
	}


	
#topmain {
	padding-top: 10px;
	}
	
#main {

	width: 586px;
	background: #fff;
	}



/* ▼ リンク設定 ▼ */

a:link		{
	text-decoration: none;
	}
a:visited	{
	text-decoration: none;
	}
a:active	{
	text-decoration: none;
	}
a:hover		{
	color: #06c;
	text-decoration: none;
	}


/* ▼ 全体共通設定 ▼ */

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	}

hr {
	display: none;
	}

img	{
	border: none;
	}




/* ▼ メインコンテンツ ▼ */ 

#contents {
	padding: 10px 20px 30px 20px;
	overflow: hidden;
	}


#contents p {
	color: #000;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

#contents h2 {
	text-align: left;
	margin-bottom: 30px;
	}


#contents h2#lease {
	text-align: left;
	background: #2e2e2e;
	color: #fff;
	font-size: 140%;
	margin-bottom: 30px;
	padding: 5px;
	}
	
#contents h3 {
	clear: both;
	font-size: 120%;
	border-left: 5px solid #2e2e2e;
	border-bottom: 1px dotted #2e2e2e;
	margin-bottom: 10px;
	padding: 5px;
	}

p.extended a:link {
	clear: both;
	padding: 5px;
	float: right;
	}

p.extended a:hover {
	clear: both;
	padding: 5px;
	float: right;
	}

p.extended a:visited {
	clear: both;
	padding: 5px;
	float: right;
	}


p.extended1 a:link {
	clear: both;
	padding: 5px;
	float: right;
	}

p.extended1 a:hover {
	clear: both;
	padding: 5px;
	float: right;
	}

p.extended1 a:visited {
	clear: both;
	padding: 5px;
	float: right;
	}
	
.paginate {
	clear: both;
	text-align: center;
	padding: 30px 0; 
	}



p.atten {
	margin-top: 20px;
	}	
	
/*　賃貸検索情報　*/

p#rosen, p#railway {
	width: 500px;
	margin: 10px auto;
	}
	
p#rosen img {
	padding-right: 50px;
	}
	
p#railway a {
	background: url(img/ico.gif) no-repeat 0 50%;
	padding: 0 170px 0 15px;
	}

ul#cat {
	list-style: none;
	width: 500px;
	margin: 10px auto 30px auto;
	}
	
ul#cat li {
	float: left;
	width: 200px;
	padding: 5px 50px 0 0;
	}
	
ul#cat a {
	display: block;
	}

ul#blanckbnr {
                width:95%;
                text-align:center;
	clear: both;
	list-style: none;
                margin-bottom:20px;
	margin-left: 10px;
	}

ul#blanckbnr li  {
	display: inline;
	width: 175px;
	margin-right: 13px;
	}
	
/*
p#move a {
	clear: both;
	display: block;
	float: right;
	background: #c60;
	width: 100px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	}
*/

p#move1 a {
	clear: both;
	display: block;
	float: right;
	width: 170px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	}


p#move a {
	clear: both;
	display: block;
	float: right;
	background: #6699FF;
	width: 100px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	}

div.detailphoto p img {
	float: left;
	width: 150px;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #ccc;
	}

table.detail {
	float: right;
	border-collapse: collapse;
	border-top: 1px solid #2e2e2e;
	border-left: 1px solid #2e2e2e;
	width: 370px;
	margin-bottom: 10px;
	}
	
table.detail th {
	border-right: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
	text-align: left;
	vertical-align: top;
	width: 150px;
	padding: 5px;
	}
	
table.detail td {
	border-right: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
	text-align: left;
	padding: 5px;
	}

#detailmore {
	clear: both;
	}

#detailmore p {
	padding-top: 20px;
	}
	

