@charset "utf-8";

/* 全体の設定 */
body {
 background-color: ffe;
 }
 
/* 見出し */
h1, h2, h3, h4, h5, h6, {
 font-family: `メイリオ`, `游ゴシック`, sans-serif;
 font-weight: normal;
 color:#222;
 }
 
 h1 {
  font-size: 34px;
  text-shadow: 1px 1px 2px #666b70;
    }
  
  h2 {
   font-size: 26px
   }
   h3 {
    font-size:19px;
    }
 
 /* ページタイトル部分 */
 .lead {
  color: gray;
  font-size: 20px
  }
 