/*ページ基本デザイン用CSS*/

body {
      font-family: MSゴシック, ヒラギノ角ゴPro W3, Hiragino Kaku Gothic Pro, Osaka;
      color: #666666;
}
h1   {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 2em;
      font-weight: normal;
      letter-spacing: 10px;
      margin: 0px;
}
h2   {
      font-size: 1.2em;
      /*font-weight: normal;*/
      /*border-left: 12x solid #666666;*/
      padding-left: 5px;
      margin-top: 20px;
      margin-bottom: 0px;
}
h3   {
      font-size: 1em;
}
p{
      font-size: 0.8em;
      line-height: 1.5em;
}
p img{
      border:none
}
p a:hover{
      color: #add633;
}
a    {
      color: #666666;
      text-decoration: none;
}
address{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 0.75em;
      font-style: normal;
      text-align: center;
      border-top: dotted 2px #666666;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-top: 30px; 
}
address a:hover{
      color: #add633;
}

