@charset "UTF-8";
/* クロスブラウザ対応 リセットCSS (reset.css) */


/* --------------------------------------------------------------------------------
主要タグのマージン・パディングリセット指定
-------------------------------------------------------------------------------- */
body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, iframe, form, fieldset, legend, blockquote, input, textarea, p, pre, th, td {
	margin:0;
	padding:0;
}

*:first-child+html * {letter-spacing:0;}


/* --------------------------------------------------------------------------------
主要タグのその他リセット指定
-------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

img, iframe {border:0;}

img{vertical-align:top;}

li {list-style:none;}

address {
	font-style:normal;
	font-weight:normal;
}


/* --------------------------------------------------------------------------------
ブラウザによるテーブル関連、フォーム関連のデフォルト値リセット指定
-------------------------------------------------------------------------------- */
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
}

th, td {
	text-align:left;
	font-style:normal;
	font-weight:normal;
	font-size:inherit;
}

fieldset {border:0;}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}


/* --------------------------------------------------------------------------------
ブロック要素 配置指定
-------------------------------------------------------------------------------- */
body {text-align:center;}
div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, iframe, form, fieldset, legend, blockquote, input, textarea, p, pre {text-align:left;}