/*ページの基本デザイン用CSS*/
body  {
      background-color: white;
      color: #333333;
      }

h1    {
      font-family: "", "",serif;
      font-size: 100%;
      font-style: ;
      margin: 0PX;
      }
h2    {
      font-family: "", "",serif;
      font-size: 75%;
      text-align:left;
      margin:1em 0px;
      }
h3    {
      font-family: "", "",serif;
      font-size: 100%;
      color: black;
      text-align: center;
      margin:1em 20px;
      background-color: ;
      border-top:solid 0px gray;
      border-bottom:solid 0px gray;
      text align: center;
      clear: both;
      }
p     {
      font-family: "", osaka,sans-serif;
      font-size: 100%;
      line-height: 150%;
      }
address {
      font-family: "", times, serif;
      font-size: 100%;
      font-style: normal; 
      text-align:center;
      padding-top: 5px;
      margin-top: 15px;
      clear: both;
      }
p img {
      float: left;
      margin-right: 10px;
      border:solid 1px white;
      }
a     {
      color: blue;
      text-decoration: none;
      font-weight: ;
      }
.col  {
      width: 525px;
      padding: 0px 10px;
      float: left;
      }