@charset "shift_jis";
/********************************/
/* 田んぼのまわり用のＣＳＳ		*/
/********************************/

body {
	background-color: silver;
	border: 0px #ff0000 solid;
}

div {
	text-align: center;
}

/* table 共通 */
table {
	border: 0px #ff0000 solid;
	margin-left:auto;margin-right:auto;
	padding: 0px;
}

/* caotion */
caption {
	font-size: x-large;
	color: blue
}

/* td 共通 */
td {
	border: 1px #000000 solid;
	font-size: medium;
	font-family: sans-serif;
	text-align: center;
	vertical-align: top;
	width: 240px;
	height:180px;
	padding: 2px;
}

