@charset 'utf-8';

* h1,
* h2,
* h3,
* h4,
* h5,
* h6,
* p,
* address,
* ul,
* ol,
* li,
* form,
* dl,
* dt,
* dd,
* table,
* tr,
* th,
* td {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	text-align: left;
	text-decoration: none;
}

* span,
* a,
* abbr,
* em,
* strong,
* img {
	border: none;
	font-style: normal;
	text-decoration: none;
	padding: 0;
	margin: 0 0 0 0;

}
* img {	vertical-align:bottom;}

* hr {
	/* [disabled]display: none; */
}
