<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* company.css */

.img {
	text-align: center;
	padding-bottom : 15px;
}

table {
	width : 500px;
}

th {
	padding: 3px 0 3px 15px;
	border : 1px solid #554236;
	background-color : #fff6ee;
	
}

td {
	padding: 3px 0 3px 15px;
	border : 1px solid #554236;
	background-color : #fff;
}

.aside ul {
	padding: 3px 0 3px 20px;
}

.aside ul li {
	list-style-type: disc;
}



.aside dl dt{
	list-style-type: disc;	
}

.span {
	text-align : center;
}</pre></body></html>