* {
	font-family: arial, verdana, helvetica, Sans-Serif; */
}

/* ---------------------------------------------------------------------- */
/* リンク */
a {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration:underline;
/*
	color: white;
	background-color: blue;
*/
}
a#pagetop {
	color: black;
}

/* ---------------------------------------------------------------------- */
/* 見出し */
h1 {
	font-size: 18pt;
	text-decoration: underline;
/*	font-family: verdana, arial, helvetica, Sans-Serif; */
	font-family: arial, verdana, helvetica, Sans-Serif; */
}

/* 段落 */
p.topicpath {				/* トピックパス */
	text-align: left;
}

p.shortcut {				/* ショートカットメニュー */
	text-align: center;
	margin: 0em 0em 0em 0em;
}

/* 定義リスト */
dt {						/* 見出し */
	font-weight: bold;
	margin-bottom: 1em;
}
dd {						/* 内容 */
	margin-bottom: 2em;
}

/* 箇条書きリスト */
ul.date {					/* 日付 */
	list-style-type: none;
}
ul.content {				/* 内容 */
	list-style-type: disc;
}

/* テーブル */
tr.head {			/* 見出し行 */
	background-color: darkseagreen;
	color: darkgreen;
	font-weight: bold;
}
tr.row-odd {		/* 奇数行(tr) */
	background-color: #f6f6f6;

}
tr.row-even {		/* 偶数行(tr) */
	background-color: #ffffff;
}

/* ページ内年リンク */
.decade {					/* 10年紀 */
	text-align: center;
	width: 30px;
	font-weight: bold;
}

/* フォーム */
form.nomargin {
	margin: 0 0 0 0;
}
