body {
	color: #666666;
	text-align: center;
	background-image: url(images/sub_back.gif);
	margin: 0;
	padding: 0;
	}
#contents {
	margin-right: 50px;
	margin-left: 50px;
	}
h1 {
	font-size: 36px;
	color: #de5538;
	font-family: "Arial Black", sans-serif;
	letter-spacing: 1em;
	}
h2 {
	font-size: 18px;
	color: #ffffff;
	background-color: #35a463;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	}
table {
	font-size: 14px;
	background-color: #ffffe0;
	border: solid 4px #35a463;
	margin-bottom: 20px;
	width: 100%;
	height: 400px;
	}
th, td {
	padding: 10px;
	text-align: left;
	}
tr.backcolor {
	background-color: #eeefcd;
	}
td.image {
	width: 40%;
	}
td ul {
	list-style-image: url(images/mark.gif);
	}