h1{ /* ヘッダ内の見出し1 */
font-size: 155%; 
line-height: 1em;
margin-top: 1.0em;
text-align: center;
}
h2{ /* ヘッダ内の見出し2 */
font-size: 110%; 
line-height: 1em;
margin-top: 0.5em;
text-align: center;
}

h4{ /*フッター*/
font-size: 80%; 
color: #000099;
line-height: 0.5em;
margin-top: 0.5em;
}