@charset "utf-8";

/* ==================================================
		
		初期化

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

html { overflow-y: scroll; }

body, header, footer, nav, div, section, article, aside, hgroup, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, blockquote, table, th, td, form, input, textarea, fieldset, legend, figure, figcaption, pre, code, summary {
		padding: 0;
		margin: 0;
}

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

header, footer, nav, section, article, aside, hgroup, figure, figcaption, summary { display: block; }

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

ol, ul { list-style: none; }

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

th {
		font-weight: normal;
		text-align:left;
}

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

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