/*
==========================================
				日中モード
==========================================
*/


/*
------------------------------------------
				ボディ
------------------------------------------
*/
body{
	background-color:#C9EFFB;
	color:black;
}
/*
------------------------------------------
				メイン部
------------------------------------------
*/
/*予期せぬリンク*/

a{
	color:blue
}

a:visited{
	color:blue
}

h2{
	color:black
}

/*
------------------------------------------
			リングリンク
------------------------------------------
*/

.linking{
	color:blue;
}

.CurrentPageLinkString{
	color:black !important;
}

/*
------------------------------------------
			コンテンツD
------------------------------------------
*/
#contents_D .kanren_link {
	background-color: #A8DDF2;
}

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

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


#open-menu path{
    fill:gray;
}