$(document).ready(function(){
$("#kantent").fadeTo(0, 0); // 網頁打開, 字完全透明
$("#kantent").fadeTo(700, 1.0); // 以1000亳秒淡入至100%不透明度
});

