body {
	width: 100%;
	margin: 30px auto 20px auto;
	padding: 0;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, Meiryo, Georgia, sans-serif;
	background: #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 180%;
	}

a:link	{
	background: transparent;
	color: #000099;
	text-decoration: none;
	}

a:visited	{
	background: transparent;
	color: #000099;
	text-decoration: none;
	}

a:hover	{
	background: #000099;
	color: #ffffff;
	text-decoration: none;
	}

a:active	{
	background: #000099;
	color: #ffffff;
	text-decoration: none;
	}

a img,:link img,:visited img,:hover img,:active img {
  border:none;
	background: transparent;
	text-decoration: none;
	}

table	{
	margin: 30px auto 30px auto;
	border-collapse: collapse;
	border-width: 0;
	padding: 0;
	empty-cells: show;
	}

tbody td 	{
	margin: 10;
	padding: 10;
	border-width: 0;
	background: #ffffff;
	vertical-align: middle;
	}

img	{
	margin: 0;
	padding: 0;
	border: none;
	}

.flag	{
	text-align: right;
	}

.lang	{
	text-align: left;
	}

.footer	{
	margin: 10 auto 10 auto;
	text-align: center;
	font-size: 16px;
	}
