body {
	margin: 0;
	padding: 0;
}

h4 {
	border-color: #339;
	border-style: solid;
	border-width: 0 0 0 1em;
	background-color: #69c;
	padding: 5px;
}

li {
	line-height: 1.3em;
}

ol li {
	border-color: #333;
	border-style: dotted;
	border-width: 0 0 1px 0;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
}

p {
	line-height: 1.3em;
	text-indent: 1em;
}

p.underline {
	border-color: #333;
	border-style: dotted;
	border-width: 0 0 1px 0;
	padding: 0 0 1em 0;
}

ul {
	list-style-type: disc;
}

ul li {
	border-style: none;
	margin: 0;
	padding: 0;
}

div.menu {
	background-color: #9c9;
	padding: 3px;
	border-color: #cfc #696 #696 #cfc;
	border-style: solid;
	border-width: 1px;
}

div.text {
	font-size: 16px;
	margin: 1em;
}

input, select {
	font-family: "ＭＳ ゴシック";
}

a.display {
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
}