/*
square code
*/

.coord {color: #000;
	text-align: center;
	padding:4px 4px 4px 4px;
	font-size:10pt;}

td.tl {color: #333;
	background: url(/images/board/default/25/top_left.png) top left;
	height: 25px;
	width: 25px;}

td.tc {color: #333;
	background: url(/images/board/default/25/top_centre.png) top left;
	height: 25px;
	width: 25px;}

td.tr {color: #333;
	background: url(/images/board/default/25/top_right.png) top left;
	height: 25px;
	width: 25px;}

td.ml {color: #333;
	background: url(/images/board/default/25/middle_left.png) top left;
	height: 25px;
	width: 25px;}

td.mc {color: #333;
	background: url(/images/board/default/25/middle_centre.png) top left;
	height: 25px;
	width: 25px;}

td.mr{color: #333;
	background: url(/images/board/default/25/middle_right.png) top left;
	height: 25px;
	width: 25px;}

td.bl {color: #333;
	background: url(/images/board/default/25/bottom_left.png) top left;
	height: 25px;
	width: 25px;}

td.bc {color: #333;
	background: url(/images/board/default/25/bottom_centre.png) top left;
	height: 25px;
	width: 25px;}

td.br {color: #333;
	background: url(/images/board/default/25/bottom_right.png) top left;
	height: 25px;
	width: 25px;}

td.hoshi {color: #333;
	background: url(/images/board/default/25/hoshi.png) top left;
	height: 25px;
	width: 25px;}
