// JavaScript Document
window.onload=function(){
Nifty("div#list-l1,div#list-l2,div#list-l3,div#list-r1,div#list-r2","small");
Nifty("div#box1,div#box2","same-height small");
Nifty("div#contents-2nd h1,div#contents-2nd h2,div.new-entry","small");
Nifty("div.box-a,div.box-b,div.box-c","same-height small");
Nifty("div.box-d,div.box-e,div.box-f","same-height small");
Nifty("div#contents-2nd,div#left-box");
Nifty("div#kv-top,div#new,div#new1,div#new2,div.works-list","small");
Nifty("#right-box,#center-box","same-height");
}
