@charset "shift_jis";

/*--------------------------------------------
	ボディ
--------------------------------------------*/
body{
/*---	背景を消す		------------*/
	background-color: white;
	background-image: none;

/*---	フォントサイズ		------------*/
	font-size: 12pt;

/*---	明朝			------------*/
	font-family: -serif;

}



