/* 固定のもの */

body {
	background-color: #FFFFFF;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 13px;
}

div {
	font-size: 13px;
}

table {
	background-color: Navy;
}

th {
	background-color: lightblue;
	font-size: 13px;
	height: 30px;
}

td {
	background-color: White;
	font-size: 13px;
	height: 30px;
}

.annotd1 {
	background-color: #99bbff;
	font-size: 13px;
	height: 30px;
}

.annotd2 {
	background-color: #ddffcc;
	font-size: 13px;
	height: 30px;
}

.linktd1 {
	background-color: #99bbff;
	font-size: 13px;
	height: 30px;
}

.linktd2 {
	background-color: #ddffcc;
	font-size: 13px;
	height: 30px;
}

/* ======================== */

/* リンク */
a:link {
	color: navy;
	font-size: 13px;
}

a:visited {
	color: navy;
	font-size: 13px;
}

a:active {
	color: navy;
	font-size: 13px;
}

