

/****************************************
/* レフトフレーム用の基本フォーマット
/***************************************/
BODY{		margin: 0px 0px;	
　　　　　　　　padding: 0px 0px;			/* 上下左右のマージン(表の外の余白) 上下、左右 */ 
			font-size: 14px;			/* 通常テキストのサイズ */
}

/****************************************
/* アンカーの設定
/***************************************/

/* アンカー */
A{	color: blue ;		                        /* アンカーのテキストの色(=白色white)#191919 */
	text-decoration: none;		                        /* アンカーのテキストの修飾(下線は無し) */
}

/* アンカーにマウスを乗せた時 */
A:hover{	color: #ff0000 ;					/* テキストの色 */
			text-decoration:underline;		/* テキストの修飾(下線有り) */
}

A:HOVER{
text-decoration:none;
visibility:visible;
float:none;
clear:none;
position:relative;
top:1pt;
left:1pt;
}

/****************************************
/* フォントの設定
/***************************************/

/* サイズ */
FONT.ratio80{	font-size: "100%";		                /* 50%の大きさ */
}

table.th.td.a img{
border:none;
}