    $(document).ready(function() {
      $('.glowing').addGlow({
		 textColor: '#124291', //マウスオーバー色
		 haloColor: '#ffffff', //光源色
		 radius: 10 //光源半径
	 });
    });
	

    $(document).ready(function() {
      $('.glowing1').addGlow({
		 textColor: '#ce0000', //マウスオーバー色
		 haloColor: '#ffffff', //光源色
		 radius: 10 //光源半径
	 });
    });

	
    $(document).ready(function() {
      $('.glowing2').addGlow({
		 textColor: '#000000', //マウスオーバー色
		 haloColor: '#ffffff', //光源色
		 radius: 10 //光源半径
	 });
    });
	

    $(document).ready(function() {
      $('.glowing3').addGlow({
		 textColor: '#ce0000', //マウスオーバー色
		 haloColor: '#ffffff', //光源色
		 radius: 10 //光源半径
	 });
    });
	
    $(document).ready(function() {
      $('.glowing4').addGlow({
		 textColor: '#ffffff', //マウスオーバー色
		 haloColor: '#ffffff', //光源色
		 radius: 10 //光源半径
	 });
    });
