/*
==========================================
			目を保護するモード
==========================================
*/


/*
------------------------------------------
				ボディ
------------------------------------------
*/
body{
	background-color:#070828;
	color:#ececec;
}
/*
------------------------------------------
			リングリンク
------------------------------------------
*/

.linking{
	color:#84e2ff;
}

.CurrentPageLinkString{
	color:white !important;
}
/*
------------------------------------------
				メイン部
------------------------------------------
*/

/*予期せぬリンク*/

a{
	color:#84e2ff
}

a:visited{
	color:#84e2ff
}


/*aタグをつけてページ内リンクを貼っている場合があるので*/
h2{
	color:white
}
/*
------------------------------------------
			コンテンツD
------------------------------------------
*/

#contents_D .kanren_link{
	background-color:#595959;
	color:#5ad8ff;
}

#contents_D .kanren_link .link{
	color:#bcd4ff;
}

#contents_D .link_unit{
	background-color:#595959;
	color:#5ad8ff;
}
/*
------------------------------------------
			コンテンツF
------------------------------------------
*/

.menuIcon use{
    fill:white;
}


/*----------------ブロッター用-------------------*/

.contents{
	background-color:#004357;
}
