/*
 */

// ホームのマウスオーバー用
function map_on(id){
	document.getElementById('m_l').style.backgroundPosition  = '-50px -'+id+'px';				
}
function map_out(){
	document.getElementById('m_l').style.backgroundPosition = '-50px -400px';
}

