@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 1em;
}
body {
	font-size: 100%;
}
:link img, :visited img {
	border: 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
ol,ul {
	list-style:none;
}
