/*オリジナルフォント指定*/
@font-face {
  font-family: 'puchikuma', sans-serif; 
  src: url('puchikuma.ttf') format(truetype);
}
/*リンク指定*/
A:link { color: blue; }
A:visited { color: black; }
A:active { color: red; }
A:hover { color: white; }
/*見出し指定*/
h2{
　color:black; background-color:white; text-align:center; font-family: 'ヒラギノ丸ゴ ProN W4';  font-weight: bold;
}
h3{
　color:black; background-color:white; text-align:center; font-family: 'ヒラギノ丸ゴ ProN W4'; font-weight: bold;
}
h4{
　color:red; background-color:white; text-align:center; font-family: 'ヒラギノ丸ゴ ProN W4'; font-weight: bold;
}
h5{
　color:black; background-color:white; text-align:center; font-family: 'ヒラギノ丸ゴ Pro W4';}
