/* ƒy[ƒW‚ÌŠî–{ƒfƒUƒCƒ“—pCSS */
 body { background-image:url(orange.gif) ;
       text-align:center; }
       
a     {text-decoration: none;}
a:link { color: #FF0000; }
a:active { color: green; }
a:hover { color: white; background-color:blue; }

.contents {width:600px;
           margin:auto;
           background-color: #fffefd;
           text-align: left; }
           border:solid 1px #999999;
           position: relative;}
           
 h1     { background-image: url(title_back.jpg) ;
          heigtht: 110px;
          font-size: 26pt;
          font-family: "‚l‚r@‚oƒSƒVƒbƒN",Osaka,san-serif;
          color: #FF8C00;
          padding: 10px 10px;
          text-decoration: underline ; }
 
 h2     { font-size: 18pt;
          color: #00ff00;
          font-family: "Time New Roman",Times, serif;
          text-align: center;
          font-style: italic; }
          
 h3     { font-size: 120%;
          color: #993333;
          font-family: "‚l‚r@‚o–¾’©","×–¾’©‘Ì", serif;
          text-align:center;
          margin:1em 0px;
          padding-left: 10px;
          background-color: #e7faee;
          border-top: double 3px #01a252;
          border-bottom: double 3px #01a252;
          clear: both; }
        
h3,  p {margin-left: 10px;
        margin-right: 10px; }
 
 p      { color: #999999;
          font-family: "‚l‚r@‚oƒSƒVƒbƒN", Osaka,sans-serif;}
           
           
  .t_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;
           padding-top: 5px;
           padding-bottom: 5px;
           margin-top: 15px;
           clear: both; }

  p img { float: left;
          margin-right: 5px;
          border: solid 1px #666666; }