@charset "utf-8";
/* CSS Document */

html { overflow-y: scroll; height:100%; }

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, pre, blockquote,
a, code, em, font, img, storong,
dl, dt, dd, ol, ul, li,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	line-height:1.5;
}

label {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	font-style: normal;
	font-size: 100%;
	line-height:1.5;
}

img { border: 0; vertical-align: bottom; }

table { border-collapse: collapse; border-spacing: 0; }

table, caption, tbody, tfoot, thead, tr, th, td { vertical-align: top; text-align: left; }

div { text-align: left; }

input { vertical-align: bottom; }

object,
embed{ vertical-align: top; }

/* 行の高さをフォントサイズと同じにして余白をリセット */
body{line-height:1;}
