@charset "utf-8";
@import url("color-common.css");

/* 共通部分 */
html, body, #container {
	color: #FFFF00 !important;
	background: #0000FF !important;
}

a:link {
	text-decoration: underline !important;
	color: #FFFFFF !important;
}
a:visited {
	text-decoration: underline !important;
	color: #ECECF4 !important;
}
a:active {
	text-decoration: none !important;
	color: #FFFF00 !important;
}
a:hover {
	text-decoration: none !important;
	color: #FFFF00 !important;
}

input[type="button"],
input[type="submit"],
button {
	text-decoration: underline !important;
	color: #FFFFFF !important;
}
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
	text-decoration: none !important;
	color: #FFFF00 !important;
}

/* アクセシビリティチェッカー */
.errrange a:link {
	text-decoration: underline !important;
	color: #0033CC !important;
}
.errrange a:visited {
	text-decoration: underline !important;
	color: #551A8B !important;
}
.errrange a:active {
	text-decoration: underline !important;
	color: #CC0000 !important;
}
.errrange a:hover {
	text-decoration: underline !important;
	color: #990000 !important;
}

/* 一時保存 */
#ktp_viewsw {
	color: #FFFFFF;
}
#ktp_viewsw:hover {
	color: #FFFF00;
}
#ktp_list_wrap {
	background: #3333FF;
	color: #FFFF00;
}
#ktp_list_wrap2 .btn_func {
	background: transparent !important;
	border-color: transparent !important;
	outline: 1px solid rgba(255, 255, 255, 0.5);
	text-decoration: underline !important;
	color: #FFFFFF !important;
}
#ktp_list_wrap2 .btn_func:hover {
	text-decoration: none !important;
	color: #FFFF00 !important;
}
.ktp_item {
	border-color: rgba(255, 255, 255, 0.5);
	outline: 1px solid rgba(255, 255, 255, 0.5);
}
.ktp_item_del,
#clear_footstep {
	background-color: #0000FF !important;
	outline: 1px solid rgba(255, 255, 255, 0.5);
}

/* 閲覧補助 */
ul#acc_func_box {
	background: #3333FF;
	color: #FFFF00;
}

/* ページ番号検索 */
#acc_page_id_box {
	background: #3333FF;
	color: #FFFF00;
}

/* グローバルナビ */
ul#gnav li.open > a {
	background-color: #3333FF !important;
}
ul.nav_link_box {
	background: #3333FF;
	color: #FFFF00;
}
ul.nav_link_box li {
	border-color: rgba(255, 255, 255, 0.5);
}
ul.nav_link_box li a {
	background-color: transparent !important;
}

/* 分類 */
.life3_menu_ttl {
	background: #0000FF;
}

/* トップページ */
.top_bnr_box a span {
	text-decoration: underline !important;
	color: #FFFFFF !important;
	background: #3333FF;
}
.top_bnr_box a span:hover {
	text-decoration: none !important;
	color: #FFFF00 !important;
}

#top_banner_koukoku_list_wrap ul.banner_list li:last-child .banner_text a,
#top_banner_koukoku_list_wrap ul.banner_list li:last-child .banner_text a span {
	text-decoration: underline !important;
	color: #FFFFFF !important;
}
#top_banner_koukoku_list_wrap ul.banner_list li:last-child .banner_text a:hover,
#top_banner_koukoku_list_wrap ul.banner_list li:last-child .banner_text a:hover span {
	text-decoration: none !important;
	color: #FFFF00 !important;
}