/* sub navigation */
 a.SubNavi:link { font-size : 12px;  color : #000000;  text-decoration : none;   }
 a.SubNavi:visited { font-size : 12px;  color : #000000;  text-decoration : none;   }
 a.SubNavi:active { font-size : 12px;  color : #000000;  text-decoration : none;  }
 a.SubNavi:hover { font-size :12px;  color : #000000;  text-decoration : underline;   }

/* link */
 a.link01:link { font-size : 12px;  color : #4D02A9;  text-decoration : none;   }
 a.link01:visited { font-size : 12px;  color : #4D02A9;  text-decoration : none;   }
 a.link01:active { font-size : 12px;  color : #025CA9;  text-decoration : none;  }
 a.link01:hover { font-size :12px;  color : #4D02A9;  text-decoration : underline;   }

 a.link02:link { font-size : 12px;  color : #ffffff;  text-decoration : none;   }
 a.link02:visited { font-size : 12px;  color : #ffffff;  text-decoration : none;   }
 a.link02:active { font-size : 12px;  color : #ffffff;  text-decoration : none;  }
 a.link02:hover { font-size :12px;  color : #ffffff;  text-decoration : underline;   }

 a.black11:link { font-size : 11px;  color : #000000;  text-decoration : none;   }
 a.black11:visited { font-size : 11px;  color : #000000;  text-decoration : none;   }
 a.black11:active { font-size : 11px;  color : #000000;  text-decoration : none;  }
 a.black11:hover { font-size :11px;  color : #000000;  text-decoration : none;   }
 
 a.grey11:link { font-size : 11px;  color : #666666;  text-decoration : none;   }
 a.grey11:visited { font-size : 11px;  color : #666666;  text-decoration : none;   }
 a.grey11:active { font-size : 11px;  color : #666666;  text-decoration : none;  }
 a.grey11:hover { font-size :11px;  color : #666666;  text-decoration : none;   }

/* font */

.location {
	font-size: 11px;
	color: #666666;
	line-height: 17px;

}

.black11 {
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	font-family: "µ¸¿ò";
}

.black12 {
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}

.black12bold {
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #000000;
}

.white12 {
	font-size: 12px;
	color: #ffffff;
	line-height: 17px;
}

.white12bold {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 17px;
}


.grey12 {
	font-size: 12px;
	color: #666666;
	line-height: 17px;
}

.grey11 {
	font-size: 11px;
	color: #666666;
	line-height: 14px;
	font-family: "µ¸¿ò";

}

.grey12bold {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 17px;
}


.blue12 {
	font-size: 12px;
	color: #3366CC;
	line-height: 17px;
}

.blue12bold {
	font-size: 12px;
	font-weight: bold;
	color: #3366CC;
	line-height: 17px;
}

.red12 {
	font-size: 12px;
	color: #CC0000;
	line-height: 17px;
}



/* Background */
.BgIndex {
	background-attachment: fixed;
	background-image:  url(../image/index_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.BgSolution {
	background-attachment: fixed;
	background-image:  url(../solution/img/solution_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.BgService {
	background-attachment: fixed;
	background-image:  url(../solution/img/service_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.BgSupport {
	background-attachment: fixed;
	background-image:  url(../solution/img/support_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.BgPartner {
	background-attachment: fixed;
	background-image:  url(../solution/img/partner_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.BgPeople {
	background-attachment: fixed;
	background-image:  url(../people/img/people_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.BgCompany {
	background-attachment: fixed;
	background-image:  url(../solution/img/company_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.BgMember {
	background-attachment: fixed;
	background-image:  url(../solution/img/member_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.form {font-size:9pt; height:17px}
