/*ページの基本デザイン用CSS*/
 body { background-image:url(img2/fuyu132[1].jpg);
        text-align:center; }


 .contents { width: 600px;
            margin: auto;
            background-color: #fffefd;
            text-align: left;
             border: solid 1px #999999; }

 h1  { height: 50px;
       font-size: 28pt;
       font-family:"MS Pゴシック", Osaka, sans-serif;
       color:#008800; }
 
 h2 { font-size: 16pt;
      color: #008800;
      text-align: center;
      font-family: "Times New Roman", Times, serif;
      font-style: italic; }
 

 h3  {font-family:"MS P明朝","細明朝体",serif;
      color: #993333;
      font-size: 120%;
      margin:1em 0px;
      padding-left: 10px;
      background-color:#e7faee;
      border-top: double 3px #01a252;
      border-bottom: double 3px #01a252;
      text-align: center;
      clear: both; }
	  
 h3, p {margin-left: 10px;
        margin-right: 10px; }
		
 p   { color: #009999;
       font-family: "MS Pゴシック", Osaka,sans-serif;}
		 
.t3_en { color: #666666;
         font-family:"Times New Roman",Times,serif;
         font-style: italic;}

 address { font-family: "Times New Roman", Times, serif;
          font-size: 80%;
          font-style: normal;
          text-align:center;
          border-top: dashed 1px #663300;
	  margin-top: 15px;
          padding-top: 5px;
	  padding-bottom: 5px;
          clear: both; }
		  
 address a { text-decoration: none; }
		  