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

html, body, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}

/*img下の謎の隙間を埋める*/
img {
	border: 0px;
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

