/* ページの基本デザイン用css　*/

body {
      font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, sans-serif;
      color: #666666;
}
h1{
      font-family: Arial, Helvetica, sans-serif; 
      font-size: 32px; 
      font-weight: normal;
      letter-spacing: 10px;
      margin: 0px;
}

h2{
     color: #FF6600;
     font-size: 18px;
     border-left: 12px solid #F4A243;
     padding-left: 5px;
     margin-top: 10px;
     margin-bottom: 0px;
}

h3{
     background-color:#F4A243;
     border:3px double #FFFFFF;
     color: #FFFFFF;
     font-size: 16px;
     margin:0.5em 0px;
     padding-left: 4px;
     clear: both;
}

h4{
    color: #009900;
    font-size: 12px;
    line-height: 150%;
    
    }

h5{
    color: #FF0099;
    font-size: 12px;
    line-height: 150%;
    }


p{
     font-size: 14px;
     line-height: 150%;
}



address{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-style: nomal;
      text-align: center;
      border-top: dotted 2px #D93E02;
      padding-top: 5px;
      margin-top: 15px;
      clear: both;
}

p img{
      float: left;
      margin-right: 5px;
      border: solid 0px #666666;
}

#path{
      text-align:right;
      margin: 0px;
}

a {
      color: #666666;
      text-decoration: none;
      font-weight: bold;
}

h1 a{
     color: #990000;
     font-weight: normal;
}