/*--------------------------------------------*/
/*text                                        */
/*--------------------------------------------*/
.textS{
	font-size: 70%;
	line-height: 120%;
}
.textM{
	font-size: 81%;
	line-height: 140%;
}
.textMn{
	font-size: 81%;
	line-height: 120%;
}
.textMw{
	font-size: 81%;
	line-height: 170%;
	padding-left: 15px;
}
.textL {
	font-size: 88%;
	line-height: 140%;
}
.textcL {
	font-size: 110%;
}
.textPagetitle {
	font-size: 100%;
	line-height: 140%;
	font-weight: bold;
	text-indent: 5px;
}
/*--------------------------------------------*/
/*text color                                  */
/*--------------------------------------------*/
.textBlue{
	color: #043FB3;
}
.textRed{
	color: #D61717;
}
.textGreen{
	color: #15980E;
}
.textGBlue{
	color: #5476B8;
}
.textBlack{
	color: #000000;
}
.textCapt {
	color: #666666;
}
/*--------------------------------------------*/
/*link color                                  */
/*--------------------------------------------*/
a:link {
	color : #333333;
	text-decoration : none;
}
a:visited{
	color : #636363;
	text-decoration : none;
}
a:hover {
	color : #2454C9;
	text-decoration : none;
}
a:active {
	color : #2454C9;
	text-decoration : none;
}
/*--------------------------------------------*/
/*link color company menu                     */
/*--------------------------------------------*/
a.link1:link {
	color : #333333;
	text-decoration : none;
}
a.link1:visited{
	color : #586578;
	text-decoration : none;
}
a.link1:hover {
	color : #0058FF;
	text-decoration: underline;
}
a.link1:active {
	color : #0058FF;
	text-decoration: underline;
}
/*--------------------------------------------*/
/*link color business menu                    */
/*--------------------------------------------*/
a.link2:link {
	color : #333333;
	text-decoration : none;
}
a.link2:visited{
	color : #7E5E5E;
	text-decoration : none;
}
a.link2:hover {
	color : #FF0000;
	text-decoration: underline;
}
a.link2:active {
	color : #FF0000;
	text-decoration: underline;
}
/*--------------------------------------------*/
/*link color recruit menu                     */
/*--------------------------------------------*/
a.link3:link {
	color : #333333;
	text-decoration : none;
}
a.link3:visited{
	color : #5E745D;
	text-decoration : none;
}
a.link3:hover {
	color : #339638;
	text-decoration: underline;
}
a.link3:active {
	color : #339638;
	text-decoration: underline;
}
/*--------------------------------------------*/
/*link color list                             */
/*--------------------------------------------*/
a.link4:link {
	color : #043FB3;
	text-decoration : underline;
}
a.link4:visited{
	color : #002966;
	text-decoration : underline;
}
a.link4:hover {
	color : #0058FF;
	text-decoration : underline;
}
a.link4:active {
	color : #0058FF;
	text-decoration : underline;
}
/*--------------------------------------------*/
/*link color 6                                */
/*--------------------------------------------*/
a.link5:link {
	color : #043FB3;
	text-decoration : underline;
}
a.link5:visited{
	color : #002780;
	text-decoration : underline;
}
a.link5:hover {
	color : #0058FF;
	text-decoration : underline;
}
a.link5:active {
	color : #0058FF;
	text-decoration : underline;
}

