@charset "utf-8";

/*全体*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #242424;
	font-size:12px;
	line-height:1.7em;
	margin: 0px;
	background-image: url(../img/back_sub.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
