/*****************************************************************************
	マニュアルページ用スタイルシート

 *****************************************************************************/

BODY
{
	font-family			: Arial;
	font-size			: 10pt;

	background-color	: #fff;
	color				: #111;

	margin				: 8px;
	padding				: 0px;
}


/*============================================================
	見出し用スタイル
 *============================================================*/

H1
{
	font-family			: Arial;
	font-weight			: bold;
	font-size			: 36px;

	margin				: 0px 0px 20px  0px;
	padding				: 0px 0px  0px 10px;

	border-style		: none none solid none;
	border-width		: 5px;
	border-color		: #48f;
}

H2
{
	font-family			: Arial;
	font-weight			: bold;
	font-size			: 20px;

	margin				: 30px 0px 10px  0px;
	padding				:  0px 0px  0px 10px;

	border-style		: none none solid double;
	border-width		: 0px 0px 2px 8px;
	border-color		: #49f;
}

H3
{
	font-family			: Arial;
	font-weight			: bold;
	font-size			: 16px;
	margin				: 20px 0px 10px 20px;
	padding				: 0px;
	border-style		: none none solid none;
	border-width		: 0px 0px 1px 0px;
	border-color		: #49f;
}

H4
{
	font-family			: Arial;
	font-size			: 12px;

	margin				: 20px 0px 10px 20px;
	padding				: 0px 4px;

	border-style		: solid solid solid solid;
	border-width		: 1px;
}

/*============================================================
	構文記述用スタイル
 *============================================================*/

PRE.construction
{
	font-family			: "Courier New", monospace;
	font-weight			: normal;
	font-size			: 11pt;

	margin				: 0px 0px 10px 20px;
	padding				: 0px;

	background-color	: #fff;
}


/*============================================================
	引数記述用スタイル
 *============================================================*/

TABLE.arguments
{
	font-family			: Arial;
	font-size			: 10pt;

	width				: 95%;
	padding				: 0px;
	margin-left			: 20px;

	border-style			: none;
}

TABLE.arguments TH, SPAN.argument
{
	font-style			: oblique;
	font-weight			: bold;
}

TABLE.arguments TH
{
	text-align			: left;

	width				: 20%;
	padding				: 2px 8px 2px 4px;
	margin				: 0px;

	border-width			: 2pt;
	border-style			: none;
	background			: #ddf;

}

TABLE.arguments TD
{
	font-style			: normal;
	font-weight			: normal;
	text-align			: left;

	padding				: 2px 4px 2px 4px;
	margin				: 0px;

	border-width			: 2pt;
	border-style			: none;
	background			: #ddf;
}




/*============================================================
	更新履歴用スタイル
 *============================================================*/
TABLE.history
{
	font-family			: Arial;
	font-size			: 10pt;

	width				: 100%;
	padding				: 0px;
	margin-left			: 20px;

	border-style			: none;
}


TABLE.history TH
{
	font-style			: normal;
	font-weight			: normal;
	text-align			: left;

	width				: 10%;
	padding				: 2px 8px 2px 4px;
	margin				: 0px;

	border-width			: 2pt;
	border-style			: none;
	background			: #ddf;

}

TABLE.history TH.version
{
	width				: 10%;
}

TABLE.history TH.date
{
	width				: 15%;
}

TABLE.history TD
{
	font-style			: normal;
	font-weight			: normal;
	text-align			: left;

	padding				: 2px 4px 2px 4px;
	margin				: 0px;

	border-width			: 2pt;
	border-style			: none;
	background			: #ddf;
}


/*============================================================
	リスト中の表
 *============================================================*/

TABLE.list_table
{
	font-family			: Arial;
	font-size			: 10pt;

	width				: 85%;
	padding				: 0px;
	margin-left			: 00px;

	border-style			: none;
}

TABLE.list_table TH, span.argument
{
	font-style			: oblique;
	font-weight			: bold;
}

TABLE.list_table TH
{
	text-align			: left;

	width				: 20%;
	padding				: 2px 8px 2px 4px;
	margin				: 0px;

	border-width			: 2pt;
	border-style			: none;
	background			: #ddf;

}

TABLE.list_table TD
{
	font-style			: normal;
	font-weight			: normal;
	text-align			: left;

	padding				: 2px 4px 2px 4px;
	margin				: 0px;

	border-width			: 2pt;
	border-style			: none;
	background			: #ddf;
}

/*============================================================
	クラス階層記述用スタイル
 *============================================================*/

PRE.hierarchy
{
	font-style			: normal
	font-weight			: normal;
	font-size			: 11pt;

	margin				: 0px 0px 10px 20px;
	padding				: 0px;

	background-color		: #fff;
}

PRE.definition
{
	font-family			: "Courier New", monospace;
	font-weight			: normal;
	font-size			: 11pt;

	margin				: 10px 20px 10px 40px;
	padding				: 8px 12px 8px 12px;

	background-color		: #eee;
}


/*============================================================
	クラスメンバ記述用スタイル
 *============================================================*/

TABLE.members, TABLE.demos
{
	width				: 95%;
	padding				: 0px;
	margin-left			: 20px;

	border-style		: none;
	border-width		: 0px;
}

TABLE.members CAPTION, TABLE.demos CAPTION
{
	font-family			: Arial;
	font-style			: normal;
	font-weight			: bold;
	font-size			: 10pt;
	text-align			: left;

	padding				: 2px;
	border-width		: 2px;
	background			: #acf;
	border-color		: #fff;
	border-style		: none solid none solid;
}

TABLE.members TD, TABLE.members TH, TABLE.demos TD, TABLE.demos TH
{
	font-family			: Arial;
	font-style			: normal;
	font-weight			: normal;
	font-size			: 10pt;
	text-align			: left;

	padding				: 2px;
	border-width		: 2px;
	background			: #ddf;
	border-style		: none;
}


TABLE.members TH, TABLE.demos TH
{
	width				: 40%;
}


TABLE.members TH.category, TABLE.demos TH.category
{
	font-weight			: bold;
	background			: #acf;
}


/*============================================================
	参照記述用スタイル
 *============================================================*/

P.reference
{
	font-family			: "Courier New", monospace;
	font-size			: 10pt;
	font-weight			: normal;

	margin				: 0px 8px 10px 20px;
	padding				: 0px;
}


/*============================================================
	履歴記述用スタイル
 *============================================================*/

DL.history
{
	margin				: 0px 0px 10px 20px;
	padding				: 0px;
}

DL.history DT
{
	font-family			: Arial;
	font-style			: normal;
	font-weight			: bold;
	text-align			: left;
	font-size			: 9pt;

	margin				: 0px;
	padding				: 0px;

/*	background			: #eef; */
}

DL.history DD
{
	font-family			: Arial;
	font-style			: normal;
	font-weight			: normal;
	text-align			: left;
	font-size			: 10pt;

	margin				: 0px 0px 4px 0px;
	padding				: 0px;
}


/*============================================================
	説明記述用スタイル
 *============================================================*/

P
{
	font-family			: Arial;
	font-weight			: normal;
	font-size			: 10pt;

	margin				: 0px 8px 10px 20px;
	padding				: 0px;
}

PRE
{
	font-family			: "Courier New", monospace;
	font-weight			: normal;
	font-size			: 10pt;

	margin				: 0px 20px 10px 30px;
	padding				: 2px 4px 2px 4px;

	background-color		: #eee;
}

UL
{
	font-family			: Arial;
	font-weight			: normal;
	font-size			: 10pt;

	margin				: 0px 8px 10px 40px;
	padding				: 0px;
}

OL
{
	font-family			: Arial;
	font-weight			: normal;
	font-size			: 10pt;

	margin				: 0px 8px 10px 50px;
	padding				: 0px;

	list-style-type			: decimal;
}

/* ================ UIリスト ================ */
ol.ui
{
	list-style-type: upper-alpha;
	margin: 0em 1em 0em 1.5em;
	padding: 0em;
}

ol.ui li
{
	margin: 0em 0em 0.75em 1.5em;
	padding: 0em;
}

LI
{
	margin				: 0px 8px 2px 16px;
	padding				: 0px;
}

CODE
{
	font-family			: "Courier New", monospace;
	font-size			: 10pt;

	position			: normal;
}


/*============================================================
	リンク用スタイル
 *============================================================*/

A
{
	color				: inherit;
	background			: inherit;
	text-decoration			: none;
}

A:VISITED
{
	color				: inherit;
}

A:HOVER
{
	background			: #d0e0f0;
	text-decoration			: underline;
}

A:ACTIVE
{
	color				: #ff0000;
}

P{
	text-indent: 0em;
	margin: 0.5em 1em 0.5em 1.5em;
	padding: 0em;
}

P.note{
	font-size: small;
	text-decoration: underline;
	text-indent: 0em;
	margin: 0em 1em 0em 1.5em;
	padding: 0em;
}

P.hint{
	text-decoration: underline;
	text-indent: 0em;
	margin: 0em 1em 0em 1.5em;
	padding: 0em;
}

P.warn{
	color: #ff0000;
	text-decoration: underline;
	text-indent: 0em;
	margin: 0em 1em 0em 1.5em;
	padding: 0em;
}

P.label{
	font-weight: bold;
	text-indent: 0em;
	margin: 0.5em 1em 0.5em 1.5em;
	padding: 0em;
}


/* ================ ショートカットテーブル ================ */
TABLE.shortcut
{
	border-style: solid;
	border-width: 2px;
	border-color: #000;
	margin-bottom: 1em;
	width: 100%;
}

TABLE.shortcut THEAD TD
{
	white-space: nowrap;
	text-align: center;
}

TABLE.shortcut TD
{
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}


/* ================ 操作方法テーブル ================ */
TABLE.explain
{
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #000;
	margin-bottom: 1em;
	position: relative;
	left : 5%;
	width: 90%;
}
TABLE.explain THEAD TD
{
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	font-weight : bold;
	border-color: #000;
	width: 50%;
}
TABLE.explain TD
{
	font-size	: 10pt;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #000;
}


/* ================ 複数リストテーブル ================ */
TABLE.multi_list
{
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #000;
	margin-bottom: 1em;
	position: relative;
	left : 5%;
	width: 90%;
}
TABLE.multi_list THEAD TD
{
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	font-weight : bold;
	border-color: #000;
}
TABLE.multi_list TD
{
	font-size	: 10pt;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #000;
}

/* ================ 枠線無しテーブル ================ */
TABLE.noborder_list
{
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #000;
	margin-bottom: 1em;
	position: relative;
	left : 5%;
	width: 50%;
}
TABLE.noborder_list THEAD TD
{
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	font-weight : bold;
	border-color: #000;
	width: 50%;
}
TABLE.noborder_list TD
{
	font-size	: 10pt;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #000;
}

/* ================ 画像リストテーブル ================ */
TABLE.image_list
{
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #000;
	margin-bottom: 1em;
	position: relative;
	left : 5%;
	width: 90%;
}
TABLE.image_list THEAD TD
{
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	font-weight : bold;
	border-color: #000;
	width: 50%;
}
TABLE.image_list TD
{
	font-size	: 10pt;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #000;
}

