@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}

a{
	text-decoration:none;
	
}

ul, ol {
	list-style-type: none;
}

img {
	border: 0;
	text-decoration:none;
}

img a {
	border: 0;
	text-decoration:none;	
}