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

--------------------------------------------------------------*/

body {
	font: 90%/1.4 "?q???M?m?p?S Pro W3", "Hiragino Kaku Gothic Pro", "???C???I", Meiryo, Osaka, "?l?r ?o?S?V?b?N", "MS P Gothic", sans-serif;
	background: #000096;
	margin: 0;
	padding: 0;
	color: #000;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

p{
	line-height:1.2;
}

a img { 
	border: none;
}

a:link {
	color:#69C;
	text-decoration: underline; 
}
a:visited {
	color:#69C;
	text-decoration: underline;
}


#WRAPPER {
	width: 1000px;
	background: #FFF;
	margin: 0 auto; 
}
object.member_co{
	width: 100%;
	margin: 10px auto;
}
.content {
	padding: 20px 30px;
	width: 940px;
}

table.member {
	width: 100%;
	font-size: 90%;
	margin-top: 10px;
	border: 1px solid #CCC;
	}
		
table.member th {
	width: 14.5%;
	border: 1px solid #CCC;
	}
	
table.member td {
	width: 5.7%;
	text-align: left;
	border: 1px solid #CCC;	
	}

.title_memberwork{
	font-size:90%;
	text-align:center;
	line-height:1;
	margin:5px 0;
}
.title_company{
	font-size:100%;
	text-align:left;
	font-weight:bold;
	color:#69C;
	margin:8px 0;
	padding:0 10px;
	line-height:1.3;
}
span.small {
	font-size:60%;
}
</pre></body></html>