@charset   "Shift_JIS";

a{
  font-size : 12px;
  font-family : 'メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color : black;
  text-decoration : none;
}
a:visited{
  font-size : 12px;
  font-family : 'メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color : #4b4b4b;
  text-decoration : none;
}

a:hover{
	font-size: 12px;
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color : blue;
	text-decoration: underline;
}

a:active{
	font-size: 12px;
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color : blue;
	text-decoration: none;
}


body{
  font-size : 10px;
  font-family : 'メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color : blue;
}

td{
	font-size : 14px;
	font-family: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color : black;
  line-height : 1.4;
}

small{
  font-size : 10px;
  font-family : 'メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color : red;
}

big{
  font-size : 24px;
  font-family : メイリオ,"Meiryo UI";
  text-decoration : none;
  font-weight : bold;
  color : #cc0000;
}
