@charset "Shift_JIS";
/*------------------------------------------------
基本
-------------------------------------------------*/
html{
font-size:70%;
}
/*------------------------------------------------
リンクマーク
-------------------------------------------------*/
/* アイコンつきリンク（白□→、spanタグの場合を除く） */
#headerArea #headerUpperBlock p.link,/* ヘッダーお問い合わせリンク */
#localNaviMainSec li,/* ローカルナビメインセクションのリンク */
#contentsSec h2.link,/* コンテンツセクションリンクマーク（h2見出し） */
#contentsSec .link,/* コンテンツセクション内リンクマーク */
#footerArea #footerLinkSec li,/* フッターリンク */
#localNaviSec .subNaviBlock li,/* ローカルナビベージュ囲み部分のリンク */
#contentsSec .innerLink li.link,/*アンカーリンクタイプで別ページリンクの場合*/
#footerArea #footerLinkSec li.link,
#home #footerArea #footerLinkSec li,
#home #productsNavi ul li ul li .link{/*ホームのプルダウンメニューのリンクマーク*/
	background:url(../common/arrow_wt.gif) 1px 0.25em no-repeat;
}
/* リンク（spanタグのリンクマーク） */
#contentsSec span.link,
* html #home #productsNavi ul li ul li .link{/*ホームのプルダウンメニューのリンクマーク*/
	background:url(../common/arrow_wt.gif) 1px 0 no-repeat;
}
#contentsSec span.otherLink{
	background:url(../common/arrow_or.gif) 1px 0 no-repeat;
}
/* リンク（小さい→リンクマーク） */
#contentsSec .links,
.Index .links{
	background:url(../common/arrows_or.gif) no-repeat 0 0.3em ;
}
/* 別コーナーへのリンク */
#headerArea #headerUpperBlock .otherLink,/* ヘッダーの他言語サイトへのリンク */
#localNaviMainSec li.otherLink,/* ローカルナビメインセクションのリンク */
#contentsSec .otherLink,/* コンテンツセクション内リンクマーク */
#contentsSec h2.otherLink,
#localNaviSec .subNaviBlock .otherLink,
#footerArea #footerLinkSec li/* フッターリンク */{
	background:url(../common/arrow_or.gif) 1px 0.25em no-repeat;
}
/*==============================================
ローカルナビセクション
==============================================*/
#localNavi{
font-size:70%;
}
/* メインナビゲーション ----------------*/
/*通常リンク（1階層）*/
#localNaviSec #mainNaviBlock li{
	background:url(../common/arrow_wt.gif) 6px 0.5em no-repeat;
}
/*通常リンク（2階層）*/
#localNaviSec #mainNaviBlock li li{
	background:#fff url(../common/arrows_or.gif) 18px 0.5em no-repeat;
}
/*別コーナーリンク（1階層）*/
#localNaviSec #mainNaviBlock .otherLink{
	background:url(../common/arrow_or.gif) 6px 0.5em no-repeat;
}

/*========================================================
ニュースリリース トビラ
========================================================*/
#whatIndex #mainContentsBlock dd.link{/*for IE6*/
	margin-left:10.5em;
}
html > #whatIndex #mainContentsBlock dd.link{
	margin-left:10.2em;
}