body
{
	margin: 1%;
	padding: 0px;
	text-align: center;
	background: url(cork.jpg)
}

table
{
	table-layout: fixed;
	border: 0px;
}

td.photo
{
	color: black;						/* 文字色 */
	font-size:10pt;line-height:14pt;	/* 文字サイズと行間 */
	padding: 3px;						/* すき間 */
	width: 600px;
	height: 450px;
}

td.text
{
	color: black;						/* 文字色 */
	background-color: lavender;			/* 背景色 */
	font-size:10pt;line-height:14pt;	/* 文字サイズと行間 */
	padding: 10px;						/* すき間 */
}

td.title
{
	color: black;						/* 文字色 */
	background-color: lavender;			/* 背景色 */
	font-size:11pt;						/* 文字サイズ */
	padding: 5px;						/* すき間 */
}

a:link
{
	color: #0000FF;
	text-decoration: none;
}

a:visited
{
	color: #990000;
	text-decoration: none;
}

a:hover
{
	color: #FF3300;
	text-decoration: none;
}

a:active
{
	color: #009900;
}
