@charset "utf-8";/* スタイルシート文字コード*/
/* resetcss */

/* スクロールバー常表示 */
html {
	height:100%;
	margin-bottom:1px;
}


/*textarea, form, fieldset, legend, object, input  */

body, div, p, ul, ol, li, span, img, iframe,
dl, dt, dd,
em, strong,
h1, h2, h3, h4, h5, h6,
table, caption, tbody, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;

}

img {
	vertical-align: bottom;
}

a img {
	border: none;
}

a {
	text-decoration: none;
}

ol, ul {
	list-style-type: none;  /* 先頭記号なし */
}

input, textarea {
	font-family: "Segoe UI", Verdana, "ＭＳゴシック", Arial, sans-serif;
	font-weight: normal;
}

table {
	border-collapse: collapse;/* 隣合うテーブルの線を重ねる。 */
}

em {
	font-style:normal;
	font-weight:normal;
}

