/* @(h) HotDocument.css                ver 1.0 ( '06.07.17 山田 太郎 ) */

/* @(s)
 *　各種CSSの定義をする
 */

@import url("Common.css");

div#titlerow /* provides non-scroll topic title area (requires script) */
	{
	background-color: #D4DFFF; /* HD-1 */
/*	background-color: #99ccff;*/   /* HD-2 */   
/*	background-color: #336666;*/ /* HD-3 */
/*	color:#ffffff;*/ /* HD-3 */
/*	font-size: 160%;*/ /* HD-3 */
	}

.dtH1, .dtH2, .dtH3, .dtH4
	{
	color:#003399; /* HD-1 */
/* HD-2 */
/* HD-3 */
	}
p.syntax
	{
	background: #EFEFF7; /* HD-1 */
/*	background: #cccccc;*//* HD-2 */   
/*	background: #ffffcc;*//* HD-3 */
	}
table.dtTABLE
	{
/* HD-1 */
/*	border-style: solid; */  /* HD-2 */   /* HD-3 */
	}
table.dtTABLE th	
	{ 
	background:	#EFEFF7;  /* HD-1 */
	color:#003399; /* HD-1 */
/*	background: #cccccc;*/ /* HD-2 */
/*	background:	#cccc66;*/  /* HD-3 */
/*	color:#ffffff;*/ /* HD-3 */
	}
table.dtTABLE td	
	{
	background: #ffffff; /* HD-1 *//* HD-2 */
/*	background: #ffffcc;*//* HD-3 */
	}
table.bannerparthead, table.bannertitle /* General values for the Running Head tables */
	{
	background-color: #D4DFFF; /* HD-1 */
/*	background-color: #99ccff;*/   /* HD-2 */   
/*	background-color: #336666;*/ /* HD-3 */
	}
table.bannerparthead td /* General Values for cells in the top row of running head */
	{
/* HD-1 */
/* HD-2 */
/*	color:#ffffff; */ /* HD-3 */
/*	font-size: 140%; */ /* HD-3 */
	}

div.sapop, div.langMenu /* See Also & Requirements popups */
	{
	background: #EFEFF7; /* HD-1 */
/*	background: #ffffcc;*/   /* HD-2 */   /* HD-3 */
	}

/* -- 以下、HD-1のみ-- */
table.dtTABLE th, table.dtTABLE td
	{ 
	border: solid 2px #FFFFFF; 
	border-collapse: separate;
	}

table.dtTABLE th 
	{
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1;
	background: #EFEFF7;
	padding: 0.2em;
	color: #000066;
	}

table.dtTABLE td 
	{
	border-bottom-style: solid;
	border-bottom-color: #C8CDDE;
	border-bottom-width: 1px;
	background: #F7F7FF;
	padding: 0.2em;
	vertical-align: top;
	overflow: hidden;
	}

a 
	{
	color: blue;
	font-weight: bold;
	}
