@charset "utf-8";

/* ==================================================
		
		CSSの初期化

================================================== */

html { overflow-y:scroll; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote, table, th, td, pre, code, form, input, textarea, fieldset, legend {
	margin: 0;
	padding: 0;
}

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Ｐゴシック", sans-serif;
	line-height: 1.5;
}

img { line-height: 1; }

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul { list-style: none; }

img {
	border: 0;
	vertical-align: bottom;
}

table {
	font-size: inherit;
	border-collapse: collapse;
}

th { font-weight: normal; }

td { text-align:center; }