body {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 1.7;
	word-break: keep-all;
	padding: 20px;
	background-image: url(table.jpg);
	background-size: 25%;
	background-attachment: fixed;





}




figure {
  max-width: 333px;   /* 전체 영역의 최대 폭 */
  text-align: right;
  margin: 0 auto;     /* 가운데 정렬 */
}

figcaption {
  font-size: 0.5em;
  color: #666;
  margin-top: -0.5em;
}

img {
  width: 100%;        /* figure의 폭에 맞춰 자동 조정 */
  height: auto;
}




