@charset "utf-8";

@import "reset.css";
@import "common.css"; /* ヘッダ・フッタ・グローバルメニュー */
@import "toppage.css"; /* トップページ */
@import "company.css"; /* カワベの家 */
@import "equipment.css"; /* 設備仕様 */
@import "sitemap.css"; /* サイトマップ */



/**************** 汎用 ****************/


body{
	font: .8em/1.3em verdana,arial,helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #5b5b5b;
	font-size: 12px;
	text-align: left;
	background-color: #f8f2e2;
}

*html body {  　　　　　/*IE6だけに適用*/
   overflow-y: auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y: auto;
}

body {
   overflow-y: scroll;
}


.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.clearfloat{
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}



/*--------------------*/
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}

.clearfix{
	display: block;
}
/* End hide from IE-mac */