@charset "utf-8";


/*=============================================================================
   Reset
=============================================================================*/


*{
	text-decoration:none;
}

html {
   font-size: 100%;
   overflow-y: scroll;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
	 }
body {
	margin: 0;
	}

h1,h2,h3,h4,h5,h6,div,p,ol,ul,li,dl,dt,dd,address,form,input{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	}

strong { font-style: normal; font-weight: bold;}
img {
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;/*ie7*/
	}

ul,ol { list-style: none;}

table { border-collapse:collapse;border-spacing: 0;}
th,td { }
