body {    margin: 0px 0px 0px 0px;        /*バックグラウンド画像*/        background-image: url("./images/wall.jpg");        /*バックグラウンドカラー*/        background-color: #FFFFFF;        /*バックグラウンドリピート*/        background-repeat: repeat;        /*バックグラウンド位置*/        background-position: top left;                text-align: left;	}a {	text-decoration: underline;	}body,tr,td,th {	font-size:15px;font-family:"font-family:ヒラギノ角ゴ Pro W4, Hiragino Kaku Gothic Pro ,Osaka, ＭＳ Ｐゴシック, MS UI Gothic, sans-serif"	}