body {
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: center;

}
td {
	font-size: small;
}

ruby { 
	ruby-align: distribute-space; 
	ruby-position: above; 
} 

a:link {
	text-decoration: none;
	color:steelblue;
}

a:visited {
	text-decoration: none;
	color:steelblue;
}

a:hover {
	text-decoration: none;
	color:mediumvioletred;
}

a:active {
	text-decoration: none;
}

table#graph_hyo {
  border: 1px solid dimgray;
  border-spacing:0;
  border-collapse:0;
  empty-cells: hide;
  margin-top:10px;
  }
table#graph_hyo th, table#graph_hyo td {
	border: 1px solid darkgray;
}

/*ݒ*/
.styleS {
	font-size:smaller;
}
.styleL {
	font-size:medium;
}
.styleM_L120 {
	font-size:small;
	line-height: 120%;
}
.style12 {
	font-size: 12px;
}
