@charset "UTF-8";

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fffdf4;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

th {
	margin-top: 6px;
}

td {
	font-family: "ＭＳ Ｐゴシック";
}

#main {
	background-color: white;
	width: 820px;
	height: inherit;
	background-attachment: fixed;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: olive;
	border-right-color: olive;
	padding-top: 10px;
	padding-bottom: 10px;
}

