@charset "utf-8";

/* -----------------------------------------------------------------------------
**
** 不動産なび basic CSS
**
----------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------
** basic
----------------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
	font-size: 10px;
	background: url(../img/bg.jpg) no-repeat top center;
	}
* html body {
	font-size: 62.5%;
	}
*:first-child+html body {
	font-size: 62.5%;
	}
div,p,ol,ul,li,h1,h2,h3,h4,h5,h6,dl,dt,dd,form,th,td,caption {
	margin: 0;
	padding: 0;
	}
input {
	margin-top: 0;
	}
img {
	border: 0;
	vertical-align: bottom;
	}
ul li,
ol li {
	list-style: none;
	}
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
	font-size: 100%;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
th {
	font-weight: normal;
	text-align: left;
	}
sub, sup {
	vertical-align: baseline;
	}
sup {
	position: relative;
	top :-4px
	}
sub {
	position :relative;
	top: 4px
	}
address {
	font-style: normal;
	}
a {
	color: #0066cc;
	}
a:focus {	/* Firefoxでの画像置換の点線かき消し */
	/*\*/
	overflow: hidden;
	/**/
	}
em {
	font-style: normal;
	}
/* -----------------------------------------------------------------------------
** clearfix
----------------------------------------------------------------------------- */

.clearfix {
	overflow: hidden;
	}
	
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	}
/*\*/
* html .clearfix {
	height: 1em;
	overflow: visible;
	}
/**/