/* Cascading Style Sheet for Pervasive.SQL Documentation, last updated 26 May 2004 by Marika */


body		{  font-size: 80%; font-family: Verdana, Arial, Helvetica, "MS Sans Serif"  }

a:link		{ font-family: Verdana; color: #008000; } 

a:active	{ font-family: Verdana; color: #8FBC8B; }

a:visited 	{ font-family: Verdana; color: #996699; }

a:hover         { font-family: Verdana; color: #FFFFFF; background-color: #996699; }

p		{ font-family: Verdana;
                  margin-top: .6em; margin-bottom: .6em}

p.bigfix	{ margin-top: -.4em; margin-bottom: 0em;}



/*	HEADING TAGS	*/
/*      ------------    */


h1	{font-size: 140%;             /* for chapter titles */
	 margin-bottom: .5em}

h2	{font-size: 140%;             /* Framemaker Head1   */
	margin-top: 1.5em;
	margin-bottom: .5em }
        

h3	{font-size: 120%;             /* Framemaker Head2   */
	margin-top: 2.0em;  
	margin-bottom: .5em; 
        color: #0000CD}

h4	{font-size: 105%;             /* Framemaker Head3   */
	margin-top: 1.2em;
	margin-bottom: .5em}

h5	{font-size: 100%;             /* Framemaker Head4   */
	margin-top: 1.2em;
	margin-bottom: .5em;
        font-weight: bold}

	


/*	LIST TAGS	*/
/*      ---------       */



ol	{ margin-top: .6em; margin-bottom: 0em; margin-left: 2.4em }	

ul	{ margin-top: .6em;  margin-bottom: 0em; margin-left: 2.4em;
          list-style-type: square; font-family: Verdana;  }	



ul li   {font-family: Verdana; 
p li     {font-family: Verdana;  margin-bottom: .3em; list-style-type: square} 

/*li p {font-family: Verdana; /* font-size: 80% */ }

/*******************************************************************************
/*  注： 以下の行を使用すると、コード部分やコードコメントの"色"属性が無効になる
/*  ol li   {font-family: Verdana; 
/*  p li     {font-family: Verdana;  margin-bottom: .3em } 
/*******************************************************************************

/*	TERM AND DEFINITION TAGS	*/
/*      ------------------------        */

dl	{font-family: Verdana; margin-top: 0em }

dt	{font-family: Verdana; margin-top: 1em;
	margin-left: 0em; 	
	/* margin-left: 1.5em; */ }

dd	{font-family: Verdana; margin-bottom: 0em;	/*not currently working*/
	margin-left: 1.5em  }

dl li	{margin-bottom: .7em }	/*list item inside a term def list*/
dl dl	{margin-top: 0em;
	margin-left: 0em; margin-bottom: 0em }	/*term/def list inside a term/def list*/


/*	TABLE TAGS	*/

table	{font-size: 100%;
	margin-top: .5em;
	margin-left: 0em
                         }
		
th	{text-align: left;
	background: #D3D3D3;
        font-family: Verdana; 
	vertical-align: middle;}
		
th.center	{text-align: center}

tr	{vertical-align: top}

td	{ font-family: Verdana; 
          vertical-align: top }	

/*	MISC. TAGS	*/




blockquote {font-family: Verdana } /* Netscape CSS bug workaround */

pre	{ font-family: Courier New;
        font-size: 100%;
	margin-top: .3em;
	margin-bottom: 0em;
	margin-left: 2em;
        color: navy}
		
code	{ font-family: Courier New
	font-size: 100%; 
        color: navy }

var  {font-family: "MS Serif", Bookman, "Century Schoolbook" }
      font-size: 70%
      font-style: italic
        color: navy
     }            


/* CLASSES */

.big	{font-weight: bold; font-size: 105%}
.codecomment {color: green}
.specialchar {font-family: Wingdings}
.blackback {background-color: black}
.small {font-size: 80%}
.blue	{color: blue}
.red	{color: red}
.term   {color: maroon}
.indent1	{margin-left: 2em}
.indent2	{margin-left: 4em} 
.indent3	{margin-left: 6em}
