/*index用*/
strong.name{font-size:2cm;
            color:orange;
}
/*通常*/
h1.title{font-size:1.5cm;
   color:red;
}
h2.subtitle{font-size:xx-large;
            color:blue;
}
p.normal{font-size:x-large;
}

table.start{width:90%;
            empty-cells:hide;
            margin-left: auto;
            margin-right: auto;
}
body { font-family:"メイリオ"; }