<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@font-face {
    font-family: '7barspregular';
    src: url('./font/7barsp-webfont.eot');
    src: url('./font/7barsp-webfont.eot?#iefix') format('embedded-opentype'),
         url('./font/7barsp-webfont.woff') format('woff'),
         url('./font/7barsp-webfont.ttf') format('truetype'),
         url('./font/7barsp-webfont.svg#7barspregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*----------------------------------------------------------------------------*/
*{
  margin: 0;
  padding: 0;
  color: #000000;
  line-height: 20px;
}

html{}
body{
  background-color: #ffffff;
  behavior: url("csshover3.htc");
}
div{}
/*----------------------------------------------------------------------------*/
p{
  margin: 0 1em 1em;
}

/*----------------------------------------------------------------------------*/
a.menu{
  padding: 4px 8px;
  color: #0000ff;
  text-decoration:none;
  border: 1px solid #0000ff;
  width:75px;
  width: expression(document.body.clientWidth &lt; 62? "60px" : "auto");
  display: inline-block;
  text-align: center;
}
a.menu:hover, a.menu:active{
  text-decoration:none;
  background-color: #eeeeff;
}

/*----------------------------------------------------------------------------*/
a.menu_on{
  padding: 4px 8px;
  color: #ffffff;
  text-decoration:none;
  background-color: #0000ff;
  border: 1px solid #0000ff;
  width:75px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}

div.menu_title{
  margin-left:10px;
  padding: 4px 8px;
  color: #ffffff;
  text-decoration:none;
  background-color: #0000ff;
  border: 1px solid #0000ff;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}

/*----------------------------------------------------------------------------*/
table{
  margin: 8px 8px;
  border: 1px solid #000000;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
}
th{
  font-weight: normal;
  padding: 4px 8px;
  border: 1px solid #000000;
  background-color: #88BBEE;
}
td{
  padding: 4px 8px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}

td.odd {
  background-color: #FFFFFF;
}
td.even {
  background-color: #EEEEEE;
}
td.endtr {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
}
/*----------------------------------------------------------------------------*/
input{
  margin: 2px 2px;
  padding: 1px 2px;
  line-height: 16px;
}

button{
  margin: 0px 2px;
  padding: 2px 6px;
  line-height: 16px;
  background-color: #eeeeee;
  border: 1px solid #000000;
}

.cmd {
	width: 80px;
	height: 22px;
}

button:hover{
  background-color: #ffcccc;
}

button.cmd:disabled{
  background-color: #999999;
}

div.AR {
  float:right;
  text-align:right;
  margin: 0;
  padding: 0;
}

input.imeoff{
  ime-mode:disabled;
}

/*----------------------------------------------------------------------------*/
div#title_plate{
  padding: 0px;
  height: 64px;
  background-image: url(./img/sky.png);
  background-repeat: repeat-x;
  min-width:900px;
  width: expression(document.body.clientWidth &lt; 902? "900px" : "auto");
}

div#title_info{
	padding-left:96px;
  color: #ffffff;
  font-size: 28px;
  line-height: 64px;
  text-align: left;
  float: left;
  background-image: url(./img/sun.png);
  background-repeat: no-repeat;
}

div#user_info{
  line-height: 64px;
  float: right;
}

.tal{
  text-align: left;
}

.tar{
  text-align: right;
}

.tac{
  text-align: center;
}

div.menu{
  padding: 12px 12px;
  white-space: nowrap;
}

div.contents{
  padding: 12px 12px;
  white-space: nowrap;
}

div.comment{
  padding: 8px;
  margin: 0px;
  display: none;
  position: absolute;
  border:1px solid #000000;
  background-color: #ffffff;
  z-index: 10;
  width: 600px;
  height: 120px;
}

div.latest_time{
  font-size: 12pt;
  text-align: center;
  line-height: 16px;
  white-space: nowrap;
  font-family: sans-serif;
}

div.latest_val{
  background-color:#000000;
  color:#ffff00;
  font-size: 42px;
  text-align: right;
  line-height: 42px;
  white-space: nowrap;
  font-family: sans-serif;
  font-family: '7barspregular';
  display: none;
}

th.latest{
  background-image: url(./img/thbg2.png); background-repeat: repeat-x;
}

th.latest_yen{
  padding: 4;
  font-size: 24pt;
  text-align: right;
  white-space: nowrap;
}

td.latest_val{
  padding: 2px 4px;
  font-size: 24pt;
  text-align: right;
  white-space: nowrap;
  vertical-align: bottom;
  border-color: #999999;
  background-color:#000000;
}

td.latest_yen{
  padding: 4;
  font-size: 24pt;
  text-align: right;
  white-space: nowrap;
  border-right-style: none;
}

td.latest_unit{
  font-size: 12pt;
  white-space: nowrap;
  border-left-style: none;
  border-right: 1px solid #000000;
}

table.report{
  margin-left:0px;
  font-size: 10pt;
}

th.report{
  padding: 1px;
  white-space: nowrap;
}

td.report{
  width: 36px;
  padding: 2px;
  text-align: right;
  white-space: nowrap;
}

td.report_m{
  width: 46px;
  padding: 2px;
  text-align: right;
  white-space: nowrap;
}

td.report_y{
  width: 60px;
  padding: 2px;
  text-align: right;
  white-space: nowrap;
}

.null{
  background-color: #dddddd;
}

.latest_graph{
  width: 800px;
  overflow: hidden;
  border:1px solid #000000;
  white-space: nowrap;
}

.yen{
  color: #0000ff;
}

#sel_calen{
  padding: 8px;
  margin: 0px;
  display: none;
  position: absolute;
  border:1px solid #000000;
  background-color: #ffffff;
  z-index: 10;
}

.calen tr{
  height: 40px;
}

.calen td{
  font-size: 16pt;
  text-align: center;
  width: 40px;
}

.calen td:hover{
  background-color: #ffff99;
}

div#calen_title{
  display: inline-block;
  _display: inline;
}

.d_sun{
  background-color: #ffdddd;
}

.d_sat{
  background-color: #ddddff;
}

.graph_minute{
  padding: 0px;
  margin: 0px;
  position: absolute;
  border-style: none;
  overflow: auto;
}

div.msg{
	color: #ff0000;
}

p.msg{
  padding: 0px;
  margin: 0px;
  display: inline-block;
  _display: inline;
  color:#ff0000;
  height:10px;
}

button.bClose {
  float:right;
  text-align:right;
  width:20px;
  height:20px;
  text-align:center;
  margin: 0;
  padding: 0;
}

div.hide_menu {
  padding: 8px;
  margin: 0px;
  display: none;
  position: absolute;
  border:1px solid #000000;
  background-color: #ffffff;
  z-index: 10;
}

div.msg_warn {
  font-size: 14pt;
  padding: 4px;
  margin: 0px;
  text-align:center;
  position: absolute;
  border:1px solid #000000;
  background-color: #ffcccc;
  z-index: 10;
  width: 360px;
  height:220px;
  display: none;
}

textarea.msg_warn {
  font-size: 11pt;
  padding: 2px;
  margin: 2px;
  border:1px solid #000000;
  background-color: #ffcccc;
  z-index: 10;
  width: 350px;
  height:180px;
}

td.list_warn {
  font-family: monospace;
  border:none;
  width:800px;
}

td.list_warn2 {
  font-family: monospace;
  border:none;
}

td.check_str{
  color: #ffffff;
  padding: 2px 4px;
  text-align: left;
  white-space: nowrap;
  border-color: #999999;
  background-color:#181818;
}

td.check_val{
  color:#ffff00;
  padding: 0px 8px;
  font-size: 20pt;
  text-align: right;
  white-space: nowrap;
  font-family: sans-serif;
  font-family: '7barspregular';
  border-color: #999999;
  background-color:#181818;
}

td.check_val2{
  font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
  color:#ffffff;
  font-size: 18pt;
  white-space: nowrap;
  border-color: #999999;
  background-color:#181818;
  margin:0;
  padding:0 4px;
}

td.check_val2_null{
  font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
  color:#666666;
  font-size: 18pt;
  text-align: right;
  white-space: nowrap;
  border-color: #666666;
  background-color:#666666;
  margin:0;
  padding:0;
}

div.check_val2_txt{
  color:#ff0000; 
  font-size:8pt;
  width:12px;
  display:inline-block;
  _display:inline;
  text-align:right;
  margin:0;
  padding:0;
}

div.check_val2_num{
  color:#999999;
  font-size:10pt;
  width:50px;
  display:inline-block;
  _display:inline;
  text-align:right;
  margin:0;
  padding:0;
  line-height:11px;
}

.marquee{
  margin: 4px 8px;
  width:800px;
  border:solid 1px #000000;
  background-color:#ffeeee;
  position:relative;
  overflow:hidden;
  height:22px;
}

th.news{
  background-color: #daeef9;
  color: #000000;
  padding: 4px 4px;
  text-align: left;
  border-bottom: 1px dashed #999999;
  word-break:break-all;
}

td.news{
  color: #000000;
  padding: 8px 24px 16px;
  text-align: left;
  border-top: none;
  word-break:break-all;
}

td.news_term{
  color: #000000;
  padding: 10px 4px;
  text-align: left;
  white-space: nowrap;
  border-top: none;
  border-bottom: 1px dashed #999999;
}

th.dio{
  font-size:16px;
  text-align: center;
  width:200px;
}

td.dio{
  font-size:16px;
  text-align: center;
  width:240px;
  background-color: #ffffff;
}

button.dio{
  width:60px;
  height:45px;
}

button.dio:disabled{
  background-color: #999999;
}

</pre></body></html>