@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
/*	border: 1px solid #001;*/
}
h1, h2, h3, h4, h5, h6, p, address,dl, table, em, strong, ul {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
}
em, strong {
	font-weight: normal;
	font-style: normal;
}
ul, ol{
	list-style: none;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
