/*--------------------------------------------------------

		tales channel character ranking 2 CSS

--------------------------------------------------------*/

body { margin: 0px; }
#screen { width: 100%; text-align: center; }

#out-frame { margin:20px auto; }
#out-frame #top { background: repeat-x url(../img/out_2.gif); }
#out-frame #right { background: repeat-y url(../img/out_6.gif); }
#out-frame #bottom { background: repeat-x url(../img/out_8.gif); }
#out-frame #left { background: repeat-y url(../img/out_4.gif); }
#out-frame #middle { text-align: center; }

#in-frame { margin:20px; }
#in-frame #top { background: repeat-x url(../img/in_2.gif); }
#in-frame #right { background: repeat-y url(../img/in_6.gif); }
#in-frame #bottom { background: repeat-x url(../img/in_8.gif); }
#in-frame #left { background: repeat-y url(../img/in_4.gif); }
#in-frame #middle { padding: 16px 32px; background-color: #FFC; }

#label0, #label1, #label2 { text-align: center; }
.rank { width: 340px; }
.rank th { font-size: 14px; text-align: left; line-height: 18px; }
.rank td { font-size: 12px; text-align: left; line-height: 18px; }

.gotop { text-align: right; }
