/*カンパニー共通*/

td { font-size : 12px;
         color : #333333; }


/*最新情報・お知らせ一覧用*/

.date{color:#1262AD;
	font-size:10px;
	font-weight:bold;}

.whatnew{font-size:12px;
		line-height:120%;
		color:#333333;}

.list_td{font-size:12px;
		line-height:120%;
		color:#333333;}

.cautiondate{color:#881000;
	font-size:10px;
	font-weight:bold;}

.caution{color:#881000;
	font-size:12px;
	line-height:140%}

/*デフォルトリンクカラー*/

    A:LINK { color : #343b8f;
             text-decoration : none; }

    A:VISITED { color : #774979;
                text-decoration : none; }

    A:HOVER { color : #ff9900;
              text-decoration : none; }

    A:ACTIVE { color : #b2b6e7;
               text-decoration : none; }



/*リンク色固定*/

    A.fix:LINK { color : #343b8f;
             text-decoration : none; }

    A.fix:VISITED { color : #343b8f;
                text-decoration : none; }

    A.fix:HOVER { color : #ff9900;
              text-decoration : none; }

    A.fix:ACTIVE { color : #b2b6e7;
               text-decoration : none; }


/*リンク色固定 イメージング用*/

    A.imaging:LINK { color : #666666;
             text-decoration : none; }

    A.imaging:VISITED { color : #666666;
                text-decoration : none; }

    A.imaging:HOVER { color : #424DBA;
                text-decoration : underline; }
				
    A.imaging:ACTIVE { color : #424DBA;
                text-decoration : underline; }


/*お知らせ・新着・最新専用*/

    A.news:LINK { color : #333333;
             text-decoration : none; }

    A.news:VISITED { color : #333333;
                text-decoration : none; }

    A.news:HOVER { color : #ff9900;
              text-decoration : none; }

    A.news:ACTIVE { color : #b2b6e7;
               text-decoration : none; }


    A.release:LINK{color : #343b8f;
             text-decoration : none;}

    A.release:VISITED{color : #343b8f;
                text-decoration : none;}

    A.release:HOVER{color : #ff9900;
              text-decoration : none;}

    A.release:ACTIVE{color : #b2b6e7;
               text-decoration : none;}




/*リンク色設定(アンダーライン付）*/

/*主に本文中などで単発で使用。それ以外はデフォルト指定*/



    A.bodylink:LINK{color : #343b8f;
             text-decoration : underline;}

    A.bodylink:VISITED{color : #343b8f;
                text-decoration : underline;}

    A.bodylink:HOVER{color : #ff9900;
              text-decoration : underline;}

    A.bodylink:ACTIVE{color : #b2b6e7;
               text-decoration : underline;}

