body, html {
width: 100%;
height: 100%;
}
table{
	width:100%;
	height:80%;
}
tr{
}
td.board_cell{
	width:10%;
	height:10%;
	cursor:pointer;
}
td.board_enemy{
	background:red;
	border:1px solid black;
}
td.board_self{
	background:blue;
	border:1px solid black;
}

