/* CSS Document */
/* ---------------------------------------------

               　　　黒

---------------------------------------------- */
div#container.bgBlack {
	background: #000000;
	color: #FFFFFF;
}
.bgBlack a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ------------------ 見出し・タイトル ------------------ */
.bgBlack h3 {
	background-color: rgba(252,252,252,0.2);
	color: #FFFFFF !important;
}
	.bgBlack h3 a {
		color: #FFFFFF !important;
	}

/* ------------------ トップ左 ------------------ */
/* 左枠 */
.bgBlack div#topLeft div.topLeftBox {
	background: rgba(252,252,252,0.2);
}
.bgBlack div#topLeft div.topLeftBox ul.list01 li a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ------------------ トップ中央 ------------------ */
/* トピックス */
.bgBlack div#topCenter div#topics div#topicsBox {
	background: rgba(252,252,252,0.2);
}
/* 新着情報 */
.bgBlack div#news div.newsContent {
	background: rgba(252,252,252,0.2);
}
.bgBlack ul.new li.exce a {
	color: #FFFFFF;
	text-decoration: underline;
}
.bgBlack div#news div#readmore a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ------------------ 下層枠 ------------------ */
.bgBlack div.contentsBox {
	background: rgba(252,252,252,0.2);
}


/* ---------------------------------------------

               　　　黄

---------------------------------------------- */
div#container.bgYellow {
	background: #FFFF00;
	color: #333333;
}


/* ---------------------------------------------

               　　　青

---------------------------------------------- */
div#container.bgBlue {
	background: #0000FF;
	color: #FFFFFF;
}
.bgBlue a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ------------------ 見出し・タイトル ------------------ */
.bgBlue h3 {
	background-color: rgba(252,252,252,0.2);
	color: #FFFFFF !important;
}
	.bgBlue h3 a {
		color: #FFFFFF !important;
	}

/* ------------------ トップ左 ------------------ */
/* 左枠 */
.bgBlue div#topLeft div.topLeftBox {
	background: rgba(252,252,252,0.2);
}
.bgBlue div#topLeft div.topLeftBox ul.list01 li a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ------------------ トップ中央 ------------------ */
/* トピックス */
.bgBlue div#topCenter div#topics div#topicsBox {
	background: rgba(252,252,252,0.2);
}
/* 新着情報 */
.bgBlue div#news div.newsContent {
	background: rgba(252,252,252,0.2);
}
.bgBlue ul.new li.exce a {
	color: #FFFFFF;
	text-decoration: underline;
}
.bgBlue div#news div#readmore a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ------------------ 下層枠 ------------------ */
.bgBlue div.contentsBox {
	background: rgba(252,252,252,0.2);
}

