/*カンパニー共通*/



body { background-image :  url(/jp/image/bg.gif);



	background-repeat:repeat-y; }



td { font-size : 12px;

     color : #333333; }



/*最新情報・お知らせ一覧用*/

/*日付*/

.date{color:#1262AD;

	font-size:10px;

	font-weight:bold;}



.whatnew{font-size:12px;

		line-height:120%;

		color:#333333;}





/*デフォルトリンクカラー*/

    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.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.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;}
