window.onload = function() {
	$( 'h4.cat-bread ul li:first-child' ).addClass( 'first-c' );
	$( 'dl#side-info dd:last-child' ).addClass( 'last' );
	$( 'dl#side-writer dd dl:last-child' ).addClass( 'last' );
	$( 'ul#info li:first-child' ).addClass( 'first' );
	$( '#footer ul#relation li:first-child' ).addClass( 'first' );
	$( '#footer ul#relation2 li:first-child' ).addClass( 'first' );
	$( '#footer div#footer-genre ul li:first-child' ).addClass( 'first-l' );
	$( 'dl#side-ranking dd ol li:odd' ).addClass( 'oddline' );
	$( 'dl#side-ranking dd ol li:even' ).addClass( 'evenline' );
	$( 'table#file-list tbody tr:odd' ).addClass( 'oddline' );
	$( 'table#file-list tbody tr:even' ).addClass( 'evenline' );
	$( 'table#file-list thead th:last-child' ).addClass( 'file-list-l' );
	$( 'table#file-list tbody td:last-child' ).addClass( 'file-list-l' );
	$( 'ol.pdf-stp li:last-child' ).addClass( 'pdf-stp-last' );
	$( 'ol.pdf-stp li div' ).addClass( 'clearfix' );

	$( 'table.file-list tbody tr:odd' ).addClass( 'oddline' );
	$( 'table.file-list tbody tr:even' ).addClass( 'evenline' );
	$( 'table.file-list thead th:last-child' ).addClass( 'file-list-l' );
	$( 'table.file-list tbody td:last-child' ).addClass( 'file-list-l' );

	$( 'div.prof-item-box div:last-child' ).addClass( 'last' );
	$( 'div.pager ul li:first-child' ).addClass( 'first' );
	$( 'div.pager ul li:last-child' ).addClass( 'last' );
}
