@charset "utf-8";
@import url(layout.css);
@import url(menu.css);
@import url(contents.css);
@import url(contact.css);

body {
	background-image: url(../i/background.gif);
	min-width: 960px;
	margin: 0px;
	padding: 0px;
}


/* ============================== hacks ============================== */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
* html .clearfix {height:1%;display:block;} 
/* End hide from IE Mac */


.clearer {
	clear: both;
}

