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


/* base
--------------------------------------------------*/
html { background: url(../images/gnavi_bg.gif) 0 70px repeat-x; }
* html { background: url(../images/gnavi_bg.gif) 0 68px repeat-x; }
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 */
