﻿/* ページの基本デザイン用CSS */
body {
       font-family:"メイリオ","MS Pゴシック",
       osaka, sans-serif;
       color: #666666;
}

h1 {
       font-family: Arial, Helvetica, sans-serif;
       font-size:150%;
       font-weight: normal;
       letter-spacing: 10px;
       margin: 0px;
}

h2 {
       color: #ff6600;
       font-size:120%;
       border-left: 12px solid #336600;
       padding-left: 5px;
       margin-top: 0.5em;
       margin-bottom: 0px;
}

h3 {
       background-image:url(  .jpg);
       border:3px double #ff9900;
       color: #000000;
       font-size: 100%;
       margin:0.5em 0px;
       padding-left: 4px;
}

p {
       font-size: 90%; 
       line-height: 150%;
}

p img {
      margin: auto;
      
      border: none;

#path {
      text-align:right;
      
}

a {
      color: #666666;
      text-decoration: none;
      font-weight: bold;
}