@charset "UTF-8";

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

body, div, h1, h2, h3, h4, h5, h6,
p, brockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	font-family:
		Verdana,
		Arial,
		"Hiragino Kaku Gothic Pro W3",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐ ゴシック",
		sans-serif;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	}


/* Win IE 7向けハック */

*:first-child+html * {
	font-family:
		"Hiragino Kaku Gothic Pro W3",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐ ゴシック",
		sans-serif;
}



/* Win IE 6向けハック */

* html * {
	font-family:
		"Hiragino Kaku Gothic Pro W3",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐ ゴシック",
		sans-serif;
	}
