/*font-style01.css　フォント設定*/

body,th,td{
font-family:"ＭＳ Ｐゴシック","Meiryo UI" ; font-size:16px ; color:#000000 ;
}
a{
text-decoration:none;
} 
a:hover{
text-decoration:underline;
}
