@charset "utf-8";
/*reset*/
a,h1,h2,h3,h4,h5,h6,p,img,hr,body,ul,ol,li,dl,dt,dd,blockquote,table,td,form {
	border:0;
	padding:0;
	margin:0;
	font-size:100%;
}

*:first-child+html img,
* html img{
	font-size:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

td {
	vertical-align:top;
}

html, body{
	padding:0;
	margin:0;
}

a{
	color:#000000;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	text-decoration:none;
}

.clear{
	clear:both;
}
