/*ページの基本デザイン+タイトル画像埋め込み*/
body{ background-image:url(img/mix.gif);
      text-align:center;}

a   {text-decoration: none;}
a:link {color:#0000EE;}
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(img/titleback3.jpg);
     height: 90px;
　　font-size: 28pt;
     font-family:"MS Pゴシック", Osaka,sana-serif;
     color: #ffff99;
     padding: 10px 10px
     text-align: center;
     text-decoration: underline overline;}

.bread a {text-decoration: none;}
.bread a:link { color: #0000ee;}
.bread a:hover {color:white;background-color:blue;}

.st_en { font-size: 18pt;
         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;}

.navbar {background-color: #ffbb9e;
         padding: 0px;
         width: 598px;
         position: absolute;
         top: 90px;
         left:0px;
         border-bottom: solid 1px #999999;
         border-top: solid 1px #999999; }

.navbar h2 { width: 100px;
             float: left;
             text-align: center;
             background-color: #ffd98c8;
             margin: 0px;
             font-family:"MS Pゴシック", Osaka,sana-serif;
             font-size: 12px;
             background-image: url(img/nav_bk.gif);
             line-height: 1.5em;
             border-right:solid 1px #fffefd;}

.navbar h2 a { text-decoration: none;
               color: #666666;
               display: block;
               width: 100px;}


adress{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;}

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