/* reset styles */

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	font-family:
"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, Arial;
}

* html * {

	font-family:
		sans-serif,
		"ＭＳ Ｐゴシック",
		"MS P Gothic";
}

*:first-child+html * {
/* Win IE 7向け調整 */
	lettter-spacing: 1;	/* hasLayout問題の解消 */
}

body {
	font-size:16px;
/*\*/
	font-size:100%;
/**/
}


td,th {
	vertical-align:middle;
}
img {
	border: none;
	vertical-align: bottom;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}


a:link[name], a:hover[name] {
text-decoration: none;
}
