/*ページの基本デザイン用css*/
body  {
       padding: 0;
       margin: 0;     
       background-color: #ffffff;
       color: #000000;
       }
h1    {
       font-size: 150%;
       line-height: 150%;
      }
h2    {
       font-size: 130%;
       line-height: 150%;
      }
h3    {
       font-size: 120%;
       line-height: 130%;
      }
h4    {
       font-size: 100%;
       line-height: 150%;
      }
h5    {
       font-size: 90%;
       line-height: 130%;
      }
h6    {
       font-size: 80%;
       line-height:120%;
       }
p, ul, dl, ol     {
       font-size: 100%;
       line-height:150%;
       text-align: left
      }          
em  {
      font-style: normal;
      color: #ff0000;
      }
address {
   font-family: "Times New Roman", Times, serif;
   font-size: 50%;
   font-style: normal;
   text-align: center;
   }