/*      cssファイル名  index.css                */
/*      JNファニチャースタイルシート           */
/*      作成者         F.T                     */
/*      バージョン                             */

/*  −−タイトル  文字の定義  −−−−−−−  */
/*      hタグ改行解除と文字の大きさ指定 −−  */
h1 {    
        display: inline;
  　　　font-size: 24px;
        color: #ffffff; 
}
h2 {    
        display: inline;
        font-size: 18px;
        color: #ffffff;
}
