@charset "utf-8";

/* FONT */
body {
  font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Osaka－等幅", "ＭＳ ゴシック";
  line-height:1;
  color: #000;
  overflow-x : hidden;
}


/* LINK 
----------------------------------------*/
a {
	color: #03c;
	text-decoration: underline;
}
a:hover { color: #00c;}
