@charset "utf-8";
/* CSS Document */


/*
===== CONTENTS ===========================================

	1: CLEARFIX

==========================================================
*/

/*
===== 1: CLEARFIX ==========================================
*/
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}

* html #fontsize {
	width: 164px;
	margin: -5px 5px 0 0;
	}

* html #fontsize ul li {
	margin-left: 6px;
	}
