@charset "utf-8";
@import url(home.css);
@import url(common.css);
@import url(misc.css);
@import url(module.css);
@import url(print.css);


* {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

img {
	border: 0;
}

.clr{
	clear: both;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	zoom:1;
	min-height: 1px;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
