@import "base.css";

#contents div.container div.section ul {
	margin: 16px 32px;
	list-style-type: square;
	line-height: 180%;
}
li.ika {
	list-style-type: none;
}

div.framed {
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #006615;
	text-align: center;
	background-color: #ACE0C0;
}

/* company */
table {
	border: 1px solid #006615;
	border-collapse: collapse;
	border-spacing: 0;
}
table th, td {
	border: 1px dotted #006615;
	padding: 12px;
}
table th {
	white-space: nowrap;
	background-color: #AFA;
}

.hanp {
	margin: 12px 0;
	padding: 8px 4px;
	background-color: #ACD598;
	border: solid 1px #32B16C;
}