
/* 全般 */
body {
	font-family: serif;
	color: #000000;
	background: #E0E0E0;
	overflow: auto;
	line-height: 1.3em;
}

a:link {
	color: #0000C0;
	text-decoration: none;
}

a:visited {
	color: #C00000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	background-color: #FFC0C0;
	text-decoration: none;
}

a:active {
	color: #000000;
	background-color: #FFC0C0;
	text-decoration: none;
}

/* タイトル用 */
h1 {
	font: bold 2em monospace;
	text-align: center;
	white-space: nowrap;

	color: #000080;
	background-color: #FFFFFF;
	border: #8080FF 4px outset;

	width: 15em;
	margin: 0.5em auto 1.5em;
	padding: 0.2em;
}

/* 課程／日表示用 */
h2 {
	font: bold 1.5em serif;
	margin: 0.5em 0em 0.5em;
	text-align: center;
	white-space: nowrap;
	color: #800000;
}

h3 {
	font: bold 1.2em serif;
	margin: 0.5em 0em 2em;
	text-align: center;
	white-space: nowrap;
	color: #000000;
}

/* 文章 */
div {
	text-indent: 1em;
	margin-bottom: 1em;
}

div.e {
	clear: both;
}

div.intro {
	color: #C00000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-indent: 0em;
	line-height: 1.2em;
	white-space: nowrap;
	margin-bottom: 2em;
}

div.center {
	text-align: center;
	text-indent: 0em;
	white-space: nowrap;
}

/* テーブル */
table {
	border: #FFFFFF 2px outset;
	clear: both;
}

th {
	border: #FFFFFF 1px inset;
	padding: 4px;
	text-align: center;
	white-space: nowrap;
}

td {
	border: #FFFFFF 1px inset;
	padding: 4px;
	text-align: center;
	white-space: nowrap;
}

td.l {
	text-align: left;
}


/* 目次テーブル */
table.index {
	border: 6px ridge #F0E0A0;
	background-color: #005000;
	margin-left: auto;
	margin-right: auto;
}

th.index {
	border: 0px none;
	color: #ffffff;
	font-family: monospace;
	vertical-align: top;
	text-align: left;
	padding: 0.8em;
}

td.index {
	border: 0px none;
	color: #ffffff;
	font-family: monospace;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	padding: 0.8em;
}

a.index:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.index:visited {
	color: #FF4040;
	text-decoration: none;
}

a.index:hover {
	color: #000000;
	background-color: #FFC0C0;
	text-decoration: none;
}

a.index:active {
	color: #000000;
	background-color: #FFC0C0;
	text-decoration: none;
}

span.index {
	color: #C0C0C0;
}

/* イメージ */
div.l {
	font-size: 0.8em;
	font-style: italic;
	text-indent: 0em;
	text-align: center;

	margin: 0em 1em 1em 0em;
	float: left;
	clear: both;
}

div.r {
	font-size: 0.8em;
	font-style: italic;
	text-indent: 0em;
	text-align: center;

	margin: 0em 0em 1em 1em;
	float: right;
	clear: both;
}

img {
	border: none 0px;
}

/* リスト */
ol {
	margin-left: 2em;
}

li {
	margin-bottom: 1em;
}

/* インストラクター & フッター */
div.foot {
	height: 160px;
	margin: 0px;
	clear: both;
	text-align: center;
	text-indent: 0em;
	padding-top: 2em;
}

img.inst {
	position: absolute;
	bottom: 8px;
	right: 4px;
	margin: 0em;
}

img#inst2 {
	visibility: hidden;
}

img#balloon {
	visibility: hidden;
	position: absolute;
	bottom: 88px;
	right: 4px;
	margin: 0em;
}

div.words {
	visibility: hidden;
	position: absolute;
	bottom: 104px;
	right: 20px;

	width: 128px;
	height: 48px;
	padding: 0;
	overflow: hidden;

	font: normal 16px monospace;
	text-align: left;
	text-indent: 0em;
	white-space: nowrap;
	margin-bottom: 0em;
}
