@charset "UTF-8";

@import url(./nystyle.css);
@import url(./nyclass.css);

del	{
	margin-right: 0.25em; margin-left: 0.2em;
	background-color: transparent;
	color: gray;
	text-decoration: line-through;
}

table {
	margin-top: 0.2em; margin-bottom: 0.35em;
	letter-spacing: 0.06em;
	empty-cells: hide;
	font-size: 9pt;
}

th {
	background-color: silver;
	color: navy;
	text-align: center;
	font-weight: bold;
}

td {
	background-color: #ccc;
	color: black;
	text-align: left;
	font-weight: normal;
}

/* 中央寄せ */
.center {
	text-align: center;
}

/* 右寄せ */
.right {
	text-align: right;
}

/* 左寄せ */
.left{
	text-align: left;
}


body	{
	font-size: 13pt;
}


/* 画枠 */
.clmn img {
	margin: 0.3em;
}
