@charset "shift_jis";
/********************************/
/* 田んぼの変化用のＣＳＳ		*/
/********************************/

body {
	background-color: white;
	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;
	width: 100px;
	height: 30px;
}

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

/* td 写真用 */
td.photo {
	text-align: center;
	vertical-align: top;
	width: 160px;
	height:120px;
	padding: 2px;
}

