@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
}

/* th 共通 */
th {
	border: 1px #000000 solid;
	font-weight: bold;
	font-size: medium;
	font-family: sans-serif;
	text-align: right;
	width: 100px;
}

/* td 共通 */
td {
	border: 1px #000000 solid;
	font-size: medium;
	font-family: sans-serif;
	text-align: center;
}

/* td 写真用 */
td.photo {
	width: 710px;
	padding: 2px;
}

