*{
 margin:0;
 padding:0;
}

body{
 font-family:"ＭＳ Ｐゴシック","Osaka","ヒラギノ角ゴ Pro W3";
 font-size:13px;
 *font-size: small;
 *font: x-small;
}

html>/**/body {  
 font-size: small\9;  
}

img{
 border:none;
 vertical-align:bottom;
}

ul,ol{
 list-style:none;
}

em{
 font-style:normal;
}

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

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


.cl{
 clear:both;
}
