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

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

/* th 共通 */
th {
	border: 1px #000000 solid;
	font-weight: bold;
	font-size: medium;
	font-family: sans-serif;
	height: 25px;
}

th.hizuke {
	width: 100px;
}

th.photo {
	width: 160px;
}

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

/* td 写真用 */
td.photo {
	text-align: center;
	vertical-align: middle;
	width: 160px;
	height:130px;
	padding: 4px;
}

/* td 日付用 */
td.hizuke {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	width: 100px;
	height:120px;
	padding: 2px;
}

