body {
	margin: 0px;
	padding: 0px;
}
/* ヘッダー部分白抜き文字 */
.header				{
	color: #666666;
	font-size: 12px;
}
.header A:link		{color: #666666;text-decoration: none;}
.header A:visited	{color: #666666;text-decoration: none;}
.header A:hover		{color: #666666;text-decoration: underline;}
.header A:active	{color: #666666;}

/* メニュー部分リンク有り */
.menu				{
	color: #cc6600;
	font-size: 12px;
	line-height: 16px;
}
.menu A:link		{color: #cc6600;text-decoration: none;}
.menu A:visited	{color: #cc6600;text-decoration: none;}
.menu A:hover		{color: #cc6600;text-decoration: underline;}
.menu A:active	{color: #cc6600;}

/* メニュー部分リンク無し */
.menu02				{
	color: #cc6600;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
}

/* 本文リンク無し */
.tx01 {
	font-size: 9pt;
	line-height: 15px;
	color: #666666;
}

/* 本文見出し */
.tx02 {
	font-size: 12px;
	line-height: 20px;
	color: #cc6600;
	font-weight: bold;
}

/* 本文小見出し */
.tx03 {
	color: #333333; 
	font-weight: bold; 
	font-size: 12px; 
}

/* 本文リンク有り */
.link				{
	color: #0066FF;
	font-size: 12px;
	line-height: 15px;
}
.link A:Link		{color: #0066FF;text-decoration: underline;}
.link A:visited	{color: #0066FF;text-decoration: underline;}
.link A:hover		{color: #0066FF;text-decoration: underline;}
.link A:active	{color: #0066FF;}

/* 本文行間狭 */
.tx03 {
	font-size: 12px;
	line-height: 15px;
	color: #666666;
}

/* 本文白抜き太文字 */
.tx04 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

/* 本文白抜き細文字 */
.tx05 {
	font-size: 9px;
	color: #FFFFFF;
}

/* 本文小文字 */
.tx06 {
	font-weight: bold; 
	font-size: 12px; 
	color: #666666;
}

/* 本文小文字 */
.tx07 {
	font-size: 10px;
	line-height: 15px;
	color: #666666;
}

/* お知らせ強調文字 */
.tx08 {
	color: #0066FF;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}

/* フッダー部分白抜き文字 */
.footer				{
	color: #666666;
	font-size: 12px;
}
.footer A:Link		{color: #666666;text-decoration: none;}
.footer A:visited	{color: #666666;text-decoration: none;}
.footer A:hover		{color: #666666;text-decoration: underline;}
.footer A:active	{color: #666666;}

}
.date {
	color: blue;
	FONT-SIZE: 8pt;
	background-color: #ffffff;
	font-weight: bold;
}
