@charset "utf-8";
/*--------------------------------------------------------------------
guideline:since:writer:last_editday:last_editor:
--------------------------------------------------------------------*/


/*--------------------------------------------------------------------*/
/*cssの初期化*/
/*--------------------------------------------------------------------*/
html, body{
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr{
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
table, caption, th, td{
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub, sup, q, br, ins, del, a, img, object, iframe{
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

/*縮小して印刷CSS　zoomを調整してください*/
@media print {
* html body{
	zoom: 70%;
}
}
/*--------------------------------------------------------------------*/
/*タグの基本設定*/
/*--------------------------------------------------------------------*/

h1 {
}
a{
	outline: none;
	color: #333333;
	text-decoration: underline;
}
a:hover{
	color: #666666;
	text-decoration: none;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
div.clear{
	clear: both;
}
hr{
	display: none;
}
ul{
	list-style: none;
}
/*--------------------------------------------------------------------*/
/*枠基本スタイル*/
/*--------------------------------------------------------------------*/
body{
	font-size: small;
	color: #454545;
}
div#container{
	background : url(body_back.gif) center top / auto auto repeat scroll padding-box border-box transparent;
	min-width: 980px;
}
div#wrapper{
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	zoom: 1;
}
div#wrapper::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
* html div#wrapper{
	width: 980px;
	float: left;
}
div#main{
	clear: both;
	padding-top: 40px;
	width: 980px;
	line-height: 2.2;
	margin-bottom: 35px;
}
h2{
	margin-bottom:25px;
}
h3{
	display: block;
	padding:5px 15px;
	font-size: 110%;
	font-weight:bold;
	color: #fff;
	background: #3c200d;
}
h3.line{
	display: block;
	padding: 10px 0 5px 0;
	margin-bottom: 15px;
	font-size: 130%;
	font-weight:bold;
	color: #272727;
	background : url(h3.png) center bottom / auto auto no-repeat scroll padding-box border-box transparent;
}
div.section{
	background:#fff;
	padding:0 30px 30px 30px;
	margin-bottom:40px;
}
div.section::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
div.section2{
	background:#fff;
	padding:15px;
	margin-bottom:40px;
}
div.section2::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
div.section2 table{
	float:left;
	width:50%;
	border-collapse: separate;
}
div.section2 table th{
	background:#e9e9e9;
	border: solid 1px #e9e9e9;
	text-align:left;
	padding:2px 10px;
	width:20%;
}
div.section2 table td{
	background:#fff;
	border: solid 1px #e9e9e9;
	padding:2px 10px;
}
div.section3{
	margin-bottom:80px;
}
div.section3::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

div#sell div.section4{
	background:#907447;
	margin-bottom:40px;
	padding-bottom: 30px;
}

div#sell div.section4 dl{
	background:#fff;
	margin:0 0 20px 50px;
	padding:0;
	width: 880px;
}
div#sell div.section4 dl::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
div#sell div.section4 dl dt{
	float:left;
	width:340px;
	margin:0;
	padding:0;
	line-height:0;
}
div#sell div.section4 dl dt img{
	margin:0;
	padding:0;
	vertical-align:baseline;
}
div#sell div.section4 dl dd{
	float:left;
	width:520px;
	background:#fff;
	display:block;
	padding:20px 0 0 20px;
}

div#sell div.section4::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/*--------------------------------------------------------------------*/
/*パンくずリスト*/
/*--------------------------------------------------------------------*/
div#main div#crumbs{
	width: 715px;
	margin: 0 0 0 0;
	font-size: x-small;
	color: #727272;
	text-align: right;
}
div#main div#crumbs a{
	color: #727272;
	text-decoration: none;
}
div#main div#crumbs a:hover{
	text-decoration: underline;
}
/*--------------------------------------------------------------------*/
/*ヘッダー*/
/*--------------------------------------------------------------------*/


div#header_index{
	position: relative;
	clear: both;
	padding: 0;
	width: 980px;
	margin: 0 auto;
	z-index: 0;
}
#header_index::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
div#header_index h1{
	position: absolute;
	top: 23px;
	right: 20px;
}
div#header_index div#global{
	position: absolute;
	top: 416px;
}
div#global li{
	float: left;
}
div#global::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}


div#header{
	position: relative;
	clear: both;
	padding: 0;
	width: 980px;
	margin: 0 auto;
	z-index: 0;
	min-height:97px;
	background : url(header_bg2.png) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
}
div#header::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
div#header h1{
	position: absolute;
	top: 10px;
	right: 20px;
}
div#header div#global{
	position: absolute;
	top: 97px;
}

/*--------------------------------------------------------------------*/
/*フッター*/
/*--------------------------------------------------------------------*/
div#footer{
	clear: both;
	margin: 0 auto;
	min-height: 43px;
	min-width: 980px;
	zoom: 1;
	overflow: hidden;
}
div#footer::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
div#footer02{
	margin: 0 auto;
	width: 980px;
}
div#contact_footer02 p.footer_logo{
	float: left;
	width: 251px;
	height: 38px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background : url(footer_logo.gif) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
	margin-left:-25px;
}
div#contact_footer02 p.footer_address{
	float: left;
	width: 540px;
	padding-top: 36px;
}
/*コピーライト*/
div#footer address{
	padding: 15px 0;
	width: 980px;
	text-align: center;
	color: #fff;
	font-size: 80%;
}
div#contact_footer03{
	clear: both;
	color: #ffffff;
	min-width: 980px;
	background : url(footer_bg.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}
div#contact_footer03::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
div#contact_footer{
	padding:60px 0 30px 0;
	background : url(line.png) center bottom / auto auto repeat-x scroll padding-box border-box transparent;
	text-align:right;
}
div#contact_footer ul{
	padding:0;
	width: 980px;
	margin:0 auto;
}
div#contact_footer ul li{
	float:right;
	color: #ffffff;
	display: inline;
	font-size:80%;
	letter-spacing:0.1em;
}
div#contact_footer ul li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 100%;
	margin-left:14px;
	padding: 0 5px 0 10px;
	background : url(burette.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
}
div#contact_footer ul li a:hover{
	text-decoration: underline;
}
div#contact_footer02{
	width: 980px;
	margin: 0 auto;
	padding:30px 0 60px 0;
}
div#contact_footer02::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
div#contact_footer02 div#footerLink{
	float: right;
	width: 283px;
}
div#contact_footer02 div#footerLink a{
	width: 283px;
	height: 44px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#contact_footer02 div#footerLink p.footer_tel{
	width: 279px;
	height: 69px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin-right:36px;
	background : url(footer_tel.gif) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}
/*--------------------------------------------------------------------*/
/*前のページの戻る＆ページの先頭に戻る*/
/*--------------------------------------------------------------------*/
div.HistoryBack{
	clear: both;
	width: 149px;
	margin: 10px 0 10px 566px;
	padding-top: 35px;
	zoom: 1;
}
div.HistoryBack::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
div.HistoryBack div.Return{
	float: left;
	width: 57px;
	height: 20px;
	margin-right: 10px;
	background : url(../images/return_png.gif) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
}
div.HistoryBack div.Return a{
	width: 57px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background : url(../images/return.png) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
}
div.HistoryBack div.Return a:hover{
	background : url(../images/return_on.png) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
}
div.HistoryBack div.GoUp{
	float: left;
	width: 82px;
	height: 20px;
	background : url(../images/goup_on.png) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
}
div.HistoryBack div.GoUp a{
	width: 82px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background : url(../images/goup.png) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
}
div.HistoryBack div.GoUp a:hover{
	background : url(../images/goup_on.png) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
}
div.page{
	clear: both;
}
div#nextBack{
	clear: both;
}
/*--------------------------------------------------------------------*/
/*お問い合わせフォーム　otoiawase.php*/
/*--------------------------------------------------------------------*/
div#Otoiawase{
	width: 980px;
	margin: 0;
}
div#Otoiawase table{
	clear: both;
	border-collapse: separate;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 20px;
}
div#Otoiawase table th{
	padding: 3px 10px;
	width: 25%;
	background-color:#6fa827;
	border:solid 1px #e6e6e6;
	text-align: left;
	color: #fff;
}
div#Otoiawase table td{
	padding: 5px 10px;
	width: 75%;
	border:solid 1px #e6e6e6;
	background: #FFF;
}
div#Otoiawase table td textarea{
	width: 600px;
	height: 200px;
}
div#Otoiawase table td.submit{
	padding: 5px;
	text-align: center;
	border: none;
	background: none;
}
input#tel01, input#tel02, input#tel03{
	width: 60px;
}
/*--------------------------------------------------------------------*/
/*index.html*/
/*--------------------------------------------------------------------*/

div#mainImg{
	width: 980px;
}
p.mainImg{
	margin: 0;
	padding: 0;
}
div.slideshow{
	height: 416px;
	z-index: -5;
}
div#index{
	margin-top: 20px;
}
div#index h3{
	margin: 0;
	background: none;
}
div#index div#index01{
	clear: both;
	margin-bottom: 25px;
}
div#index div#index02{
	clear: both;
	margin-bottom: 25px;
}
div#index div#index01 p{
	padding: 8px;
}
div#left{
	width: 338px;
	padding: 0 0 15px 0;
	float: left;
	margin-bottom: 40px;
}
div#left div#left01{
	width: 330px;
	margin: 0 0 20px 0;
	background: #fff;
}
div#left h3{
	width: 330px;
	background: none;
	padding: 0;
	margin: 0;
}
div#left div#left01 div#left01Inner{
	overflow: auto;
	overflow-x: hidden;
	height: 200px;
	width: 300px;
	clear: both;
	padding: 0 15px 5px 15px;
}
div#left div#left01 dl::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	zoom: 1;
}
div#left div#left01 dl dt{
	width: 280px;
	color: #c7b0a0;
	font-weight: bold;
	line-height: 1.5;
}
div#left div#left01 dl dd{
	width: 280px;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
div#left div#creditfooter{
	display: none;
}
div#left div#left01 ul::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	zoom: 1;
}
div#left div#left01 ul li p{
	width: 330px;
	color: #c7b0a0;
	font-weight: bold;
}
div#left div#left01 ul li span{
	width: 330px;
}
div#left div#left01 ul li{
	border-bottom: dotted 1px #dbdbdb;
}
div#left div#left02{
	margin: 0 0 20px -4px;
}
div#left div#left02 ul{
	font-size: 0;
	line-height: 0;
	margin: 0 0 15px 0;
}
div#left div#left02 ul li{
	margin: 0 0 10px 0;
}
div#left div#left03 {
}
div#left div#left03 h3{
	margin-bottom: 10px;
}
div#left div#left03 ul{
	font-size: 0;
	line-height: 0;
	margin: 0 -26px 15px 0;
}
div#left div#left03 ul li{
	margin: 0 14px 10px 0;
	float: left;
}
div#right{
	width: 600px;
	padding: 15px 0;
	float: right;
	background: #fff;
	margin-bottom: 40px;
}
div#right::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	zoom: 1;
}
div#right h3{
	padding: 0;
	margin: 0;
	background: none;
	width: 600px;
}
div#right div#right01{
	padding: 15px 20px;
}
div#right div#right01 h4{
	font-size: large;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 13px;
}
div#right div#right01 h4{
	font-size: large;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 13px;
}
div#right div#right01 span.kakaku{
	font-weight: bold;
	font-size: 180%;
	color: #214870;
}
div#right div#right01 p{
	padding-bottom: 15px;
}
div.half div.left{
	float: left;
}
div.half table{
	float: right;
	width: 265px;
	margin-right: 5px;
}
div.half table td{
	padding: 3px;
}
div#index01{
	margin-top: 40px;
	clear: both;
	background: #fff;
}
div#index01::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	zoom: 1;
}
div#index01 dl{
	float: left;
	width: 470px;
	padding: 8px 0;
	border-bottom: dotted 1px #dbdbdb;
	margin-left: 15px;
}
div#index01 dt{
	float: left;
	width: 218px;
}
div#index01 dt img{
	width: 218px;
}
div#index01 dd{
	float: right;
	width: 230px;
	margin-top: 10px;
}
div#index01 dd span{
	font-weight: bold;
	font-size: 120%;
	line-height: 1.5;
}
div#index01 dd span.kakaku{
	font-weight: bold;
	font-size: 180%;
	color: #214870;
}



/*--------------------------------------------------------------------*/
/*buy.html*/
/*--------------------------------------------------------------------*/


div#buy div#section::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
div#buy div#section{
	padding-bottom:30px;
}
div#buy div.buy_r{
	float:right;
	width:35%;
	text-align:center;
}
div#buy div.buy_r img{
	width:300px;
	padding-bottom:5px;
}
div#buy div.buy_l{
	float:left;
	width:60%;
	background:#e6e6e6;
	padding:10px;
}
.btn{
	padding-bottom:5px;
}
.btn a{
	display:block;
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 1px solid #DDD;
	color:#FFF;
	display:block;
	width:60%;
	text-align:center;
	text-decoration:none;
}
.btn a:hover{
	text-decoration:underline;
}
div#buy div.buy_l dl{
	margin:10px 0;
}
div#buy div.buy_l dt{
	display:block;
	background:#ded9a5;
	padding:3px 10px;
	text-align:center;
	float:left;
	margin-right:10px;
}
div#buy div.buy_l dd{
	display:block;
	color:#214870;
	font-weight:bold;
	font-size:120%;
	padding:3px 10px;
}
div#buy div.buy_l p span{
	font-size:50%;
	padding-left:5px;
}
div#buy div.buy_l li{
	padding-left:12px;
	background : url(dot.gif) 2px 13px / auto auto no-repeat scroll padding-box border-box transparent;
	margin-bottom:4px;
}
/*--------------------------------------------------------------------*/
/*詳細ページ
/*--------------------------------------------------------------------*/
div#buy_detail div.buy_detail_l{
	float:left;
	width:30%;
	padding-bottom:20px;
}
div#buy_detail div.buy_detail_l img{
	width:250px;
}
div#buy_detail div.buy_detail_r{
	float:left;
	width:70%;
	padding-bottom:20px;
}
div#buy_detail div.buy_detail_r dl{
	margin:10px 0;
}
div#buy_detail div.buy_detail_r dt{
	display:block;
	background:#ded9a5;
	padding:3px 10px;
	text-align:center;
	float:left;
	margin-right:10px;
}
div#buy_detail div.buy_detail_r dd{
	display:block;
	color:#214870;
	font-weight:bold;
	font-size:120%;
	padding:3px 10px;
}
div#buy_detail div.buy_detail_r p{
	color:#214870;
	font-weight:bold;
	font-size:250%;
}
div#buy_detail div.buy_detail_r p span{
	font-size:50%;
	padding-left:5px;
}
div#buy_detail div.buy_detail_r li{
	padding-left:20px;
	background : url(dot2.gif) 5px 12px / auto auto no-repeat scroll padding-box border-box transparent;
	margin-bottom:4px;
}
div.bukken{
	clear:both;
	background:#e6e6e6;
	padding-top:30px;
}
div.bukken::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	zoom: 1;
}

div.bukken ul{
    max-width: 920px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
div.bukken ul li{
	display:block;
	float:left;
	margin:0 20px 15px 20px;
	width:186px;
	list-style: none;
}


/*--------------------------------------------------------------------*/
/*rent.html*/
/*--------------------------------------------------------------------*/


div#rent div#section::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
div#rent div#section{
	padding-bottom:30px;
}
div#rent div.rent_r{
	float:right;
	width:35%;
	text-align:center;
}
div#rent div.rent_r img{
	width:300px;
	padding-bottom:5px;
}
div#rent div.rent_l{
	float:left;
	width:60%;
	background:#e6e6e6;
	padding:10px;
}
.btn{
	padding-bottom:5px;
}
.btn a{
	display:block;
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 1px solid #DDD;
	color:#FFF;
	display:block;
	width:60%;
	text-align:center;
	text-decoration:none;
}
.btn a:hover{
	text-decoration:underline;
}
div#rent div.rent_l dl{
	margin:10px 0;
}
div#rent div.rent_l dt{
	display:block;
	background:#ded9a5;
	padding:3px 10px;
	text-align:center;
	float:left;
	margin-right:10px;
}
div#rent div.rent_l dd{
	display:block;
	color:#214870;
	font-weight:bold;
	font-size:120%;
	padding:3px 10px;
}
div#rent div.rent_l p span{
	font-size:50%;
	padding-left:5px;
}
div#rent div.rent_l li{
	padding-left:12px;
	background : url(dot.gif) 2px 13px / auto auto no-repeat scroll padding-box border-box transparent;
	margin-bottom:4px;
}


/*--------------------------------------------------------------------*/
/*sell.html
/*--------------------------------------------------------------------*/
div#sell dl{
	background:#fff;
	margin:20px 0;
	padding:0;
}
div#sell dl::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
div#sell dl dt{
	float:left;
	width:340px;
	margin:0;
	padding:0;
	line-height:0;
}
div#sell dl dt img{
	margin:0;
	padding:0;
	vertical-align:baseline;
}
div#sell dl dd{
	float:left;
	width:620px;
	background:#fff;
	display:block;
	padding:20px 0 0 20px;
}
/*--------------------------------------------------------------------*/
/*property.html
/*--------------------------------------------------------------------*/
div#property dl{
	background:#fff;
	margin:20px 0;
	padding:0;
}
div#property dl::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
div#property dl dt{
	float:left;
	width:340px;
	margin:0;
	padding:0;
	line-height:0;
}
div#property dl dt img{
	margin:0;
	padding:0;
	vertical-align:baseline;
}
div#property dl dd{
	float:left;
	width:620px;
	background:#fff;
	display:block;
	padding:20px 0 0 20px;
}


/*--------------------------------------------------------------------*/
/*company.html
/*--------------------------------------------------------------------*/
div#company table{
	border-collapse:separate;
	width:100%;
	margin:0 auto;
}
div#company table th{
	background:#f2f2f2;
	border:solid 1px #e6e6e6;
	padding:3px 10px;
	text-align:left
;
}
div#company table td{
	background:#fff;
	border:solid 1px #e6e6e6;
	padding:3px 10px;
	text-align:left
;
}
div#company p{
	line-height:1.6em;
}