.standard {  font-size: 84%; line-height: 120%}
.standard2 {  font-size: 84%}
.title {  font-size: 95%}
.link {  text-decoration: none}
.mini {  font-size: 71%; line-height: 120%}
.mini2 {  font-size: 71%}
.titleline { font-size: 95%; line-height: 120%}

/* text------------ */
.t-red {
  color:#FF0000;
}
.t-blue {
  color:#0066CC;
  font-weight:bold;
}
em {
  font-weight:bold;
  font-style: normal;
  margin:0;
  padding:0;
}

/* list------------ */

ul {
  margin-left:1.5em;
  padding-left:15px;
}


/* table ˜g‚Â‚«------------ */

.graph {
  font-size: 90%; line-height: 120%;
	border-collapse: collapse;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
.graph th {
	border: 1px solid #666;
	background-color: #CAE4FF;
}

.graph td {
	border: 1px solid #666;
}


/* ˜g -----------------*/

.flame {
  padding:5px;
  border:#666 1px solid;
  width:400px;
}

.flame02 {
  padding:10px 5px 5px;
  border:#0066CC 1px solid;
}

/* background------------ */
.bg-gray {
  background-color:#eee;
}