@charset "utf-8";@charset "utf-8";
/* CSS Document */

body{
	background-color:  #fff; 
	color:#000;
}

/* ページ全体のテキストを中央寄せにする */
body {
  text-align: center;
}


/*フォント */
.p {
	font-family:"游ゴシック体, 游ゴシック Medium, Yu Gothic Medium, Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif"
}



