/* https://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	margin:0px;
	padding:0px;
	text-align: center;
	font-size:80%;
	line-height:1.4;
	color:#000000;
}

html,
a,
form,
area,
div,
table,
dl,
dt,
dd,
ul,
ol,
li,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin:0px;
	padding:0px;
	border:none;
	font-size: 100%;
}

img {
	border:none;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

strong{
	font-weight: normal;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{ 
	color: #0a50aa;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
