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

body,tr td {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
}

a {
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

th {
	font-size: 14px;
	text-align: left;
}

#wrap {
	width: 560px;
}

#wrap TABLE {
	width: 560px;
	background-color: #CCCCCC;
}

#wrap TD{
	text-align: center;
	width: 144px;
	height: 140px;
	padding: 2px;
	font-size: 12px;
	background-color: #FFFFFF;
}


/*------------------------------
  subwindows
------------------------------*/

h3 {
	color: #666666;
	text-align:left;
}

#contents {
	width: 520px;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 12px;
}

#contents table {
	width: 510px;
	margin-left: 5px;
	background-color: #CCCCCC;
}

#contents td {
	text-align:center;
	width: 170px;
	height: 130px;
	padding-top: 2px;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 12px;
	vertical-align:top;
}

#contents img {
	border: 0;
}

#contents td.color {
	text-align:center;
	width: 255px;
	height: 130px;
	padding-top: 2px;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 12px;
}

#contents #paragraph {
	width: 490px;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 20px;
}

#footer {
	width: 640px;
	color: #666666;
	font-size: 12px;
	text-align:right;
}

/*------------------------------
  samplewindow
------------------------------*/

#contents table.sample {
	width: 510px;
}

#contents td.ss {
	width: 120px;
	height: 200px;
	background-color: #FFFFFF;
}

#contents td.en {
	width: 170px;
	height: 50px;
	padding-top: 2px;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 12px;
}</pre></body></html>