body {
	background-color: #000000;
}

 .white {
	color : #ededed;
 }
 
 .gray {
	color : #666666;
 }
 
 .Sgray {
	color : #666666;
	font-size:10px;
 }
 
 
 .SBtext {
	color : #666666;
	font-weight:bold;
	font-size:10px;
 }
 .gray2 {
	color : #8c8c8c;
	font-size:12px;
 }

td {
	font-size : 12px;
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color : #333333;
	line-height: 160%;
}

.Ltitle{font-size:14px;
font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-weight:bold;
}

.Stext{font-size:10px;
font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
		line-height:130%;
	}


/*最新情報・お知らせ一覧用*/
/*日付*/
.date{color:#1262AD;
	font-size:10px;
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight:bold;}

.whatnew{font-size:12px;
         font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
		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 : #ededed;
             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;}

