BODY,TD,TH {
	font-family: "MS UI Gothic";
	font-size: 15px;
	/* line-height: 130%; */ 
}

PRE.c { /* Code */
	border: 1px solid gray;

	padding: 5px;
	white-space: pre;
	width: 100%;
}

DIV.i { /* Indent */
	margin-left: 30px;
	margin-right: 30px;
}

ADDRESS {
	font-style: normal;
	text-align: right;
	margin-right: 10px;
}

A.index { /* index */
	text-decoration: none;
	color: #000000;
}

A.index:hover {
	text-decoration: underline;
	color: #0000aa;
}
