body {
	/*
	background-image :		url(./images/tabitha.png);
	background-repeat :		no-repeat;
	background-position :	right bottom;
	*/
	font-size : 13px;
}

/* 画像の高さ - 150 に合わせておく */
table.cont {
	width : 700px;
	height : 415px;
}

td {
	vertical-align : top;
	font-size : 13px;
}

td.left {
	width : 260px;
}

table.topInfo {
	background-color : #ffd0d0;
	margin-top : 5px;
	margin-bottom : 10px;
}

