/* 外部スタイルシート、ファイル名：style.css */

/* フォント */
BODY { 	color: #616161 ; 
		background-color: #ffffff ;	
		font-size: 75%;
		font-family: 'MS　ゴシック':
}

H1 {	font-size:small;
}


A:link {
		color: "#082984";
		text-decoration : none ;
}
A:visited { 	color: "#708090";
		text-decoration: none;
}
A:hover  {
		color: "#FF1493" ;
		font-weight     : none ; 
		text-decoration: underline;
}
TD {		font-size: 75%;	
		line-height:130%
}

.line{		line-height:2; 
}

.line1{		line-height:1;	}

.line3{		line-height:3;	}