@charset "utf-8";

/* summary ------------------
	1.	reset
	2.	base
	3.	font-size
	4.	grid
	5.	layout-style
	----module
	----ページトップへ
-------------------------- */

/* reset ----------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, q, strong, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

ol,ul {list-style: none;}

img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-color: transparent;
	vertical-align: middle;
}

:focus {outline: 0;}



/* base ----------------- */
body {
	color: #333;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro","Lucida Grande",sans-serif,Helvetica,Verdana;
	font-size: 13px;
	*font-size: 81.25%;
	line-height: 1.2em;
}

a:link{color:#073e6b;text-decoration:underline;}
a:visited{color:#800080;text-decoration:underline;}
a:hover{color:#287acc;text-decoration:none;}
a:active{color:#287acc;text-decoration:none;}

a:link img,
a:visited img{
	text-decoration:none;
}

/* font-style ----------------- */

.conbody h2{
	font-size: 123%;
}
.conbody h3.h3Ttl{
	font-size: 115%;
}
.conbody h4{
	font-size: 104%;
}
.pagetop,
.sTxt {
	font-size: 84%;
}

/* grid ----------------- */
.wrapper {
	width: 100%;
	background: #ffffff url(../images/frame/bg_body_02.gif) 50% 0 no-repeat;
}
.conbody {
	clear:both;
	width:800px;
	padding: 0 10px;
	margin:0px auto;
	background-color:#fff;
}
.conbody2 {
	clear:both;
	width:954px;
	margin:0px auto;
	background-color:#fff;
}


/* layout-style ----------------- */

/* module----- */

/* 汎用スタイル */

.align-right{
	text-align: right;
}
.align-left{
	text-align :left;
}
.align-center{
	text-align: center;
}

/* heading */
.conbody div.h2Ttl,
.conbody div.contentTtl {
	min-height: 31px;
	_height: 31px;
	margin: 0 0 16px 0;
	padding-left: 18px;
	padding-right: 10px;
	border: 1px solid #d7d7d7;
	background: url(../images/frame/bg_h2_01.gif) left center no-repeat;
	line-height: 31px;
}
.conbody div.h2TtlStep,
.conbody div.contentTtlStep {
	min-height: 31px;
	_height: 31px;
	margin: 0 0;
	padding-left: 18px;
	padding-right: 10px;
	border: 1px solid #d7d7d7;
	background: url(../images/frame/bg_h2_01.gif) left center no-repeat;
	line-height: 31px;
}
.conbody h2{
	color: #0b017b;
}

.conbody h3.h3Ttl{
	clear: both;
	margin-top: 16px;
	margin-bottom: 6px;
	padding: 5px 10px 4px 14px;
	border-bottom: 1px solid #999999;
	background: url(../images/frame/bg_h3_01.gif) left bottom no-repeat;
	color: #26478e;
}

.conbody h4{
	margin-top: 16px;
	margin-bottom: 8px;
	padding: 0 3px 2px 3px;
	border-bottom: 1px dotted #000;
}

/* link-list */
.conbody ul.link-list-01,
.conbody ul.link-list-02{
	padding-top: 3px;
}
.conbody ul.link-list-01 li,
.conbody ul.link-list-02 li{
	margin: 3px 0;
	padding-left: 10px;
	background: url(images/arr_n.gif) 2px 0.5em no-repeat;
}
.conbody ul.link-list-01 li img,
.conbody ul.link-list-02 li img{
	vertical-align: middle;
}
.conbody ul.link-list-02{
	overflow: hidden;
	_position: relative;
	_zoom: 1;
}
.conbody ul.link-list-02 li{
	float: left;
	margin-right: 10px;
}

.conbody span.link-list-03{
	padding-left: 10px;
	background: url(images/arr_n.gif) 2px 0.35em no-repeat;
}
.conbody span.link-list-04{
	padding-left: 12px;
	background: url(images/arr_en.gif) 2px 0.35em no-repeat;
}

.conbody ul.inline-link-list{
	overflow: hidden;
}
.conbody ul.inline-link-list li{
	display: block;
	float: left;
	padding-left: 5px;
	padding-right:5px;
	background: url(../images/frame/devider_ccc.gif) left 50% no-repeat;
}
.conbody ul.inline-link-list li.first-child{
	padding-left: 0;
	background: none;
}

.conbody ul.image-list-01{
	overflow: hidden;
}
.conbody ul.image-list-01 li{
	float: left;
	margin-left: 15px;
}
.conbody ul.image-list-01 li.first-child{
	margin-left: 0;
}

a.linkArr  {
	background: url(images/arr_n.gif) left center no-repeat;
	padding-left:10px;
}
a.linkArr_det  {
	background: url(images/arr_n.gif) left center no-repeat;
	padding-left:7px;
}

/* ページトップへ----- */
.pagetop {
	clear:both;
	text-align:right;
	margin-bottom:20px;
}
.pagetop a {
	background: url(images/arr_ptop.gif) left center no-repeat;
	padding:2px 0 2px 16px;
}

/* その他common style */

.conbody div.error-message{
	_height: 400px;
	min-height: 400px;
	margin-bottom: 15px;
	border: 1px solid #d7d7d7;
	text-align: center;
}

.conbody div.error-message p{
	padding-top: 150px;
}

.conbody div.error-message2{
	min-height: 100px;
	margin-bottom: 5px;
	border: 1px solid #d7d7d7;
	text-align: center;
	padding-top: 40px;
}
.error-message2_main{
	font-weight: bold;
	margin-bottom: 5px;
}

/* deprecated */
.btLink {cursor:pointer}

.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}

.btm5 {margin-bottom:5px;}
.btm10 {margin-bottom:10px;}
.btm15 {margin-bottom:15px;}
.btm20 {margin-bottom:20px;}
.btm30 {margin-bottom:30px;}

.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}

.pbtm5 {padding-bottom:5px;}
.pbtm10 {padding-bottom:10px;}
.pbtm15 {padding-bottom:15px;}

.ml10 {margin-left:10px;}

.crAll {clear:both;}

.bfont {font-weight:bold}










/* 081127追加 */

/* コピーガード */
/* 物件詳細　写真サイズ大用 */
div.guard256{
    position:relative;
    width:256px;
}

* html div.guard256{
		height:200px;
		}

/* 物件詳細　サムネイル写真用 */
div.guard48{
    position:relative;
    width:48px;
}

span.pic{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-image:url(../../images/spacer.gif);
	cursor:pointer;
}

/* //081127追加 */

