@charset "UTF-8";

/* -- 回り込み解除 ------ */
.clearfix {
	zoom:1; /* for IE 5.5-7 */
}
.clearfix:after { /* for modern browser */
	content:".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac ¥*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* -- 回り込み解除(ボックス内) -- */
.floatclear {
	clear:both;
	height:0;
	overflow:hidden;
}
.floatclear hr {
	display:none;
	height:0;
}
.rightimg {
	float:right;
}
.leftimg {
	float:left;
}

html {
height:100%;
}
/* == 全体設定 ============================================================= */

body {
	color: #666;
	text-align:center;
	line-height:1.2;
	font-size:0.8em;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:0;
	padding:0;
	background-color: #F9F8F7;
}
#wrapper {
	width:100%;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}

/* == ヘッダー ============================================================= */

#header {}


/* == ページボディ ======================================================== */

#bottom {
	width:800px;
	padding:0;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}
#bottominner {
	margin-top: 50px;
	text-align: left;
}
#newsbox {
	width:501px;
	padding:0;
	margin-left: 30px;
	float: left;
}
#pagebody {
	background-image:url(/img/top_mainbg.jpg);
	background-repeat:no-repeat;
}


.bivhome {
	float:left;
	margin-left:100px;
}
.renovation {
	float:right;
	margin-right:100px;
}

.bivhome,
.renovation {
	display:inline;
	width:280px;
	margin-top:20px;
}
.bivhome img,
.renovation img {
	margin:8px;
}



/* == フッター ======================================================== */
#footer {
	clear:both;
	padding-top:20px;
}
