@charset "EUC-JP";

body	{
	color: #FFFFFF;
	background-color: #343434;
	
}

.clickB{
	background: url("bargraph0y.gif") no-repeat;
	position: absolute;
}

.clickC{
}

.clickC span{
	background: url("bargraph1y.jpg") no-repeat;
	position: absolute;
	z-index: 1;
	margin-Top: 8px;
}

.clickC a{
	color: #fefefe;
	position: relative;
	z-index: 5;
}

.clickC a:visited{
	color: #fefecc;
}

.clickC em{
	position: relative;
	z-index: 3;
	color: #fffffe;
	font-size: xx-small;
}

address{
	font-style: normal;
	color: #666;
	margin: 1em 0 0 0;
}


a:link,
a:visited{
	text-decoration:none;
}
a:active,
a:focus,
a:hover{
/*	text-decoration: underline; */
}

a.localLink:link, a.localLink:visited{
	color: #FF9900;
	font-weight: bold;
	background-color: transparent;
}

a:link{
	color: #FF9900;
	font-weight: bold;
	background-color: transparent;
}
a:visited{
	color: #CC6633;
	background-color: transparent;
}
a:active,
a:hover,
a:focus{
	background-color: #6a6a6a;
}

em{
	font-style: normal;
	color: #d55;
}
strong{
	color: #FF3300;
	background-color: transparent;
}

