@charset "utf-8";

address,footer,header,section {
	margin: 0;
	padding: 0;
	display: block;
}

body,div,ul,ol,li,
h1,h2,p {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,body {
	background: #FFF;
	color: #000;
}

body {
	font-size: 12px;
	font-family: sans-serif;
	line-height: 1.5;
}

h1, h2 {
	font-size: 100%;
	font-weight: normal;
	clear: both;
}

ul {
	text-indent: 0;
}

li {
	list-style: none;
}

img {
	vertical-align: bottom;
	border:0;
}

