.top_table_b {
	background-position: center center;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	border-color: #CCCCCC;
	background-color: #0099FF;
	margin: 0;
	border-width: 1;
	vertical-align: middle;
	border-style: solid;
}


.top_table_w {
	background-position: center center;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-align: center;
	border-color: #CCCCCC;
	padding: 0;
	background-color: snow;
	vertical-align: middle;
	margin: 0;
	border-width: 1;
	border-style: solid;
}
.top_table_r {
	background-position: center center;
	font-size: 14px;
	font-style: normal;
	color: #a9a9a9;
	text-align: center;
	border-color: pink;
	background-color: #ffc0cb;
	margin: 0;
	border-width: 1;
	vertical-align: middle;
	border-style: solid;
}

.top_table_b a{
	text-decoration: none;
	color:#ffffff;
}





.top_table_w a{
	text-decoration: none;
	color:#000000;
}
.top_table_r a{
	text-decoration: none;
	color:#ffffff;
}


.top_table_b a:hover{
	color: #660000;
	text-decoration: underline;
}


.top_table_w a:hover{
	color: #660000;
	text-decoration: underline;
}




h2.uandd{/*タイトルの設定*/
  font-size: 18px;/*文字サイズ*/
  font-family: "ＭＳ ゴシック", "Osaka−等幅";
  margin: 0.5em 0 0.7em 15px;/*余白。15%が右の余白です*/
  text-align:right;
  }

h2.uandd span.up{
	color: #FFFFFF;
	background-color: #0000FF;
	padding: 0.2em 0.2em 0.2em 0.2em;
	margin: 0 2px 0 0;
	border: solid 1px #4141B6;
	font-size:9pt;
	text-align: right;
   }
h2.uandd span.down{
	color: #0000FF;
	background-color: #FFFFFF;
	padding: 0.2em 0.2em 0.2em 0.2em;
	margin: 0 2px 0 0;
	border: solid 1px #4141B6;
	position: relative;
	top: 0.3em;
	z-index: 1;
	font-size:9pt;
	text-align: right;
  }
  
  
  
