@charset "utf-8";

html, body, div, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}
textarea {
	font-size: 100%;/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
	overflow: auto;
}
img {
	vertical-align:bottom;/* 画像の下にできる隙間をなくす */
	border:0;
}
/* For IE issue */
*:first-child+html * { font-family: "メイリオ", Meiryo, sans-serif;	letter-spacing: 0; }
* html * { font-family: "メイリオ", Meiryo, sans-serif; }
/* For Firefox issue */
html { overflow: -moz-scrollbars-vertical; }
table {	border-collapse: collapse; border-spacing: 0; }
