/************************************************************
            更新風鐸 2001 Online Help style sheet
                  (Designed for CSS Level1)
               Revision 1.0 for MSIE 4/5 & NN6
************************************************************/
/* Last Updated: 2001/03/24                                */

/* A エレメント */
A:link
{
  color: blue;
  text-decoration: none;
}

A:visited
{
  color: blue;
  text-decoration: none;
}

A:hover
{
  color: green;
  text-decoration: underline;
}

A:active
{
  color: red;
  text-decoration: underline;
}

/* 独自スタイルクラス */
.title /* ソフトウエアの名前 */
{
  color: #0066FF;
  display: block;
  border: none;
  background: none;

  font-style: italic;
  font-weight: bold;
  font-family: "Times New Roman", serif, "ＭＳ Ｐゴシック";
  font-size : 25pt;
  text-align : center;

  margin-right: 0.1em;
  margin-bottom : auto;
  padding-bottom : -1em;
}

.toptitle
{
  color: green;
  font-size: 40pt;
  font-family: Tahoma;
  text-align: center;
}

.centerbox
{
  text-align: center;
}

.warning /* 警告用 */
{
  color: #FF5530;
  border-color: #FF5530
}

.topsection
{
  font-weight: bold;
}

.update
{
  color: #0088AA;
  font-size: 9pt;
  font-family: Arial, san-serif;
  text-align: right;
  margin-right: 1em;
  display: block;
}

.jumpitem
{
  display: block;
  margin-left: 1.5%;
  padding-left: 0.5em;
  display: block;
  list-style-type: circle;
}

.explanation
{
  border: 1px solid purple;
  margin-top: 0.3em;
  margin-left: 2em;
  margin-right: 2em;
  padding: 0.5em;
}

.indent
{
  margin-left: 1.0em;
}

/* テーブルのためのクラス */
.table
{
  padding-left: 4em;
  padding-right: 1em;
  vertical-align: text-top;
}

.tableitem, .tabletitle, .tabletopitem, .tablecomment
{
  font-size: 11pt;
}

.tabletitle
{
  font-weight: bold;
  color: black;
  background: #FFDDDD;
  border-style: double;
}

.tableitem
{
  background: #E0E0FF;
}

.tabletopitem
{
  background: #C0FFC0;
}

.tablecomment
{
  background: #EEEEEE;
}

H1
{
  font-size: 20pt;
  font-family: Verdana, helvetica;
  color: #6464FF;
  display: block;
  padding: 0.1em;
  border-bottom: 1px solid #6464FF;
}

H2
{
  font-size:14pt;
  font-family: Verdana, helvetica;
  color: teal;
  border-left: 5px solid teal;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 0.5em;
  margin-left: 0em;
  padding-left: 0.5em;
  display: block;
}

H3
{
  color: purple;
  display: block;
  font: normal;
  font-family: Verdana, helvetica;

  padding-left: 0.5em;
  border-left: 2px solid purple;
  margin-top: 1em;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
  font-size: 12pt;
}

H4, H5, H6
{
  display: block;
  text-indent: 0em;
  padding-left: 1.3em;
  font-family: Verdana, helvetica;
  font-size: 11pt;
  font-weight: bold;
}

STRONG
{
  color: red;
  font-weight: bold;
}

EM
{
  color: blue;
  font-style: normal;
  font-weight: bold;
}

/* BODY */
BODY
{
  color: #202020;
  background-color: #FFFFFF;
  font-family: "ＭＳ Ｐゴシック", Verdana, helvetica;
  font-size: 11pt;
}

/* インデント指定 / ブロックモード */
P
{
  display: block;
  padding-left: 1em;
  font-size: 11pt;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

TABLE, DL, PRE
{
  display: block;
  margin-left: 1em;
}

OL,UL,DT,LI
{
  display: block;
  font-family: "ＭＳ Ｐゴシック", helvetica;
  font-size: 11pt;
  margin-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

TABLE
{
  font-family: "ＭＳ Ｐゴシック";
}

TH
{
  background: #FFDDDD;
  border-width: 1px;
  border-style: double;
  font-size: 11pt;
}

LI
{
  line-height: 1.2em;
  margin-top: 0%;
  margin-bottom: 0%;
  display: block;
}

UL
{
  list-style-type: square;
}

