 
h3{text-indent: 1em;} 
h4{margin:1em 0 0 2em; } 

 ul {
          margin:0 0 0em 1em;          /* リストのマージン　上右下左 */
          line-height: 1.1em;            /* 行間 */
          text-indent: 0em;           /* 文章の出だし調整 */
          white-space:pre;               /* スペース有効 */
          }
 li       {
          margin:0em 0 0em 0;              /* リスト毎間隔 */
          }

 .pointa {  cursor: hand; color: #0000CC} 

