@charset "UTF-8";

html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,div,form,fieldset,table,th,td,img {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-size: 100%;
	font-weight: normal;
}
strong {
	font-weight: bold;
}
em {
	color: #ed1a3d;
	font-style: normal;
}
img {
	vertical-align: top;
}
html,body {
	height: 100%;
	background: #ffffff;
}
body {
	color: #000;
	background: #ffffff;
	font-size: 12px;
	line-height: 1.5;
	font-family: メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

div#powered {
  text-align: center;
}
