@charset "utf-8";


/*全頁共通基本指定
=========================================================================*/

*{ margin: 0; padding: 0; }

body { background: #fff; font-family: "ＭＳ ゴシック",sans-serif; letter-spacing: 0px; text-align: center;}


h1 img,h2 img,h3 img,h4 img,h5 img,h6 img,p img{ display: block; }
p,li,address,dt,dd{ font: .80em/1.6 "ＭＳ ゴシック",sans-serif; color: #000000; }
ul,dl,ol{ list-style: none; }
table{ border-collapse: collapse; }
td{ vertical-align: top; }
img{ border: 0; vertical-align: bottom; }
sup{ vertical-align: top; font-size: .85em; }
sub{ vertical-align: bottom; font-size: .95em; }

/*リンクの設定*/
a:link{ text-decoration: underline; color: #30510c; }
a:visited{ text-decoration: underline; color: #545c4b; }
a:hover{ text-decoration: none; color: #85b750; }
a:active{ text-decoration: underline; color: #d9762b; }

/*IE6でもa要素以外のタグにhoverを効かせる*/
* html body { behavior:url("[ここに絶対パスを記述]/css/csshover.htc"); }

/*署名など*/
.sign{ }

#head, #wrap, #navG, #cont, #side, #foot {
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}


/*ページトップボタン*/
/*#pagetop{ height: 100%; padding: 27px 26px 8px 0; font: 0/0 ""; }
#pagetop:after{ content: ""; clear: both; display: block; }
#pagetop a{ width: 109px; height: 11px; display: block; float: right; }


h1.img,h2.img,h3.img,h4.img,h5.img,h6.img,p.img,li.img,
h1.img01,h2.img01,h3.img01,h4.img01,h5.img01,h6.img01,p.img02,li.img01,
h1.img02,h2.img02,h3.img02,h4.img02,h5.img02,h6.img02,p.img02,li.img02,
h1.img03,h2.img03,h3.img03,h4.img03,h5.img03,h6.img03,p.img03,li.img03,
h1.img04,h2.img04,h3.img04,h4.img04,h5.img04,h6.img04,p.img04,li.img04,
h1.img05,h2.img05,h3.img05,h4.img05,h5.img05,h6.img05,p.img05,li.img05{ font: 0/0 ""; }*/


/*ボックス共通指定*/
.b1,
.b2,
.b3,
.b4,
.b5{ clear: both; }

/*カラム用*/
.bA,
.bB,
.bC,
.bD,
.bE{ float: left; display: inline; }


/*パンくずリスト*/
#topicPath{
}

#topicPath li{
font-size: .70em;
line-height: 1.1;
letter-spacing: 1px;
display: inline;
}



/*ラッパーの指定
=========================================================================*/

#wrap{
	width: 100%;
	margin: 0px;
	padding: 0px;
}


/*ヘッダーの指定
=========================================================================*/

#head{
	width: 960px;
	height: 128px;
	padding: 0px;
	margin-top: 16px;
}


/*#head div{
	width: 816px;
	margin: 0 auto 0 auto;
}*/

#head h1{
	/*margin: 15px auto 10px auto;*/
	float: left; display: inline;
}
		/*#head p.img01{
		margin: 15px 0 10px 0;
		float: left; display: inline;
		} */
		
		#head p.text01 {
		float: right; display: inline;
		text-align: right;
		letter-spacing: 0;
		font-family: "";
		margin: 0px;
		font-size: .65em;
		}
		
		#head .head_b1 {
		margin-top: 13px;
		float: right; display: inline;
		}

		#head .head_b1 img {
		padding-left: 5px;
		}
		
/*グローバルナビゲーションの指定
=========================================================================*/

#navG{
	width: 960px;
	padding: 0;
	height: 54px;
	clear: both;
}

#navG ul{
	margin: 0 auto 0 auto;
}

#navG li{
	margin: 0;
	float: left; display: inline;
}




/*ローカルナビゲーションの指定
=========================================================================*/

#navL{}


/*コンテンツエリアの指定
=========================================================================*/
#cont{
	width: 960px;
	text-align: center;
}


/*メインエリアの指定
=========================================================================*/

#main{
	width: 626px;
	float: left; display: inline;
}



/*--------------------------------------------------
　お気軽にご相談！！
--------------------------------------------------*/

#main #inquiry_img {
	width: 626px;
	margin-top: 20px;
}



/*サイドエリアの指定
=========================================================================*/

#side{
	width: 305px;
	float: right; display: inline;
	margin-top: 60px;
}

		/*バナーエリア*/
		#side #banner{
		/*width: 186px;*/
		position: relative; top: -4px; margin-bottom: -4px;
		}
		
		#side #banner li{
		margin: 4px 0 0 0;
		}

		/*スタッフのおすすめ*/
		#side #recommend {
		width: 303px;
		background: url(../images/common/side/osusume_bg.gif);
		margin: 0px 0px 20px 0px ;
		border-right: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
		border-left: 1px solid #d7d7d7;
		}	
		
		#side #recommend ul {
		margin: 0;
		}
		
		#side #recommend ul li {
		width: 280px;
		margin: 0px;
		padding: 10px;
		border-bottom: 2px dotted #eee;
		float: left;
		display: inline;
		}
		
		#side #recommend ul li p.img01{
/*		width: 120px;*/
		height: 93px;
		padding: 0 3px 0 0;
		background: url(../images/common/side/osusume_img.gif) no-repeat center top;
		display: inline;
		float: left;
		}
		
		#side #recommend ul li p.img01 img{
		margin: 5px 0 0 5px;	
		border: solid 1px #FFFFFF;
		}
		
		#side #recommend ul li h3{
		margin: 4px 0 0 0;
		font-size: 1em;
		font-weight: normal;
		margin: 0px;
/*		float: left;*/
		display: inline;
		}
		
		#side #recommend ul li h3 a{
		padding: 0 0 0 11px;
		color: #f18e00;
		}

		#side #recommend ul li ul{
		margin: 2px 0 0 0;
		width: 150px;
		text-align: left;
		float: left; display: inline;
		}

		#side #recommend ul li ul li{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border: none;
		font-size: .90em;
		line-height: 1.2;
		}
		
		#side .osusume {
		margin: 20px 0px 0px 0px;
		padding: 0px;
		}
		
		#side #recommend ul li ul li.area {
		background: url(../images/common/parts/area.gif) no-repeat 0 3px;
		padding: 3px 0 3px 30px;
		margin: 0 0 0 10px;
		width: 100px;
		}

		#side #recommend ul li ul li.price {
		background: url(../images/common/parts/price.gif) no-repeat 0 3px;
		padding: 3px 0 3px 30px;
		margin: 0 0 0 10px;
		width: 100px;
		}


/*新しいアイコン*/

		#side #recommend ul li ul li.n_area {
		background: url(../images/common/parts/n_area.gif) no-repeat 0 3px;
		padding: 3px 0 3px 50px;
		margin: 0 0 0 10px;
		width: 100px;
		}

		#side #recommend ul li ul li.n_price {
		background: url(../images/common/parts/n_price.gif) no-repeat 0 3px;
		padding: 3px 0 3px 50px;
		margin: 0 0 0 10px;
		width: 100px;
		}

		#side #recommend ul li ul li.area_building {
		background: url(../images/common/parts/area_building.gif) no-repeat 0 3px;
		padding: 3px 0 3px 50px;
		margin: 0 0 0 10px;
		width: 100px;
		}

		#side #recommend ul li ul li.land_area {
		background: url(../images/common/parts/land_area.gif) no-repeat 0 3px;
		padding: 3px 0 3px 50px;
		margin: 0 0 0 10px;
		width: 100px;
		}


		/*テキスト文*/
#side .text{
	font-size:0.8em;
	color:#151515;
	margin:4px 0;
	padding:12px;
}

#side .text_link{
	font-size:0.8em;
	color:#151515;
	margin:0 0 24px 0;
	padding:0 12px 12px 12px;
	text-align:right;
}

	
        /*アクセスマップ*/
		#side #side_access {
		width: 305px;
		margin-top: 20px;
		}
		
		#side #side_access p {
		margin: 20px auto 20px auto;
		padding: 0 0 0 15px;
		
		}
	    #side #side_access .side_map {
		margin: 20px 14px 0px 14px;
		}	
		



		/*clearfix*/
		.clear:after {  
     	content: ".";  
     	display: block;  
     	visibility: hidden;  
     	height: 0.1px;  
     	font-size: 0.1em;  
     	line-height: 0;  
     	clear: both;  
		} 
		
		/*clearfix ie7*/
		.clear {  
		display: inline-block;
   		}  
		
		/*ログインエリア
		#login h2{
		font-size: .75em;
		margin: 8px 0 0 0;
		padding: 0 4px 0 4px;
		border-left: 4px solid #10587d;
		color: #10587d;
		}
		#login p.sub{
		font-size: .65em;
		margin: 4px 4px 0 4px;
		letter-spacing: 1px;
		line-height: 1.4;
		color: #10587d;
		}
		#login form{
		width: 184px;
		margin: 4px 0 0 0;
		padding: 0 0 8px 0;
		border: 1px solid #9ac3d8;
		background: #f3f8fb;
		}
		#login form p{
		font-size: .75em;
		padding: 4px 8px 0 8px;
		}
		#login form p input{
		width: 158px;
		display: block;
		padding: 2px;
		border: 1px solid #9ac3d8;
		}
		#login input.btn{
		width: 80px;
		height: 24px;
		margin: 8px auto 0 auto;
		display: block;
		line-height: 1.1;
		}*/



		/*ログイン中エリア*/
		/*#login_now h2{
		font-size: .75em;
		margin: 8px 0 0 0;
		padding: 0 4px 0 4px;
		border-left: 4px solid #7d3410;
		color: #7d3410;
		}
		#login_now p.sub{
		font-size: .65em;
		margin: 4px 4px 0 4px;
		letter-spacing: 1px;
		line-height: 1.4;
		color: #7d3410;
		}
		#login_now form{
		width: 184px;
		margin: 4px 0 0 0;
		padding: 0 0 8px 0;
		border: 1px solid #d9af9a;
		background: #faf5f2;
		}
		#login_now form p{
		font-size: .75em;
		padding: 4px 8px 0 8px;
		}
		#login_now input.btn{
		width: 163px;
		height: 24px;
		margin: 8px auto 0 auto;
		display: block;
		line-height: 1.1em;
		}*/
		
		



		/*会社案内エリア*/
		#side p.img02{
		margin: 16px 0 0 0;
		}

		/*100507水野追加メール配信の案内
	#side #mail{
	text-align:center;
	background:url(../images/common/side/mail_bg.jpg) no-repeat 0 0;
	height:101px;
	padding:120px 0 0 0;
	}

	#side #mail span{
	font-size:0.8em;
}

	#side #mail img{
	margin:10px 0 0 0;
}*/

		/*100528水野追加メール配信の案内QRコード付
	#side #mail3{
	text-align:center;
	background:url(../images/common/side/mail_bg2.jpg) no-repeat 0 0;
	height:213px;
	padding:120px 0 0 0;
	margin:0 0 20px 0;
	}

	#side #mail3 #center{
	text-align:center;
}

	#side #mail3 img{
	margin:10px 0 0 0;
}

	#side #mail3 .qr{
	font-size:0.7em;
	text-align:left;
	margin:48px 20px 0 100px;
	line-height:1.4em;
}

	#side #mail3 .qr strong{
	color:#44770E;
}

*/
		/*101016水野追加メール配信の案内QRコード付firefox用修正*/
	#side #mail4{
	text-align:center;
	background:url(../images/common/side/mail_bg2.jpg) no-repeat 0 0;
	height:213px;
	padding:120px 0 0 0;
	margin:0 0 20px 0;
	position:relative;
	}

	#side #mail4 #center{
	text-align:center;
}

	#side #mail4 img{
	margin:10px 0 0 0;
}

	#side #mail4 .qr{
	font-size:0.7em;
	text-align:left;
	position:absolute;
	line-height:1.4em;
	width:185px;
	top:250px;
	left:100px;
}

	#side #mail4 .qr strong{
	color:#44770E;
}


/*フッターの指定
=========================================================================*/

#foot{
width: 100%;
height: 234px;
margin: 60px 0 0 0;
padding:0;
background:url(../images/common/footer/foot_bg.gif) repeat-x left bottom;
}

#foot .top_bt {
	width: 960px;
	margin:  0 auto 0 auto;
	padding: 0px;
	/*clear: both;*/
	height: 39px;
}

#foot .top_bt img {
	float: right;
}

#foot .foot_cont {
	width: 960px;
	clear: both;
	margin: 0px auto 0 auto;
	padding-top: 20px;
}

#foot ul{
float: left;
display: inline;
width: 960px;
margin-top: 10px;
}

#foot ul li{
margin: 0 0 0 10px;
float: left; display: inline;
font-size: .70em;
}

#foot .foot_add {
padding-top: 20px;
float: left;
display: inline;
}

#foot .add_txt {
margin: 43px 0 0;
float: left;
display: inline;
font-size: .75em;
}

#foot ul li.link01 a,
#foot ul li.link02 a{
padding: 0 0 0 16px;
text-decoration: underline;
}


#foot p{
margin: 43px 0 0;
padding: 0px;
float: right;
display: inline;
font-size: .75em;
}

/*float解除hack
=========================================================================*/

#wrap:after,
#head:after,
#navG:after,
#navH:after,
#navL:after,
#cont:after,
#foot:after,
.b1:after,
.b2:after,
.b3:after,
.b4:after,
.b5:after{ content: ""; clear: both; display: block; }





