@charset "UTF-8";

/* reset */		@import "reset.css";
/* header */	@import "shop_aichi_header.css";
/* body */		@import "shop_aichi_body.css";
/* footer */	@import "shop_aichi_footer.css";

/* base
--------------------------------------------------*/
html{
	background-color:#eeeeee;
	width:100%;
}
body{
	background:url(../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 */
