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

p, ul, li, div, a, button,  small, blockquote, img, h1, h2, h3, h4, h5 {
	border: none;
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
	outline: 0 none;
}
 