@charset "UTF-8";

/* reset */		@import "reset.css";
/* header */	@import "okayama_header.css";
/* body */		@import "okayama_body.css";
/* footer */	@import "okayama_footer.css";
/* base
--------------------------------------------------*/
html {
	background-color:#eeeeee;
	width:100%;
}
body {
	background:url(http://okayama.minimini.in/images/header_bg.jpg) 438px -42px no-repeat;
	background-color:#ffffff;
	width:980px;
	font-size:70%;
	margin:0 auto;
	padding:10px;
}
/* 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 */
