body {
	background-color: #DDD9D0;
	background-image: url(../image/j-bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	font-size: 12px;
	*font-family: "ＭＳ Ｐゴシック";
}
/* for IE6 */
* html body {
	font-size: 75%;
}
/* for IE7 */
*:first-child+html body {
	font-size: 75%;
}

