/* 
 * 郵便局の通販ショップ
 * 文字コード：uft-8
 */



/////////////////////////////////////////
//背景色ロールオーバー
/////////////////////////////////////////

var rollBg=function(elm,col){
	elm.style.backgroundColor=col;
};












