:root {
    --color-dblue: #006699;
    --color-dblue-shadow: #036;
    --color-blue: #598bb6;
    --color-blue-transp: #598bb6f0;
}

tr.h td, tr.h th, th.h, td.h,
tr.hh td, tr.hh th, th.hh, td.hh,
tr.hhh td, tr.hhh th, th.hhh, td.hhh
{
	/* background: var(--color-blue); */
	background: var(--color-dblue);
	color: #ffffff;
}

.h1 {
	text-align: left;
	font-weight: bold;
	color: #000000;
	background: #dddddd;
	font-size: 10pt;
}

.h2 {
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
}

.low {
	color: #000000;
	font-size: 9pt;
}

.normal {
	color: #000000;
	font-size: 10pt;
}

.h4 {
	color: var(--color-dblue);
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
}

.row1 {
	background: #BFDBD8;
	white-space: nowrap;
}

.row2 {
	background: #D9EDEA;
	white-space: nowrap;
}

.row2wrap {
	background: #D9EDEA;
}

.navsub {
	background-color: var(--color-blue);
	border: 1px outset #000000;
}

.navsubhidden {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px;
	visibility: hidden;
	font-size: 9pt;
	font-weight: bold;
	z-index: 99999;
}

.navsubitem {
	text-decoration:none;
	position: relative;
	text-align: left;
	white-space: nowrap;
	line-height: 150%;
	font-size: 9pt;
	font-weight: bold;
}

.navsubitem a {
	position: relative;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

.navsubitem a:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}
.navsubitem a:visited	   {
	color: #ffffff;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}
.navsubitem a:hover	   {
	color: #ffffff;
	background-color: var(--color-dblue);
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

.navsubitem a:active	   {
    color: yellow;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

.nav {
	text-decoration:none;
	color: white;
	background-color: var(--color-blue);
	border: 1px;
	line-height: 150%;
	font-size: 9pt;
	font-weight: bold;
}

.navitem {
	text-decoration: none;
	position: relative;
	text-align: left;
	white-space: nowrap;
	line-height: 150%;
	font-size: 9pt;
	font-weight: bold;
	z-index: 100;
}

.navitem a {
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

.navitem a:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}
.navitem a:visited	{
	color: #ffffff;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}
.navitem a:hover	{
	color: #ffffff;
	background-color: var(--color-dblue);
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

.navitem a:active	{
	color: #ffffff;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

.navdark {
	background: #005B44;
	font-size: 9pt;
	font-weight: bold;
}

.border_0_light {
	border: 0;
}

.border_1_dark_bt {
	background: #B6DCD7;
	border: 0;
	border-bottom: solid 1 #006B54;
	border-top: solid 1 #006B54;
}

.border_1_dark_b {
	background: #B6DCD7;
	border: 0;
	border-bottom: solid 1 #006B54;
}

.border_1_dark {
	background: #B6DCD7;
	border: solid 1 #006B54;
}

.border_0_dark {
	background: #B6DCD7;
	border: solid 0;
}

.table_menu {
	text-align: left;
	background: #ffffff;
	vertical-align: top;
	border: solid 0;
}
.table_menu_head {
	height: 4;
	font-size: 9pt;
	border: solid 0;
}

.table_menu_caption {
	background: var(--color-blue);
	border-top: 2px solid var(--color-dblue);
}
a.page_menu2,
.main_dark_bg,
.table_menu_head { background: var(--color-dblue); }

.main_bg { background: var(--color-dblue); }

a.page_menu2 { border: 1px solid var(--color-dblue); }

a.newmenu:hover,
main_fg { color: var(--color-dblue); }

a.newmenu:hover { background-position: 0px -24px; }


.osdn-foottext {
	text-align: center;
	font-size: 10;
}

.white-on-blue {
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
	line-height: 150%;
	background: var(--color-blue);
}

.white-on-dblue {
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
	line-height: 150%;
	background: var(--color-dblue);
}

div.whitelink a,
.whitelink {
	color: #d9edea;
	text-decoration: none;
}

.whitelink:hover {
	color: white;
	text-decoration: none;
    cursor: pointer;
}

.yellowlink {
	color: yellow;
	font-weight: normal;
	line-height: 150%;
	text-decoration: none;
}

.bluelink {
	font-size: 9px;
	color: #598bb6;
	font-weight: normal;
	line-height: 150%;
	text-decoration: none;
}
.bluelink:hover {
	color: blue;
	text-decoration: underline;
}

.blue {
	background: var(--color-blue);
}

.champ {
	font-size: 9px;
	color: #99abc6;
	background: var(--color-blue);
	text-align: center;
	line-height: 100%;
}

.news {
	background-image:url(../../../hoc/img/3/sh_rus.png);
}

.newshead {
	background-image:url(../../../hoc/img/3/h_rus.png);
}

.newsborder {
	border-left: 1px solid var(--color-blue);
	border-right: 1px solid var(--color-blue);
	border-bottom: 1px solid var(--color-blue);
}

#layout-left-column, #layout-right-column {
    background-color: var(--color-blue);
    background: linear-gradient(to right, var(--color-blue), var(--color-blue-transp), var(--color-blue));
}

#footer-login button,
#footer-login button:hover,
.menu-item:hover,
.submenu-item:hover,
.menu-item.active,
.submenu-item.active,
.dblue, .dblue_tlr, .dblue_border
{
  background-color: var(--color-dblue);
}
