* {
	margin: 0;
	padding: 0;
}

body {
	width:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	background-color: #EFEFEF;
}

#base {
	background-color: #FFFFFF;
	line-height: 1.8em;
}

#base h3 {
	border-left: solid 8px #009A00;
	border-bottom: solid 1px #009A00;
	padding: 0.5em;
}

#banner {
	display: none;
	}

#topbox {
	display:none;
}

#navi {
	display:none;
}


#content {
	padding: 2em;
}

#content h2 {
	margin: 1em;
	clear: both;
}

#content p {
	margin: 1em 2em;
	text-indent: 1em;
}

#content table {
	margin: 1em;
}

#content th {
	font-weight: bold;
	color: #4169E1;
	border-bottom: solid 2px #4838DB;
}

#content td {
	border-bottom: dotted 1px gray;
	padding: 0.5em;
}

#content ul {
	margin-left: 1em;
}

#content li {
	margin-left: 1em;
}

#content dt {
	float: left;
	margin-left: 2em;
	margin-right: 2em;
	width: 6em;
	text-align: justify;
}

#content .time {
	width: 6em;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}

#content ul.support{
	margin-top: 1em;
	margin-bottom: 1em;
}
#content ul.support li {
	display: inline;
	padding: 1em 1em 1em 0em;
	list-style: none;
}

#footer p {
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
}

#footer a {
	text-decoration: none;
}
