@charset "utf-8";
/*-------
  reset
-------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td ,iframe{  
	margin: 0;
	padding: 0;
	}
img{
	border:0;
}

/* clearfix */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

a { color:#0033cc;text-decoration: underline; }
a:active,a:hover {text-decoration: none; }
a:visited { hover:#000099; }


