/*
      外部スタイルシート：　style.css
*/
    body { color: #000000;   
           background-color: #E0FFFF;}
    h1   { font: bold 16pt/20pt; 
           text-align: left }
    h2   { font: 14pt/16pt; 
           text-align: left } 
    h3   { font: bold 10pt/10pt; 
           text-align: left }
    h4   { font: 12pt/8pt; 
           text-decoration: underline;
           margin-left:2em; 
           text-align: left }
    h5   { font: 12pt/8pt; 
           margin-left:2em; }
    h6   { text-align : right; }
    p    { margin-left:3em;; 
           text-align: left }        
    code { white-space : pre;
           font-weight : 600; }
    .graph { text-align: center; }
    .right { float : right;
             margin-left : 20px }
    ul   { list-style: none }
    ol   { text-indent:3em; }
    .org { list-style: decimal;}
    .lid { list-style: circle; }
    .bld { font-weight : bold }
    .height {line-height: 1.5 }
    .pmargin {margin-left : 3em; }
    .small {text-align: right; font-size : smaller} 
    .indnt  { margin-left:10em; }
    .indnt5  { margin-left: 5em; }        
    .indnt2  { margin-left: 2em; }      
	.red    {color : #ff0000 }
	.tbcl   {border-collapse: collapse;
	         border: 1px solid #000000;}
	.tdcl      {border: 1px solid #000000;}
	.tleft  {float:left;
	         margin-right:10px}
   
    em   { color: #ff0000; font-style: normal; }
