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

/* reset */
* {
	margin: 0;
	padding: 0;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
br{
	line-height: 1.5em;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article, div {
	display: block;
}

