
  /*上部階層を示すナビの文字指定*/
.css1 {
	font-size:  10px;
	line-height: 10pt }


  /*TOPで使用される文字指定*/
.css2 {
	font-size:  12px;
	line-height: 11pt }


  /*第2階層からの左ナビ用の文字とcopyright指定*/
.css3 {
	font-size:  11px}


  /*●の文字指定*/
.css4 {
	font-size: 10px;
	color: #B2B2B2}


  /*下部階層タイトルの文字指定*/
.css5 {
	font-size:  15px;
	color: #A2B403}


  /*ページ全体のデフォルトの文字指定*/
BODY,TD {
	font-size:  10pt;
	color: #4B4B4B}


  /*LINK指定*/
A:LINK  {
	text-decoration : none ;
	color : #0B039E }

A:VISITED {
	text-decoration : none ;
	color : #785CBA }

A:ACTIVE {
	text-decoration : none ;
	color : #0B039E }

A:HOVER  {
	text-decoration : underline ;
	color : #70C238 } 
