@charset "utf-8";
/* CSS Document */


/* CSS reset */
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,dl,dt,dd, { margin:0; padding:0; }
body {
	*font-size: small;
	*font: x-small;
}
h1, h2, h3, h4, h5, h6, ul, li, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
table {
/*	border-collapse:collapse;
	border-spacing:0; */
	font-size: inherit;
	font: 100%;
}
ul {
	list-style: none;
}
img {
	border: 0;
}
p {
	margin: 1em 0;
}
