/* サイト全体のフォント指定 */
body {
	background-color:#ffffe0;
	font-family: "游ゴシック", "メイリオ", "Osaka" ;
	font-size : 200% ;
}

h4 {
  color:gray;
}