/* ------------------------------------------------------------------ */
/* CAJ SUPPORT CSS ... LAST UPDATE: 03.12.20				  */
/* NOTE1: ADDITIONAL STYLE から[a.support] [a.small] を削除  */
/* NOTE2: 基本となる日本語フォントサイズを11px→10pt、10px→8ptへ変更 (03.03.27) */
/* NOTE3: 不要なスタイルを削除　H4、PRE、normal、area、areaw、gray、smallv (03.12.20) */
/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/* AUTOMATIC ATTRIBUTES */

A:link				{  text-decoration: underline; color: #000066  }
A:hover				{  text-decoration: underline; color: #000066  }
A:active				{  text-decoration: underline; color: #000066  }
A:visited				{  text-decoration: underline; color: #000066  }

BODY				{  font-size: 10pt; font-weight: normal; color: #000000 ; line-height:120%  }
P 					{  font-size: 10pt; font-weight: normal; color: #000000 ; line-height:120%  }
TD 					{  font-size: 10pt; font-weight: normal; color: #000000  }

H1 					{  font-size: 18px; font-weight: bold ; line-height:120%  }
H2 					{  font-size: 16px; font-weight: bold ; line-height:120%  }
H3 					{  font-size: 14px; font-weight: bold ; line-height:120%  }

OL 					{  font-size: 10pt }
UL 					{  font-size: 10pt; list-style: outside; list-style-type: square }
BLOCKQUOTE			{  font-size: 10pt; }

B					{  font-weight: bold  }
STRONG 				{  font-weight: bold  }
I 					{  font-style: italic  }
EM 					{  font-style: italic  }

INPUT		  		{  color: #000088; font-size: 10pt; } /* Special */
TEXTAREA			{  color: #000088; font-size: 10pt; } /* Special */


/* ------------------------------------------------------------------ */
/* 項目定義 */

.title 		{  font-size: 14px; font-weight: bold; margin-top: 5px; margin-bottom: 5px;  }
.subtitle 		{  font-size: 12px; font-weight: bold; margin-top: 5px; margin-bottom: 5px; }

.small 		{  font-size: 8pt  }
.red		{  color:#ff0000;  }

.smallred		{  color:#ff0000;font-size: 8pt  } /* 旧スタイルに対応。新規では絶対に使わないこと。 */

.copyright		{  font-size: 10px; color: #999999  }


/* ------------------------------------------------------------------ */
/* リンク定義*/

/* 02.1.16 fukuda*/
a.footer:link			{  text-decoration: none; font-size: 10px; color: #999999  }
a.footer:active		{  text-decoration: none; font-size: 10px; color: #666666  }
a.footer:visited		{  text-decoration: none; font-size: 10px; color: #999999  }
a.footer:hover			{  text-decoration: underline; font-size: 10px; color: #666666  }

/* ------------------------------------------------------------------ */
/* 余白・ラインなど*/

/* Sato added in 2003.11.17*/
.linkline			{  line-height:140%;  }

/* matsumaru added in 2004.08.03*/
.dotline	{ 
	border-bottom:1px dotted #aaaaaa;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	 }

/* ------------------------------------------------------------------ */
