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


table#linkList
{
	width:	700px;
	border-collapse: collapse;
    border-spacing: 0;
	margin:	1em auto;
	border-top:	1px solid #CECECE;
	text-align:	left;
}

table#linkList tr td
{
	padding:	0.5em 1em;
	margin:	0;
	border-bottom:	1px solid #CECECE;
	/*white-space: nowrap;*/
}

#linkDescriptionHead
{
	background-color:	#EBF4FA;
	width:	250px;
}

#linkDescriptionParagraph
{
	width:	450px;
}</pre></body></html>