a { text-decoration:none; }
.ul{ text-decoration:underLine; }

/* links */

a {font-size:9pt;color:#225F22;text-decoration:none;}
a:visited {color:#225F22;text-decoration:none;}
a:hover {color:#a41800;
	font-weight: bold;}

      }
/* 基本フォント */
td {	font-size: 10pt;
}

/* ベースカラー */
.base_dark {background-color:225F22;
}

.base_bright {background-color:8FC95C;
}

.base_light {background-color:C7F0C0;
}

.base_white {background-color:white;
}

.base_ibm {background-color:A2D1FF;
}

.base_ibm_light {background-color:D5EFF7;
}

.base_atit {background-color:#99ff00;
}

/* フォント */
.font_dark {color: 225F22;
}
.font_darkb {color: 225F22;
	font-weight: bold;
}
.font_darkb_large {color: 225F22;
	font-weight: bold;
	font-size:14pt;
}

.font_light {color: 79C789;
}

.white {color: white;
}

.whiteb {color: white;
	font-weight: bold;
}

.black_middle {color: black;
	font-weight: bold;
	font-size:12pt;
}

.black_large {color: black;
	font-weight: bold;
	font-size:14pt;
}

.black_small {color: black;
	font-size:8pt;
}

.dark_middle {color: 225F22;
	font-weight: bold;
	font-size:10pt;
}

.dark_large {color: 225F22;
	font-weight: bold;
	font-size:14pt;
}

.red {color: red;
}
.redb {color: red;
       font-weight:bold;
}
