body,table {
	font-size: 10pt;
	word-break: break-all;
	margin:0;
	padding:0;
	
}

table td{
	text-align:center;
}


/*リンク色*/
a:link {
	color:#222222;
	text-decoration:underline;}
/*すでにクリックしたリンク色*/
a:visited {
	color:#222222;
	text-decoration:underline;}
/*クリック中のリンク色*/
a:active {
	color:#222222;
	text-decoration:underline;}
/*マウスカーソル通過時の色*/
a:hover {
	color:#222222;
	text-decoration:none;}

a	{
	overflow:hidden;
	outline:none;}
