@charset "utf-8";

/* リセットスタイル */

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
tabele, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: 
							 "ＭＳ Ｐゴシック",
							 "MS P Gothic",
							 "メイリオ",
							 Meiryo,
							 Osaka,
							 sans-serif,
								Verdana, Arial;
	line-height: 1; 
	list-style-type: none;
	letter-spacing: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	}
img {
	border: none;
	vertical-align: bottom;
	}
