@charset "utf-8";

@import url("base.css");
@import url("layout.css");
@import url("shared.css");
@import url("style.css");
@import url("style2.css");

/*IE5.5-6 透過PNG対応*/
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }


@media print {
	/*
	* { text-indent:0px !important; }
	#header h1 { margin:0px; padding:0px; height:50px; !important; }
	#header h1 a { width:500px; height:50px; !important; }
	*/
	#global_navi a { text-indent:0px !important; }
}

/* @media print {　* html body { zoom:90%; }	*/
