$(document).ready(function(){
		$(".content").load("topics.txt");

		$("#element_ttl").hover(function(){
		$("#element_ttl").css("background-position","left bottom");}, function() {
		$("#element_ttl").css("background-position","left top");});

		$("#element_link_reason").hover(function(){
		$("#element_link_reason").css("background-position","left bottom");}, function() {
		$("#element_link_reason").css("background-position","left top");}); 

		$("#element_link_taidan").hover(function(){
		$("#element_link_taidan").css("background-position","-241px bottom");}, function() {
		$("#element_link_taidan").css("background-position","-241px top");}); 

		$("#element_link_twitter").hover(function(){
		$("#element_link_twitter").css("background-position","-374px bottom");}, function() {
		$("#element_link_twitter").css("background-position","-374px top");}); 

		$("#element_link_cd_jacket").hover(function(){
		$("#element_link_cd_jacket").css("background-position","left bottom");}, function() {
		$("#element_link_cd_jacket").css("background-position","left top");}); 

		$("#element_link_music_video").hover(function(){
		$("#element_link_music_video").css("background-position","left bottom");}, function() {
		$("#element_link_music_video").css("background-position","left top");}); 

		$("#element_menu_news").hover(function(){
		$("#element_menu_news").css("background-position","left bottom");}, function() {
		$("#element_menu_news").css("background-position","left top");}); 
		$("#element_menu_biograph").hover(function(){
		$("#element_menu_biograph").css("background-position","-106px bottom");}, function() {
		$("#element_menu_biograph").css("background-position","-106px top");}); 

		$("#element_menu_discograph").hover(function(){
		$("#element_menu_discograph").css("background-position","-252px bottom");}, function() {
		$("#element_menu_discograph").css("background-position","-252px top");}); 

		$("#element_menu_schedule").hover(function(){
		$("#element_menu_schedule").css("background-position","-403px bottom");}, function() {
		$("#element_menu_schedule").css("background-position","-403px top");}); 

		$("#element_menu_anko").hover(function(){
		$("#element_menu_anko").css("background-position","-499px bottom");}, function() {
		$("#element_menu_anko").css("background-position","-499px top");}); 

		$("#element_menu_tsuredure").hover(function(){
		$("#element_menu_tsuredure").css("background-position","-605px bottom");}, function() {
		$("#element_menu_tsuredure").css("background-position","-605px top");}); 

		$("#element_menu_contact").hover(function(){
		$("#element_menu_contact").css("background-position","-711px bottom");}, function() {
		$("#element_menu_contact").css("background-position","-711px top");}); 

		$("#element_menu_mailmagazine").hover(function(){
		$("#element_menu_mailmagazine").css("background-position","-856px bottom");}, function() {
		$("#element_menu_mailmagazine").css("background-position","-856px top");}); 
});
