@charset "iso-8859-1";
/*------------------------------------------------
Body
-------------------------------------------------*/
html {
font-size:80%;
}
/*------------------------------------------------
Link Marks
-----*/
/* Links(white arrrow without span) */
#headerArea #headerUpperBlock p.link,/* Header Inquiry Link */
#localNaviMainSec li,/* LocalNaviMain Sec Links */
#contentsSec h2.link,/* Contents Sec Link(h2) */
#contentsSec .link,/* Contents Sec Link */
#footerArea #footerLinkSec li.link,
#home #footerArea #footerLinkSec li,
#localNaviSec .subNaviBlock li,/* LocalNavi BeigeArea Links */
#contentsSec .innerLink li.link{/* Anchor link for other Page Link */
 background:url(../common/arrow_wt.gif) 1px 0.35em no-repeat;
}
/* Links(span) */
#contentsSec span.link{
	background:url(../common/arrow_wt.gif) 1px 0.19em no-repeat;
}
/* Links(span) */
#contentsSec span.otherLink{
	background:url(../common/arrow_or.gif) 1px 0.19em no-repeat;
}
/* Other Category Links (orange arrow) */
#headerArea #headerUpperBlock .otherLink,/* Header otherLangage Links */
#localNaviMainSec li.otherLink,/* LocalNaviMain Sec Links */
#contentsSec .otherLink,
#contentsSec h2.otherLink,
#localNaviSec .subNaviBlock .otherLink,
#footerArea #footerLinkSec li/* Footer Links */{
	background:url(../common/arrow_or.gif) 1px 0.35em no-repeat;
}
/*--------------------------------------------*/
/*------------------------------------------------
Local navigation
-------------------------------------------------*/
#localNaviSec #mainNaviBlock li{
	background:url(../common/arrow_wt.gif) 6px 0.65em no-repeat;
}
#localNaviSec #mainNaviBlock li li{
	background:#fff url(../common/arrows_or.gif) 18px 0.73em no-repeat;
}
#localNaviSec #mainNaviBlock .otherLink{
  background:url(../common/arrow_or.gif) 6px 0.65em no-repeat;
}
