@charset "utf-8";

/*------------------------------------------------------------

タグ初期化用

------------------------------------------------------------*/

html, body{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, img, a,
big, small, strong, em, sub, sup, del, tt,
abbr, acronym, address, dfn, ins,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
kbd, blockquote, q, cite, var, pre, code, samp{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

fieldset, img { 
	border:none;
}

ol, ul{
	list-style: none;
}

input, textarea{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
}

address, caption, cite, code, dfn, em, strong, th, var{
	font-style:normal;
	font-weight:normal;
}

/* 'cellspacing="0"'は必要 */
table{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td{
	text-align: left;
	font-weight: normal;
}

html{
	overflow-y: scroll; /* firefoxでのスクロールバー常設化 */
}

a{
	overflow: hidden; /* firefoxでのボタンダウン時の枠線、NNの横線を回避 */
}

sup{
	vertical-align:0.5em;
}
