
#alexa_rank {
 border-collapse: collapse;
}

/* 数字のセルの表示方式 */
.cell_number {
 text-align: right; /* (現在は右詰) */
}

/* 画像のまわりにスペースを作る */
.thumbnail_in_cell {
 padding: 0.1em 1em;
}

/* リンク付き画像の青枠を消す */
.thumbnail_in_cell a img {
 border-width:0;
}

.alexa_header {
 background: #999;
}

/* 行違いの色 */
.alexa_row_1 {
 background: #ccc;
}
.alexa_row_2 {
 background: #eee;
}

.alexa_header th, .alexa_row_1 td, .alexa_row_2 td {
 border-right: 2px solid white;
 border-bottom: 2px solid black;
}

/* マウスオーバー時の色 */
.alexa_row_current {
 background: #c56086;
}
