<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Mac NN 用スタイルシート */



.ja10, .ja12, .ja14, .ja18, .ja12b, .ja14b, .ja18b
{
	font-family	: Osaka, sans-serif ;
}

.en10, .en12, .en14, .en18, .en12b, .en14b, .en18b
{
	font-family	: Verdana, Arial, Helvetica, sans-serif ;
}

.ja10, .en10
{
	font-size	: 10px ;
	line-height	: 1.4 ;
	color		: #333333 ;
}

.ja12, .en12
{
	font-size	: 12px ;
	line-height	: 15px ;
	color		: #333333 ;
}

.ja14, .en14
{
	font-size	: 14px ;
	line-height	: 20px ;
	color		: #333333 ;
}

.ja18, .en18
{
	font-size	: 18px ;
	line-height	: 26px ;
	color		: #333333 ;
}

.ja12b, .en12b
{
	font-size	: 12px ;
	line-height	: 15px ;
	font-weight	: bold;
	color		: #333333 ;
}

.ja14b, .en14b
{
	font-size	: 14px ;
	line-height	: 20px ;
	font-weight	: bold;
	color		: #333333 ;
}

.ja18b, .en18b
{
	font-size	: 18px ;
	line-height	: 26px ;
	font-weight	: bold;
	color		: #333333 ;
}

.news
{
	font-size	: 14px ;
	line-height	: 20px ;
	color		: #333333 ;
}

/*テーブル*/
.list table { 
	border-collapse:collapse;
	border: 1px #666666 solid;
	font-size:12px;
	line-height:15px;
	color:#333333;
} 
.list th {
	border: 1px #666666 solid;
	border-collapse:collapse;
	empty-cells:show;
	padding:2px;
	line-height:15px;
	color:#333333;
	font-size:12px;
} 
.list td { 
	border: 1px #666666 solid; 
	border-collapse:collapse;
	empty-cells:show;
	padding:2px;
	line-height:15px;
	color:#333333;
	font-size:12px;
} 


/*インデント*/
.intent_05{
	padding-left:0.5em;
	text-indent:-0.5em;
	margin-bottom:0;
	margin-top:0;
}

.intent_10{
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:0;
	margin-top:0;
}

.intent_12{
	padding-left:1.2em;
	text-indent:-1.2em;
	margin-bottom:3px;
	margin-top:0;
}

.intent_10_in{
	padding-left:2em;
	text-indent:-1.5em;
	margin-bottom:0;
	margin-top:0;
}</pre></body></html>