body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
	font-size: 9pt;
	font-family: MS UI Gothic, OSAKA;
	line-height: 1.2;
}

h1{
	font-size: 12pt;
	font-family: MS UI Gothic, OSAKA;
	letter-spacing: 0.1em;
	color:#3366CC;
}

A:LINK{
	color:#6699FF;
	text-decoration:none;
	font-family: MS UI Gothic, OSAKA;
	font-weight: normal;
}

A:ACTIVE{
	color:#6699FF;
	text-decoration:none;
	font-family: MS UI Gothic, OSAKA;
}

A:VISITED{
	color:#6699FF;
	text-decoration:none;
	font-family: MS UI Gothic, OSAKA;
}

A:HOVER{
	color:#6699FF;
	text-decoration:underline;
	font-family: MS UI Gothic, OSAKA;
}

hr {
	color: #666666;
	width: 100%;
	height: 1px;
}

table, td {
	color: #333333;
	font-size: 9pt;
	font-family: MS UI Gothic, OSAKA;
	line-height: 1.2;
}


#liveinfo{
  background-color: #ffffff;
}
#liveinfo table.type1{
  padding: 0px;
  border: 0px solid gray; 
  background-color: #ffffff;
}

#liveinfo table.type1 td {
  padding : 2px;
  border  : 1px solid gray; 
  background-color: #ffffff;
}

#liveinfo table.type1 td.label_title {
  font-weight :bold;
  font-size   : larger;
  color:#777788;
  background-color: #ffffff;
}
#liveinfo table.type1 td.label1 {
  color:#ffffff;
  background-color: #777788;
}

