@charset "UTF-8";

/* page.css パターン Blue ベースカラー #87CEFA(LightSkyBlue) */
/* 利用者側用 */

*{
margin:0px;
padding:0px;
}

body{
/* background:#ffc778; */
/* background:#87CEFA; */
font-size:85%;
/* color:#666666; */
color:#000000;
font-family:Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",  Osaka,Verdana, Arial, Helvetica, sans-serif;
line-height:140%;
text-align:center;
margin:0px;
padding:0px;
}

img{
border:none;
}

a:link{
	/* text-decoration:none; */
	text-decoration:underline;
	/* color:#666666; */
	/* color:#ff9900; */
	color:#0000FF;
}

a:visited{
	/* text-decoration:none; */
	text-decoration:underline;
	/* color:#666666; */
	/* color:#ff9900; */
	color:#0000FF;
}

a:hover{
	/* text-decoration:none; */
	text-decoration:underline;
	/* color:#0000FF; */
	/* color:#ff9900; */
	color:#BF1C1C;
}

#page{
font-size:100%;
/* background:#fdefcd; */
background:#FFFFFF;
width:800px;
margin:0px auto;
padding:20px 0px 10px 0px;
text-align:left;
}

div#head
{
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	width:760px;
	height:220px;
	/* background:#ffffff url(../images/headbg.jpg) top left no-repeat; */ 20110624
	border-bottom:1px dotted #666666;
	position:relative;
}

#logo
{
	position:absolute;
	/* top:52px; */ 20110527
	top:0px;
	z-index:3;
	width:760px;
	height:220px;
}

#copy{
position:absolute;
left:232px;
z-index:4;
}

#address {
position:absolute;
top:149px;
left:504px;
z-index:2;
}

#tel{
position:absolute;
top:185px;
left:511px;
z-index:1;
}

div#wrap{
margin:0px 0px 0px 20px;
padding:30px 0px 20px 0px;
width:760px;
background:#ffffff;
/zoom : 1;
}

div#wrap:after{
content:'';
display:block;
clear:both;
height:0;
}

div#main{
margin:0px 10px 0px 0px;
padding:0px 0px 0px 0px;
width:520px;
background:#ffffff;
float:right;
display:inline;
}

div#main h1{
margin:0px 0px 10px 0px;
padding: 20px 0px 20px 40px;
width:480px;
font-size:130%;
/* color:#ffffff; */
color:#000000;
background: url(../images/h1bg.gif) left no-repeat;
line-height: 0;
clear:both;
}

div#main h2
{
	margin:0px 0px 10px 0px;
	padding: 20px 0px 20px 10px;
	width:510px;
	font-size:100%;
	background: url(../images/h2bg.gif) left no-repeat;
	line-height: 1;
	clear:both;
}

div#main h2.no_margin_bottom{
margin:0px 0px 0px 0px;
}

div#main h3{
margin:20px 0px 5px 0px;
padding: 15px 0px 15px 10px;
width:510px;
font-size:100%;
background: url(../images/h3bg.gif) left no-repeat;
line-height: 0;
clear:both;
}

div#main h3.no_margin_bottom{
margin:20px 0px 0px 0px;
}

div#main p{
margin:5px 0px 10px 0px;
line-height:180%;
}

div#main p.annotation{
margin:0px 0px 10px 0px;
font-size:85%;
line-height:180%;
}

div#main p.link{
margin:30px 0px 30px 0px;
}

div#main p.link a.page{
margin:0px 0px 0px 0px;
padding:8px 0px 8px 35px;
background:url(../images/li_page.gif) left no-repeat;
}

div#main p.link a.pdf
{
	margin:0px 0px 0px 0px;
	padding:8px 0px 8px 35px;
	background:url(../images/li_pdf.gif) left no-repeat;
}

div#main p.link a.word{
margin:0px 0px 0px 0px;
padding:8px 0px 8px 35px;
background:url(../images/li_word.gif) left no-repeat;
}

div#main p.link a.excel{
margin:0px 0px 0px 0px;
padding:8px 0px 8px 35px;
background:url(../images/li_excel.gif) left no-repeat;
}

div#main p.link span.annotation{
padding:0px 0px 0px 35px;
}

div#main ul{
margin:0px 0px 20px 0px;
padding:0px 0px 0px 0px;
}

div#main ul.border_top
{
	border-top:1px dotted #ff9966;
}

/* 物件検索のリンク⇒部分 */
div#main ul li
{
	margin:0px 0px 0px 0px;
	/* padding:8px 0px 8px 0px; */
	padding:8px 0px 8px 35px;
	list-style:none;
	background: url(../images/li.gif) left no-repeat;
	line-height:170%;
	/* border-bottom:1px dotted #ff9966; */
	border-bottom:1px dotted #3399CC;
}

div#main ul li.pdf
{
	margin:0px 0px 0px 0px;
	padding:8px 0px 8px 35px;
	background:url(../images/li_pdf.gif) left no-repeat;
}

div#main ul li.word{
margin:0px 0px 0px 0px;
padding:8px 0px 8px 35px;
background:url(../images/li_word.gif) left no-repeat;
}

div#main ul li.excel{
margin:0px 0px 0px 0px;
padding:8px 0px 8px 35px;
background:url(../images/li_excel.gif) left no-repeat;
}

/* 空き家の改修についてここから */

table.limit{
margin:10px 0px 5px 0px;
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
width:520px;
border-top:1px solid #999999;
border-left:1px solid #999999;
clear:both;
}

table.limit th{
padding:10px;
text-align:center;
width:60px;
font-weight:normal;
vertical-align:top;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
background:#fdefcd;
}

table.limit td{
padding:10px;
text-align:left;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
width:200px;
}

/* 空き家の改修についてここまで */

/* 申請方法ここから */

table.order{
margin:10px 0px 5px 0px;
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
width:520px;
border-top:1px solid #999999;
border-left:1px solid #999999;
clear:both;
}

table.order th{
padding:10px;
text-align:center;
width:30px;
font-weight:normal;
vertical-align:top;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
background:#fdefcd;
}

table.order td{
padding:10px;
text-align:left;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
}

/* 申請方法ここまで */


/* お問い合わせここから */

div.formbox{
margin:0px 0px 10px 0px;
padding:20px;
width:475px;
border:1px solid #dcdcdc;
text-align:center;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}

table.form{
margin: 0px auto;
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
width:470px;
border-top:1px solid #999999;
border-left:1px solid #999999;
clear:both;
}

table.form th{
padding:10px;
text-align:left;
width:120px;
font-weight:normal;
vertical-align:top;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
/* background:#fdefcd; */
}

table.form td{
padding:10px;
text-align:left;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
}

input.fname{
width:200px;
}

input.address{
width:300px;
}

input.tel{
width:200px;
}

input.mail{
width:240px;
}


textarea.content{
width:300px;
height:200px;
}

input.send{
margin:20px 0px 0px 0px;
}

input.reset{
margin:20px 0px 0px 10px;
}


/* お問い合わせここまで */

/* ログインここから */

div.loginbox{
margin:0px 0px 10px 0px;
padding:20px;
width:480px;
border:1px solid #dcdcdc;
text-align:center;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}

table.login{
margin: 0px auto;
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
width:300px;
clear:both;
}

table.login th{
padding:5px;
text-align:left;
width:90px;
font-weight:normal;
}

table.login td{
padding:5px;
text-align:left;
}

input.name{
width:190px;
}

input.pass{
width:190px;
}

input.login{
margin:20px 0px 0px 0px;
}


/* ログインここまで */

/* 物件一覧ここから */

div.list_head
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:520px;
	height:40px;
	border-bottom:2px solid #ffcc99;
	/zoom : 1;
}

div.list_head:after
{
	content:'';
	display:block;
	clear:both;
	height:0;
}

div.town_name
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:180px;
	float:left;
	display:inline;
}

div#main div.town_name h2
{
	margin:0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	width:180px;
	text-align:center;
	background: url(../images/townname_bg.gif) left no-repeat;
	line-height: 0;
	clear:both;
}

div.pagenavi
{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:80px;
	height:15px;
	float:right;
	display:inline;
}

img.prev
{
	vertical-align:middle;
}

span.page_no
{
	border:1px solid #666666;
	padding:2px 8px;
	vertical-align:middle;
}

img.next
{
	vertical-align:middle;
}

div.b_wrap
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:520px;
	/zoom : 1;
}

div.b_wrap:after
{
	content:'';
	display:block;
	clear:both;
	height:0;
}

div#main div.b_wrap h3
{
	margin:20px 0px 10px 0px;
	padding: 15px 0px 15px 10px;
}

div.b_photo
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:120px;
	float:left;
	display:inline;
}

div.b_contents
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:390px;
	float:right;
	display:inline;
}

table.b_address
{
	margin: 0px 0px 10px 0px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:390px;
	clear:both;
}

table.b_address th
{
	padding:5px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background:#fdefcd;
	text-align:center;
	width:80px;
}

table.b_address td
{
	padding:5px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	text-align:left;
}


table.b_info
{
	margin: 10px 0px 10px 0px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:390px;
	clear:both;
}

table.b_info th
{
	padding:5px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background:#fdefcd;
	text-align:center;
	width:80px;
}

table.b_info td
{
	padding:5px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	text-align:left;
}

div#main p.readmore
{
	margin:0px 0px 0px 0px;
	text-align:right;
}

/* 物件一覧ここまで */

/* 物件情報ここから */

div.map{
margin:0px 0px 20px 0px;
width:520px;
height:420px;
/* height:400px; */
/* height:350px; */
}

div#main div.search h3{
margin:0px 0px 0px 0px;
padding: 15px 0px 15px 0px;
text-align:center;
background: url(../images/h3bgmini.gif) left no-repeat;
width:250px;
}

div.search ul{
margin:0px 0px 20px 0px;
padding:0px 0px 0px 0px;
}

div.search ul li{
margin:0px 0px 0px 0px;
padding:8px 0px 8px 35px;
list-style:none;
/* background: url(../images/li.gif) left no-repeat; */
border-bottom:1px dotted #ff9966; 
}

div.search_cat
{
	margin:0px 0px 0px 0px;
	width:250px;
	float:left;
	/* float:right; */
}

div.search_area
{
	margin:0px 0px 0px 0px;
	width:250px;
	padding-left: 10px;
	/* float:right; */
	/* float:left; */
}

div.search_area ul{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

div.search_area ul li{
	margin:0px 0px 0px 0px;
	padding:8px 0px 8px 35px;
	list-style:none;
	/* background: url(../images/li.gif) left no-repeat; */
	border-bottom:1px dotted #ff9966; 
}

/* 物件情報ここまで */

/* 物件詳細ここから */

/* メイン画像用 */
div.b_photo_wrap
{
	/* margin:10px 0px 10px 0px; */
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	/* width:520px; */
	width:260px;
	background:#ffffff;
	clear:both;
	/zoom : 1;
}

/* サブ画像用 */
div.b_photo_wrap_sub
{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	width:520px;
	background:#ffffff;
	clear:both;
	/zoom : 1;
}

div.b_photo_wrap:after{
content:'';
display:block;
clear:both;
height:0;
}

div.b_photo_l
{
	/* width:100px; */
	/* height:100px; */
	float:left;
}

div.b_photo_r{
float:right;
}

/* 画像コメント用 2011/6/16 追加*/
.s08
{
	font-size: 8pt;
	vertical-align: top;
}

/* ＰＲ文用 2011/6/16 追加*/
.txtPR
{
	font-size: 9pt;
	font-weight: bold;
	color: #191970;
	vertical-align: top;
	width: 250px;
	height: 180px;
	border: solid 1px #999999;
	padding: 10px
}

table.b_gaiyou
{
	margin: 10px 0px 10px 0px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:520px;
	clear:both;
}

table.b_gaiyou th
{
	padding:5px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background:#fdefcd;
	text-align:center;
	width:94px;
}

table.b_gaiyou td
{
	padding:5px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	text-align:left;
	width:150px;
}

table.b_gaiyou td.address
{
	padding:5px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	text-align:left;
	width:390px;
}

table.b_gaiyou td img
{
	vertical-align:middle;
}

table.s_gaiyou
{
	margin: 10px 0px 10px 0px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:520px;
	clear:both;
}

table.s_gaiyou th
{
	padding:5px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background:#fdefcd;
	text-align:center;
	width:94px;
}

table.s_gaiyou td
{
	padding:5px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	text-align:left;
	width:510px;
}

table.s_gaiyou td img
{
	vertical-align:middle;
}

/* 物件詳細ここまで */

div#submenu{
width:210px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:90%;
float:left; 
display:inline;
}

div#submenu ul{
margin:0px 0px 0px 10px;
padding:0px 0px 0px 0px;
list-style-type: none;
}

div#submenu li{
margin:0px 0px 5px 0px;
padding:0px 0px 0px 0px;
list-style:none;
}

div#submenu li img{
vertical-align: bottom;
}

div#foot{
margin:0px 0px 0px 20px;
padding:0px 0px 80px 0px;
width:760px;
background:#ffffff;
font-size:90%;
text-align:center;
border-top:1px dotted #666666;
}

div#foot ul{
margin: 10px 0px 10px 0px;
padding: 0px;
color: #333;
list-style-type:none;
text-align:center;
}

div#foot ul li{
margin: 0px;
padding:0px 5px;
border-right:1px #666666 solid;
color: #333;
display:inline;
}

div#foot ul li.home{
margin: 0px;
padding:0px 5px;
border-left:1px #666666 solid;
border-right:1px #666666 solid;
color: #333;
display:inline;
}

div#foot p{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
