/* ボディ - 背景画像設定 */
body{
	color: #938D8D;
	background-color: white;
	background-image: url("./image/top.gif");
	background-repeat: no-repeat;
	background-position: right bottom
}


div.top{
	border: dashed 3px #938D8D;
	padding: 2.0em 1.5em
}

th{
	width: 200px
}
