@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :module.css
 style info :module
=================================================================== */

/* -----------------------------------------------------------
	clearfix
----------------------------------------------------------- */
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
/* -----------------------------------------------------------
	IE pngfix
----------------------------------------------------------- */
 img, div, input { behavior: url("../js/iepngfix.htc") }
