
/* 文書タイトル */
div.title0
{
	color: #ffffff;
	text-align: left;
	text-decoration: underline;
	font-size: 300%;
	font-family: serif;
	font-style: normal;
	padding: 8px 8px 8px 8px;
}

/* クラス章題 */
div.chapter
{
	color: #ffffff;
	text-align: left;
	text-decoration: underline;
	font-size: 200%;
	font-family: serif;
	font-style: italic;
	padding: 4px 4px 4px 4px;
	margin-top: 2em;
}

/* ヘッドライン */
div.headline
{
	color: #ffffff;
	background-color: #004080;
	text-align: left;
	font-size: 120%;
	font-family: serif;
	font-style: italic;
	padding: 4px 4px 4px 4px;
	margin: 1em 4px 1em 4px;
}

/* 項目見出し */
div.term_name
{
	color: #ffffff;
	background-color: #E0E0E0;
	padding: 4px 4px 4px 4px;
	margin: 8px 4px 8px 4px;
	font-family: serif;
	font-style: normal;
}

/* 本文 */
div.normal
{
	color: #ffffff;
	margin-left: 1em;
	margin-right: 1em;
	font-family: serif;
	font-style: normal;
}

/* 本文インデント1 */
div.indent1
{
	color: #ffffff;
	margin-left: 2em;
	margin-right: 2em;
	font-family: serif;
	font-style: normal;
}

/* 本文インデント2 */
div.indent2
{
	color: #ffffff;
	margin-left: 4em;
	margin-right: 4em;
	font-family: serif;
	font-style: normal;
}

/* 書式 */
div.usage
{
	border: double 3px #808080;
	color: #ffffff;
	background-color: #000020;
	font-size: 100%;
	font-family: monospace;
	font-style: normal;
	padding: 4px 4px 4px 4px;
	margin: 4px 1em 4px 1em;
}

/* コード */
div.code_quote
{
	color: #ffffff;
	background-color: #200020;
	font-size: 90%;
	font-family: monospace;
	font-style: normal;
	padding: 4px 4px 4px 4px;
	margin: 1em 4em 1em 4em;
}

/* 斜体 */
italic
{
	font-style: italic;
}

/* 太字 */
bold
{
	font-weight: bold;
}

/* リンク */
A:link
{
  color: #e0ffe0;
  text-decoration: underline
}

/* 既に見たリンク */
A:visited
{
  color: #e0ffe0;
  text-decoration: underline
}

/* クリック時のリンク */
A:active
{
  color: #ff6600;
  font-weight: bold;
}

/* カーソルが上にある時のリンク */
A:hover
{
  color: #ffff00;
  font-weight: bold;
  text-decoration: none
}

