@charset "Shift-JIS";
@import url(css/index.css);/*index.html*/
@import url(serch/lookfor.css);/*lookfor.html*/
@import url(css/flow.css);/*flow.htmlとagency.html*/
@import url(css/saleqa.css);/*sale.htmlとqa.html*/
@import url(css/profile.css);/*profile.html*/
@import url(house/houseland.css);/*house.htmlとland.html*/

/*ブラウザスタイルの初期化*/

body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",san-serif;
}

/*font-size初期化*/

body {
	font-size: 10px;
	_font-size: 62.5%;/*IE6向け*/
}
img{
	border: 0;
}
/*table設定*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*clearfix*/
/*height0.1px font-size0.1em追加*/

.clearfix:after, div:after {
    content: "."; 
    display: block; 
	height: 0.1px;  
	font-size: 0.1em;  
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/**** body ****/
body{
	background: url(img/bodyBg.gif);
	color: #333333;
}
/**** wrapper ****/
#wrapper{
	width: 900px;
	margin: 0 auto;
	background: url(img/wrapBg.jpg) repeat-y;
}
/**** container ****/
#container{
	width: 800px;
	margin: 0 50px;
}
/**** header ****/
#header{
	width: 800px;
	height: 382px;
	background: url(img/header.jpg) no-repeat;
	display: block;
}
/**** navigation ****/
#nav{
	width: 800px;
	height: 40px;
	background: url(img/navBg.jpg) no-repeat top left;
	display: block;
}
#nav ul{
	margin: 0 48px 0 50px;
}
#nav ul li{
	width: 114px;
	height: 38px;
	padding: 2px 3px 0 0;
	float: left;
	list-style-type: none;
}
#nav ul li img{
	vertical-align: bottom;
}
/**** main ****/
#main{
	width: 800px;
	background: url(img/mainBg.jpg) repeat-y;
	border-top: 1px solid #CCCCCC;
}
/**** right ****/
#right{
	width: 596px;
	float: right;
}
div.line{
	width: 580px;
	margin: 14px 0 10px 7px;
	border-bottom: 2px solid #000099;
}
h3{
	width: 560px;
	height: 35px;
	padding: 10px 0 10px 20px;
	margin: 20px 0 10px 7px;
	color: #2472A6;
	background: url(img/h3Bg.jpg) no-repeat;
	font-size: 1.6em;
}
h4{
	width: 580px;
	margin: 15px 0 15px 7px;
}
div.navBottom{
	width: 580px;
	margin: 0 0 10px 7px;
	background-color: #88B1FF;
	color: #FFFFFF;
}
div.navBottom ul{
	padding: 0 0 0 90px;
	margin: 0;
}
div.navBottom ul li{
	padding: 0 3px;
	margin: 3px 0 5px 0;
	list-style-type: none;
	float: left;
	border-right: 1px solid #FFFFFF;
	line-height: 150%;
	letter-spacing: 0.2em;
}
div.navBottom ul li.noLine{
	border: 0;
}
div.navBottom ul li a{
	color: #FFFFFF;
	text-decoration: none;
}
div.navBottom ul li a:hover{
	text-decoration: underline;
}
/**** left ****/
#left{
	width: 204px;
	float: left;
}
div#left ul{
	padding: 20px 0 0 29px;
}
div#left ul li{
	margin: 0 0 10px;
	list-style-type: none;
}
div#left ul li img{
	margin: 0;
}
div#left img.bunner{
	margin: 20px 2px;
}
div.serch{
	width: 185px;
	margin: 15px 0 20px 8px;
}
div.serchHead{
	width: 185px;
	height: 45px;
	background: url(img/serch-head.jpg) no-repeat top;
}
div.serchMid{
	width: 183px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
div.serchMid iframe{
	border: 0px;
	margin: 0;
	padding: 0;
}
div.serchBot{
	width: 185px;
	height: 30px;
	background: url(img/serch-bottom.jpg) no-repeat top;
}
div.serchBot p{
	padding: 10px 5px 0 0;
	text-align: right;
}
div.serchBot a{
	color: #0000FF;
	text-decoration: none;
}
div.serchBot a:hover{
	text-decoration: underline;
}
#left img{
	margin: 0 0 10px 3px;
}
/**** footer ****/
#footer{
	width: 800px;
	clear: both;
}
div.name{
	width: 785px;
	height: 95px;
	padding: 18px 15px 0 0; 
	background: url(img/footerBg.jpg) repeat-x left bottom;
}
div.name p{
	color: #666666;
	text-align: right;
}
p.company{
	font-size: 2.0em;
	font-weight: bold;
}
div.copywright{
	width: 800px;
	height: 17px;
	background: url(img/copywright.jpg) no-repeat;
