@charset "UTF-8";
@import "reset.css";
@import "header.css";
@import "body.css";
@import "footer.css";

/* base
--------------------------------------------------*/
html {
	background-color:#fff;
	background:url(../images/html_background.jpg) center 100px no-repeat;
	width:100%;
}
body {
	width:1000px;
	font-size:70%;
	margin:0 auto;
	padding:0 12px;
}
/* ClearFix
--------------------------------------------------*/
.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 */

