@charset "shift_jis";

table {
	border: 1px solid #000;
}

td, th {
	padding: 5px;
	border: 1px solid #111;
	text-align: left;
}
th {
    text-align: left;
}

#ltcorner {
	background-color: #222;
	width: 250px;
}
#ltcorner_cik {
	background-color: #222;
	width: 120px;
}
.rank {
	background: #666;
	width: 50px;
	text-align: center;
}
.rank80 {
	background: #666;
	width: 80px;
	text-align: center;
}
.rank130 {
	background: #666;
	width: 130px;
	text-align: center;
}
.ranking tbody tr td {
	text-align: center;
}
.ranking tbody tr td a:link{
	text-align: center;
	color: #FF0000;
}
.ranking tbody tr td a:visited{
	text-align: center;
	color: #FF0000;
}


.year {
    /*background: url(../img/arrow.gif) no-repeat left center;*/
}

thead td{
    font-weight:bold;
    background-color:#111;
}

/* These classes are used by the script as rollover effect for table 1 and 2 */

.tableRollOverEffect1 {
    color: #333;
    background-color:#f26522;
}
.tableRollOverEffect2 {
    color: #333;
    background-color: #fff;
}
.tableRowClickEffect1 {
    color: #fff;
    background-color: #f26522;
}
.tableRowClickEffect2 {
    color: #fff;
    background-color: #66CCFF;
}
.link_off {
	color: #666;
}
