body{
	background-color: while;
	color: block;
	font-family: Arial;
}


a{
	font-color: blue;
	font-size: 15px
}

a:link{
	font-color: blue;
	font-size: 15px
}

a:visited{
	font-color: blue;
	font-size: 15px
}

a:hover{
	background-color: red;
	font-color: blue;
	font-size: 15px
}

a:active{
	background-color: red;
	font-color: blue;
	font-size: 15px
}

td.catalog{
	background-color: #d8bfd8;
	font-weight: bold;
}
td.other{
	background-color: #98cbbe;
}
table{
	vertical-align: top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

table.rireki{
	border-collapse: collapse;
	border-style: none;
}
td.kousin{
	font-weight: bold;
}

td.rireki{
	border: 1px solid #000000;
}
