@charset "utf-8";
/* CSS Document */
body, div, img, a, p, span, h2, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	width: 100%;
}
img {
	display: block;
}
a {
	display: inline-block;
	text-decoration: none;
}
.clear {
	clear: both;
}