/* CSS Document
=============================================*/
/*@charset "shift-jis";*/


/* このスタイルシートは下記で使用されています。
-----------------------------------------------
/program/kozo/doc/XXX.html
---------------------------------------------*/


/* タイトル
=============================================*/

#title h1 {
	font-size:26pt;
	font-style:normal;
	font-family:'Arial',sans-serif;
	text-align:center;
}

#title h2 {
	color:#000000;
	font-size:16pt;
	white-space:nowrap;
	text-align:center;
}

#title em {
	font-size:18pt;
	font-style:normal;
	font-family:'Times New Roman',serif;
	text-align:center;
}


/* メイン
=============================================*/

/* 段落
---------------------------------------------*/

#main p {
	line-height:1.4em;
	color:#333333;
	margin:20px 0;
}

/* コンテンツ
=============================================*/

/* 見出し
---------------------------------------------*/

#content h3.line{
	border:solid 3px #666666;
	color:#FFFFFF;
	background-color:#666666;
	text-align:left;
	letter-spacing:0;
	margin:0;
	padding-left:10px;
}

#content h3.index{
	color:#e7428d;
	text-align:left;
	white-space:normal;
	margin:0;
	padding:20px 0 0;
	clear:both;
}

#content h4{
	white-space:normal;
	clear:none;
}

#content h4.index{
	font-size:10pt;
	text-align:left;
	white-space:normal;
	clear:none;
}

/* 文字
---------------------------------------------*/
#content em.small{
	font-size:8pt;
	color:#000000;
	font-style:normal;
	font-weight:normal;
}

/* 表
---------------------------------------------*/

#content table.index {
	width:100%;
	margin:20px 0;
	border-width:0 0 1px 0;
	border-color:#666666;
	border-style:solid;
	border-collapse:collapse;
}

#content table.sub {
	width:500px;
	margin:0 20px;
	border:none;
	border-collapse:collapse;
}

#content table.none {
	width:100%;
	margin:0;
	border:none;
	border-collapse:collapse;
}

#content table.list {
	margin:0;
	border:none;
	border-collapse:collapse;
}

#content th.sub {
	width:25%;
	padding:3px;
	border:solid 1px #999999;
	font-weight:normal;
	text-align:center;
	white-space:nowrap;
	background-color:#EEEEEE;
}

#content td.index {
	vertical-align:bottom;
	padding:0 0 2px 0;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;	
}

#content td.page {
	padding:0 0 2px 0;
	color:#666666;
	text-align:right;
	white-space:nowrap;
}

#content td.sub {
	padding:3px;
	border:solid 1px #999999;
	white-space:nowrap;
}

#content td.none {
	padding:0 0 3px 0;
	border:none;
	line-height:1.4em;
}

/* 段落
---------------------------------------------*/

#content p {
	line-height:1.4em;
	color:#333333;
	margin:10px 0;
}