/*Style of Memu*/
body{
	/*Font Style*/
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: 'ＭＳ ゴシック', 'ＭＳ 明朝', 'ＭＳ Ｐゴシック', 'ＭＳ Ｐ明朝';
	color: #000000;
	

	/*Background Style*/
	background: #ffffff;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.infomsg{
	color: #888888;
}
