@charset "UTF-8";

/*========== 理事長挨拶==========*/
#greeting h2 {
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: bold;
}
#greeting img {
	float: right;
	margin-left: 20px;
}
#greeting h1 img {
	float: none;
	margin-left: 0;
}
#greeting p {
	margin-bottom: 1em;
}
#greeting p:last-child {
	margin-bottom: 0;
	text-align: right;
}

/*========== 役員一覧==========*/
#officer th:nth-child(even),
#officer td:nth-child(even),
#officer .rowCell td:nth-child(odd) {
	border-right-style: dashed;
}
#officer th:nth-child(odd),
#officer td:nth-child(odd),
#officer .rowCell td:nth-child(even) {
	border-left-style: dashed;
}
#officer th:first-child,
#officer td:first-child,
#officer .rowCell td:nth-child(odd) {
	border-left-style: solid;
}
#officer .rowCell td:nth-child(even) {
	border-right-style: solid;
}
section#officer th,
section#officer td {
	padding: 12px 8px 11px 8px;
}

/*========== 沿革==========*/
#history th {
	border-right-style: dashed;
}
#history td {
	border-left-style: dashed;
}