@charset "utf-8";
/* CSS Document */

ul, li, dl, dd, dt{list-style: none; padding:0 ; margin:0;}
img{ border:0;padding:0 ; margin:0;}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
p{ font-size:1em; line-height:1.25em ; margin:0;}

h1, h2, h3, h4, h5, h6 { font-size:1em; font-weight:normal; margin:0 }



/* CLEAR
 ------------------------------------------*/
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }
.clear { clear:both; }

/* FLOAT
 ------------------------------------------*/
.floatl { float:left; }
.floatr { float:right; }

