//所得税額計算 function syotoku(sal,huyo,kouotu) { var syotoku = 0; if(0<=sal && sal<88000){ if( kouotu == "1" ){ return sal * 0.03063; }else{ switch(huyo){case '0': syotoku = 0;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(88000<=sal && sal<89000){ if( kouotu == "1" ){ return 3200; }else{ switch(huyo){case '0': syotoku = 130;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(89000<=sal && sal<90000){ if( kouotu == "1" ){ return 3200; }else{ switch(huyo){case '0': syotoku = 180;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(90000<=sal && sal<91000){ if( kouotu == "1" ){ return 3200; }else{ switch(huyo){case '0': syotoku = 230;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(91000<=sal && sal<92000){ if( kouotu == "1" ){ return 3200; }else{ switch(huyo){case '0': syotoku = 290;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(92000<=sal && sal<93000){ if( kouotu == "1" ){ return 3300; }else{ switch(huyo){case '0': syotoku = 340;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(93000<=sal && sal<94000){ if( kouotu == "1" ){ return 3300; }else{ switch(huyo){case '0': syotoku = 390;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(94000<=sal && sal<95000){ if( kouotu == "1" ){ return 3300; }else{ switch(huyo){case '0': syotoku = 440;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(95000<=sal && sal<96000){ if( kouotu == "1" ){ return 3400; }else{ switch(huyo){case '0': syotoku = 490;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(96000<=sal && sal<97000){ if( kouotu == "1" ){ return 3400; }else{ switch(huyo){case '0': syotoku = 540;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(97000<=sal && sal<98000){ if( kouotu == "1" ){ return 3500; }else{ switch(huyo){case '0': syotoku = 590;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(98000<=sal && sal<99000){ if( kouotu == "1" ){ return 3500; }else{ switch(huyo){case '0': syotoku = 640;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(99000<=sal && sal<101000){ if( kouotu == "1" ){ return 3600; }else{ switch(huyo){case '0': syotoku = 720;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(101000<=sal && sal<103000){ if( kouotu == "1" ){ return 3600; }else{ switch(huyo){case '0': syotoku = 830;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(103000<=sal && sal<105000){ if( kouotu == "1" ){ return 3700; }else{ switch(huyo){case '0': syotoku = 930;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(105000<=sal && sal<107000){ if( kouotu == "1" ){ return 3800; }else{ switch(huyo){case '0': syotoku = 1030;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(107000<=sal && sal<109000){ if( kouotu == "1" ){ return 3800; }else{ switch(huyo){case '0': syotoku = 1130;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(109000<=sal && sal<111000){ if( kouotu == "1" ){ return 3900; }else{ switch(huyo){case '0': syotoku = 1240;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(111000<=sal && sal<113000){ if( kouotu == "1" ){ return 4000; }else{ switch(huyo){case '0': syotoku = 1340;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(113000<=sal && sal<115000){ if( kouotu == "1" ){ return 4100; }else{ switch(huyo){case '0': syotoku = 1440;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(115000<=sal && sal<117000){ if( kouotu == "1" ){ return 4100; }else{ switch(huyo){case '0': syotoku = 1540;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(117000<=sal && sal<119000){ if( kouotu == "1" ){ return 4200; }else{ switch(huyo){case '0': syotoku = 1640;break;case '1': syotoku = 0;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(119000<=sal && sal<121000){ if( kouotu == "1" ){ return 4300; }else{ switch(huyo){case '0': syotoku = 1750;break;case '1': syotoku = 120;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(121000<=sal && sal<123000){ if( kouotu == "1" ){ return 4500; }else{ switch(huyo){case '0': syotoku = 1850;break;case '1': syotoku = 220;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(123000<=sal && sal<125000){ if( kouotu == "1" ){ return 4800; }else{ switch(huyo){case '0': syotoku = 1950;break;case '1': syotoku = 330;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(125000<=sal && sal<127000){ if( kouotu == "1" ){ return 5100; }else{ switch(huyo){case '0': syotoku = 2050;break;case '1': syotoku = 430;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(127000<=sal && sal<129000){ if( kouotu == "1" ){ return 5400; }else{ switch(huyo){case '0': syotoku = 2150;break;case '1': syotoku = 530;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(129000<=sal && sal<131000){ if( kouotu == "1" ){ return 5700; }else{ switch(huyo){case '0': syotoku = 2260;break;case '1': syotoku = 630;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(131000<=sal && sal<133000){ if( kouotu == "1" ){ return 6000; }else{ switch(huyo){case '0': syotoku = 2360;break;case '1': syotoku = 740;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(133000<=sal && sal<135000){ if( kouotu == "1" ){ return 6300; }else{ switch(huyo){case '0': syotoku = 2460;break;case '1': syotoku = 840;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(135000<=sal && sal<137000){ if( kouotu == "1" ){ return 6600; }else{ switch(huyo){case '0': syotoku = 2550;break;case '1': syotoku = 930;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(137000<=sal && sal<139000){ if( kouotu == "1" ){ return 6800; }else{ switch(huyo){case '0': syotoku = 2610;break;case '1': syotoku = 990;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(139000<=sal && sal<141000){ if( kouotu == "1" ){ return 7100; }else{ switch(huyo){case '0': syotoku = 2680;break;case '1': syotoku = 1050;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(141000<=sal && sal<143000){ if( kouotu == "1" ){ return 7500; }else{ switch(huyo){case '0': syotoku = 2740;break;case '1': syotoku = 1110;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(143000<=sal && sal<145000){ if( kouotu == "1" ){ return 7800; }else{ switch(huyo){case '0': syotoku = 2800;break;case '1': syotoku = 1170;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(145000<=sal && sal<147000){ if( kouotu == "1" ){ return 8100; }else{ switch(huyo){case '0': syotoku = 2860;break;case '1': syotoku = 1240;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(147000<=sal && sal<149000){ if( kouotu == "1" ){ return 8400; }else{ switch(huyo){case '0': syotoku = 2920;break;case '1': syotoku = 1300;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(149000<=sal && sal<151000){ if( kouotu == "1" ){ return 8700; }else{ switch(huyo){case '0': syotoku = 2980;break;case '1': syotoku = 1360;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(151000<=sal && sal<153000){ if( kouotu == "1" ){ return 9000; }else{ switch(huyo){case '0': syotoku = 3050;break;case '1': syotoku = 1430;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(153000<=sal && sal<155000){ if( kouotu == "1" ){ return 9300; }else{ switch(huyo){case '0': syotoku = 3120;break;case '1': syotoku = 1500;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(155000<=sal && sal<157000){ if( kouotu == "1" ){ return 9600; }else{ switch(huyo){case '0': syotoku = 3200;break;case '1': syotoku = 1570;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(157000<=sal && sal<159000){ if( kouotu == "1" ){ return 9900; }else{ switch(huyo){case '0': syotoku = 3270;break;case '1': syotoku = 1640;break;case '2': syotoku = 0;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(159000<=sal && sal<161000){ if( kouotu == "1" ){ return 10200; }else{ switch(huyo){case '0': syotoku = 3340;break;case '1': syotoku = 1720;break;case '2': syotoku = 100;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(161000<=sal && sal<163000){ if( kouotu == "1" ){ return 10500; }else{ switch(huyo){case '0': syotoku = 3410;break;case '1': syotoku = 1790;break;case '2': syotoku = 170;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(163000<=sal && sal<165000){ if( kouotu == "1" ){ return 10800; }else{ switch(huyo){case '0': syotoku = 3480;break;case '1': syotoku = 1860;break;case '2': syotoku = 250;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(165000<=sal && sal<167000){ if( kouotu == "1" ){ return 11100; }else{ switch(huyo){case '0': syotoku = 3550;break;case '1': syotoku = 1930;break;case '2': syotoku = 320;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(167000<=sal && sal<169000){ if( kouotu == "1" ){ return 11400; }else{ switch(huyo){case '0': syotoku = 3620;break;case '1': syotoku = 2000;break;case '2': syotoku = 390;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(169000<=sal && sal<171000){ if( kouotu == "1" ){ return 11700; }else{ switch(huyo){case '0': syotoku = 3700;break;case '1': syotoku = 2070;break;case '2': syotoku = 460;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(171000<=sal && sal<173000){ if( kouotu == "1" ){ return 12000; }else{ switch(huyo){case '0': syotoku = 3770;break;case '1': syotoku = 2140;break;case '2': syotoku = 530;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(173000<=sal && sal<175000){ if( kouotu == "1" ){ return 12400; }else{ switch(huyo){case '0': syotoku = 3840;break;case '1': syotoku = 2220;break;case '2': syotoku = 600;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(175000<=sal && sal<177000){ if( kouotu == "1" ){ return 12700; }else{ switch(huyo){case '0': syotoku = 3910;break;case '1': syotoku = 2290;break;case '2': syotoku = 670;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(177000<=sal && sal<179000){ if( kouotu == "1" ){ return 13200; }else{ switch(huyo){case '0': syotoku = 3980;break;case '1': syotoku = 2360;break;case '2': syotoku = 750;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(179000<=sal && sal<181000){ if( kouotu == "1" ){ return 13900; }else{ switch(huyo){case '0': syotoku = 4050;break;case '1': syotoku = 2430;break;case '2': syotoku = 820;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(181000<=sal && sal<183000){ if( kouotu == "1" ){ return 14600; }else{ switch(huyo){case '0': syotoku = 4120;break;case '1': syotoku = 2500;break;case '2': syotoku = 890;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(183000<=sal && sal<185000){ if( kouotu == "1" ){ return 15300; }else{ switch(huyo){case '0': syotoku = 4200;break;case '1': syotoku = 2570;break;case '2': syotoku = 960;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(185000<=sal && sal<187000){ if( kouotu == "1" ){ return 16000; }else{ switch(huyo){case '0': syotoku = 4270;break;case '1': syotoku = 2640;break;case '2': syotoku = 1030;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(187000<=sal && sal<189000){ if( kouotu == "1" ){ return 16700; }else{ switch(huyo){case '0': syotoku = 4340;break;case '1': syotoku = 2720;break;case '2': syotoku = 1100;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(189000<=sal && sal<191000){ if( kouotu == "1" ){ return 17500; }else{ switch(huyo){case '0': syotoku = 4410;break;case '1': syotoku = 2790;break;case '2': syotoku = 1170;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(191000<=sal && sal<193000){ if( kouotu == "1" ){ return 18100; }else{ switch(huyo){case '0': syotoku = 4480;break;case '1': syotoku = 2860;break;case '2': syotoku = 1250;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(193000<=sal && sal<195000){ if( kouotu == "1" ){ return 18800; }else{ switch(huyo){case '0': syotoku = 4550;break;case '1': syotoku = 2930;break;case '2': syotoku = 1320;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(195000<=sal && sal<197000){ if( kouotu == "1" ){ return 19500; }else{ switch(huyo){case '0': syotoku = 4630;break;case '1': syotoku = 3000;break;case '2': syotoku = 1390;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(197000<=sal && sal<199000){ if( kouotu == "1" ){ return 20200; }else{ switch(huyo){case '0': syotoku = 4700;break;case '1': syotoku = 3070;break;case '2': syotoku = 1460;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(199000<=sal && sal<201000){ if( kouotu == "1" ){ return 20900; }else{ switch(huyo){case '0': syotoku = 4770;break;case '1': syotoku = 3140;break;case '2': syotoku = 1530;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(201000<=sal && sal<203000){ if( kouotu == "1" ){ return 21500; }else{ switch(huyo){case '0': syotoku = 4840;break;case '1': syotoku = 3220;break;case '2': syotoku = 1600;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(203000<=sal && sal<205000){ if( kouotu == "1" ){ return 22200; }else{ switch(huyo){case '0': syotoku = 4910;break;case '1': syotoku = 3290;break;case '2': syotoku = 1670;break;case '3': syotoku = 0;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(205000<=sal && sal<207000){ if( kouotu == "1" ){ return 22700; }else{ switch(huyo){case '0': syotoku = 4980;break;case '1': syotoku = 3360;break;case '2': syotoku = 1750;break;case '3': syotoku = 130;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(207000<=sal && sal<209000){ if( kouotu == "1" ){ return 23300; }else{ switch(huyo){case '0': syotoku = 5050;break;case '1': syotoku = 3430;break;case '2': syotoku = 1820;break;case '3': syotoku = 200;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(209000<=sal && sal<211000){ if( kouotu == "1" ){ return 23900; }else{ switch(huyo){case '0': syotoku = 5130;break;case '1': syotoku = 3500;break;case '2': syotoku = 1890;break;case '3': syotoku = 280;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(211000<=sal && sal<213000){ if( kouotu == "1" ){ return 24400; }else{ switch(huyo){case '0': syotoku = 5200;break;case '1': syotoku = 3570;break;case '2': syotoku = 1960;break;case '3': syotoku = 350;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(213000<=sal && sal<215000){ if( kouotu == "1" ){ return 25000; }else{ switch(huyo){case '0': syotoku = 5270;break;case '1': syotoku = 3640;break;case '2': syotoku = 2030;break;case '3': syotoku = 420;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(215000<=sal && sal<217000){ if( kouotu == "1" ){ return 25500; }else{ switch(huyo){case '0': syotoku = 5340;break;case '1': syotoku = 3720;break;case '2': syotoku = 2100;break;case '3': syotoku = 490;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(217000<=sal && sal<219000){ if( kouotu == "1" ){ return 26100; }else{ switch(huyo){case '0': syotoku = 5410;break;case '1': syotoku = 3790;break;case '2': syotoku = 2170;break;case '3': syotoku = 560;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(219000<=sal && sal<221000){ if( kouotu == "1" ){ return 26800; }else{ switch(huyo){case '0': syotoku = 5480;break;case '1': syotoku = 3860;break;case '2': syotoku = 2250;break;case '3': syotoku = 630;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(221000<=sal && sal<224000){ if( kouotu == "1" ){ return 27400; }else{ switch(huyo){case '0': syotoku = 5560;break;case '1': syotoku = 3950;break;case '2': syotoku = 2340;break;case '3': syotoku = 710;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(224000<=sal && sal<227000){ if( kouotu == "1" ){ return 28400; }else{ switch(huyo){case '0': syotoku = 5680;break;case '1': syotoku = 4060;break;case '2': syotoku = 2440;break;case '3': syotoku = 830;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(227000<=sal && sal<230000){ if( kouotu == "1" ){ return 29300; }else{ switch(huyo){case '0': syotoku = 5780;break;case '1': syotoku = 4170;break;case '2': syotoku = 2550;break;case '3': syotoku = 930;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(230000<=sal && sal<233000){ if( kouotu == "1" ){ return 30300; }else{ switch(huyo){case '0': syotoku = 5890;break;case '1': syotoku = 4280;break;case '2': syotoku = 2650;break;case '3': syotoku = 1040;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(233000<=sal && sal<236000){ if( kouotu == "1" ){ return 31300; }else{ switch(huyo){case '0': syotoku = 5990;break;case '1': syotoku = 4380;break;case '2': syotoku = 2770;break;case '3': syotoku = 1140;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(236000<=sal && sal<239000){ if( kouotu == "1" ){ return 32400; }else{ switch(huyo){case '0': syotoku = 6110;break;case '1': syotoku = 4490;break;case '2': syotoku = 2870;break;case '3': syotoku = 1260;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(239000<=sal && sal<242000){ if( kouotu == "1" ){ return 33400; }else{ switch(huyo){case '0': syotoku = 6210;break;case '1': syotoku = 4590;break;case '2': syotoku = 2980;break;case '3': syotoku = 1360;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(242000<=sal && sal<245000){ if( kouotu == "1" ){ return 34400; }else{ switch(huyo){case '0': syotoku = 6320;break;case '1': syotoku = 4710;break;case '2': syotoku = 3080;break;case '3': syotoku = 1470;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(245000<=sal && sal<248000){ if( kouotu == "1" ){ return 35400; }else{ switch(huyo){case '0': syotoku = 6420;break;case '1': syotoku = 4810;break;case '2': syotoku = 3200;break;case '3': syotoku = 1570;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(248000<=sal && sal<251000){ if( kouotu == "1" ){ return 36400; }else{ switch(huyo){case '0': syotoku = 6530;break;case '1': syotoku = 4920;break;case '2': syotoku = 3300;break;case '3': syotoku = 1680;break;case '4': syotoku = 0;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(251000<=sal && sal<254000){ if( kouotu == "1" ){ return 37500; }else{ switch(huyo){case '0': syotoku = 6640;break;case '1': syotoku = 5020;break;case '2': syotoku = 3410;break;case '3': syotoku = 1790;break;case '4': syotoku = 170;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(254000<=sal && sal<257000){ if( kouotu == "1" ){ return 38500; }else{ switch(huyo){case '0': syotoku = 6750;break;case '1': syotoku = 5140;break;case '2': syotoku = 3510;break;case '3': syotoku = 1900;break;case '4': syotoku = 290;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(257000<=sal && sal<260000){ if( kouotu == "1" ){ return 39400; }else{ switch(huyo){case '0': syotoku = 6850;break;case '1': syotoku = 5240;break;case '2': syotoku = 3620;break;case '3': syotoku = 2000;break;case '4': syotoku = 390;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(260000<=sal && sal<263000){ if( kouotu == "1" ){ return 40400; }else{ switch(huyo){case '0': syotoku = 6960;break;case '1': syotoku = 5350;break;case '2': syotoku = 3730;break;case '3': syotoku = 2110;break;case '4': syotoku = 500;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(263000<=sal && sal<266000){ if( kouotu == "1" ){ return 41500; }else{ switch(huyo){case '0': syotoku = 7070;break;case '1': syotoku = 5450;break;case '2': syotoku = 3840;break;case '3': syotoku = 2220;break;case '4': syotoku = 600;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(266000<=sal && sal<269000){ if( kouotu == "1" ){ return 42500; }else{ switch(huyo){case '0': syotoku = 7180;break;case '1': syotoku = 5560;break;case '2': syotoku = 3940;break;case '3': syotoku = 2330;break;case '4': syotoku = 710;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(269000<=sal && sal<272000){ if( kouotu == "1" ){ return 43500; }else{ switch(huyo){case '0': syotoku = 7280;break;case '1': syotoku = 5670;break;case '2': syotoku = 4050;break;case '3': syotoku = 2430;break;case '4': syotoku = 820;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(272000<=sal && sal<275000){ if( kouotu == "1" ){ return 44500; }else{ switch(huyo){case '0': syotoku = 7390;break;case '1': syotoku = 5780;break;case '2': syotoku = 4160;break;case '3': syotoku = 2540;break;case '4': syotoku = 930;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(275000<=sal && sal<278000){ if( kouotu == "1" ){ return 45500; }else{ switch(huyo){case '0': syotoku = 7490;break;case '1': syotoku = 5880;break;case '2': syotoku = 4270;break;case '3': syotoku = 2640;break;case '4': syotoku = 1030;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(278000<=sal && sal<281000){ if( kouotu == "1" ){ return 46600; }else{ switch(huyo){case '0': syotoku = 7610;break;case '1': syotoku = 5990;break;case '2': syotoku = 4370;break;case '3': syotoku = 2760;break;case '4': syotoku = 1140;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(281000<=sal && sal<284000){ if( kouotu == "1" ){ return 47600; }else{ switch(huyo){case '0': syotoku = 7710;break;case '1': syotoku = 6100;break;case '2': syotoku = 4480;break;case '3': syotoku = 2860;break;case '4': syotoku = 1250;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(284000<=sal && sal<287000){ if( kouotu == "1" ){ return 48600; }else{ switch(huyo){case '0': syotoku = 7820;break;case '1': syotoku = 6210;break;case '2': syotoku = 4580;break;case '3': syotoku = 2970;break;case '4': syotoku = 1360;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(287000<=sal && sal<290000){ if( kouotu == "1" ){ return 49500; }else{ switch(huyo){case '0': syotoku = 7920;break;case '1': syotoku = 6310;break;case '2': syotoku = 4700;break;case '3': syotoku = 3070;break;case '4': syotoku = 1460;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(290000<=sal && sal<293000){ if( kouotu == "1" ){ return 50500; }else{ switch(huyo){case '0': syotoku = 8040;break;case '1': syotoku = 6420;break;case '2': syotoku = 4800;break;case '3': syotoku = 3190;break;case '4': syotoku = 1570;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(293000<=sal && sal<296000){ if( kouotu == "1" ){ return 51600; }else{ switch(huyo){case '0': syotoku = 8140;break;case '1': syotoku = 6520;break;case '2': syotoku = 4910;break;case '3': syotoku = 3290;break;case '4': syotoku = 1670;break;case '5': syotoku = 0;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(296000<=sal && sal<299000){ if( kouotu == "1" ){ return 52300; }else{ switch(huyo){case '0': syotoku = 8250;break;case '1': syotoku = 6640;break;case '2': syotoku = 5010;break;case '3': syotoku = 3400;break;case '4': syotoku = 1790;break;case '5': syotoku = 160;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(299000<=sal && sal<302000){ if( kouotu == "1" ){ return 52900; }else{ switch(huyo){case '0': syotoku = 8420;break;case '1': syotoku = 6740;break;case '2': syotoku = 5130;break;case '3': syotoku = 3510;break;case '4': syotoku = 1890;break;case '5': syotoku = 280;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(302000<=sal && sal<305000){ if( kouotu == "1" ){ return 53500; }else{ switch(huyo){case '0': syotoku = 8670;break;case '1': syotoku = 6860;break;case '2': syotoku = 5250;break;case '3': syotoku = 3630;break;case '4': syotoku = 2010;break;case '5': syotoku = 400;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(305000<=sal && sal<308000){ if( kouotu == "1" ){ return 54200; }else{ switch(huyo){case '0': syotoku = 8910;break;case '1': syotoku = 6980;break;case '2': syotoku = 5370;break;case '3': syotoku = 3760;break;case '4': syotoku = 2130;break;case '5': syotoku = 520;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(308000<=sal && sal<311000){ if( kouotu == "1" ){ return 54800; }else{ switch(huyo){case '0': syotoku = 9160;break;case '1': syotoku = 7110;break;case '2': syotoku = 5490;break;case '3': syotoku = 3880;break;case '4': syotoku = 2260;break;case '5': syotoku = 640;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(311000<=sal && sal<314000){ if( kouotu == "1" ){ return 55400; }else{ switch(huyo){case '0': syotoku = 9400;break;case '1': syotoku = 7230;break;case '2': syotoku = 5620;break;case '3': syotoku = 4000;break;case '4': syotoku = 2380;break;case '5': syotoku = 770;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(314000<=sal && sal<317000){ if( kouotu == "1" ){ return 56100; }else{ switch(huyo){case '0': syotoku = 9650;break;case '1': syotoku = 7350;break;case '2': syotoku = 5740;break;case '3': syotoku = 4120;break;case '4': syotoku = 2500;break;case '5': syotoku = 890;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(317000<=sal && sal<320000){ if( kouotu == "1" ){ return 56800; }else{ switch(huyo){case '0': syotoku = 9890;break;case '1': syotoku = 7470;break;case '2': syotoku = 5860;break;case '3': syotoku = 4250;break;case '4': syotoku = 2620;break;case '5': syotoku = 1010;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(320000<=sal && sal<323000){ if( kouotu == "1" ){ return 57700; }else{ switch(huyo){case '0': syotoku = 10140;break;case '1': syotoku = 7600;break;case '2': syotoku = 5980;break;case '3': syotoku = 4370;break;case '4': syotoku = 2750;break;case '5': syotoku = 1130;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(323000<=sal && sal<326000){ if( kouotu == "1" ){ return 58500; }else{ switch(huyo){case '0': syotoku = 10380;break;case '1': syotoku = 7720;break;case '2': syotoku = 6110;break;case '3': syotoku = 4490;break;case '4': syotoku = 2870;break;case '5': syotoku = 1260;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(326000<=sal && sal<329000){ if( kouotu == "1" ){ return 59300; }else{ switch(huyo){case '0': syotoku = 10630;break;case '1': syotoku = 7840;break;case '2': syotoku = 6230;break;case '3': syotoku = 4610;break;case '4': syotoku = 2990;break;case '5': syotoku = 1380;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(329000<=sal && sal<332000){ if( kouotu == "1" ){ return 60200; }else{ switch(huyo){case '0': syotoku = 10870;break;case '1': syotoku = 7960;break;case '2': syotoku = 6350;break;case '3': syotoku = 4740;break;case '4': syotoku = 3110;break;case '5': syotoku = 1500;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(332000<=sal && sal<335000){ if( kouotu == "1" ){ return 61100; }else{ switch(huyo){case '0': syotoku = 11120;break;case '1': syotoku = 8090;break;case '2': syotoku = 6470;break;case '3': syotoku = 4860;break;case '4': syotoku = 3240;break;case '5': syotoku = 1620;break;case '6': syotoku = 0;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(335000<=sal && sal<338000){ if( kouotu == "1" ){ return 62000; }else{ switch(huyo){case '0': syotoku = 11360;break;case '1': syotoku = 8210;break;case '2': syotoku = 6600;break;case '3': syotoku = 4980;break;case '4': syotoku = 3360;break;case '5': syotoku = 1750;break;case '6': syotoku = 130;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(338000<=sal && sal<341000){ if( kouotu == "1" ){ return 63000; }else{ switch(huyo){case '0': syotoku = 11610;break;case '1': syotoku = 8370;break;case '2': syotoku = 6720;break;case '3': syotoku = 5110;break;case '4': syotoku = 3480;break;case '5': syotoku = 1870;break;case '6': syotoku = 260;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(341000<=sal && sal<344000){ if( kouotu == "1" ){ return 64000; }else{ switch(huyo){case '0': syotoku = 11850;break;case '1': syotoku = 8620;break;case '2': syotoku = 6840;break;case '3': syotoku = 5230;break;case '4': syotoku = 3600;break;case '5': syotoku = 1990;break;case '6': syotoku = 380;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(344000<=sal && sal<347000){ if( kouotu == "1" ){ return 65000; }else{ switch(huyo){case '0': syotoku = 12100;break;case '1': syotoku = 8860;break;case '2': syotoku = 6960;break;case '3': syotoku = 5350;break;case '4': syotoku = 3730;break;case '5': syotoku = 2110;break;case '6': syotoku = 500;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(347000<=sal && sal<350000){ if( kouotu == "1" ){ return 66200; }else{ switch(huyo){case '0': syotoku = 12340;break;case '1': syotoku = 9110;break;case '2': syotoku = 7090;break;case '3': syotoku = 5470;break;case '4': syotoku = 3850;break;case '5': syotoku = 2240;break;case '6': syotoku = 620;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(350000<=sal && sal<353000){ if( kouotu == "1" ){ return 67200; }else{ switch(huyo){case '0': syotoku = 12590;break;case '1': syotoku = 9350;break;case '2': syotoku = 7210;break;case '3': syotoku = 5600;break;case '4': syotoku = 3970;break;case '5': syotoku = 2360;break;case '6': syotoku = 750;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(353000<=sal && sal<356000){ if( kouotu == "1" ){ return 68200; }else{ switch(huyo){case '0': syotoku = 12830;break;case '1': syotoku = 9600;break;case '2': syotoku = 7330;break;case '3': syotoku = 5720;break;case '4': syotoku = 4090;break;case '5': syotoku = 2480;break;case '6': syotoku = 870;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(356000<=sal && sal<359000){ if( kouotu == "1" ){ return 69200; }else{ switch(huyo){case '0': syotoku = 13080;break;case '1': syotoku = 9840;break;case '2': syotoku = 7450;break;case '3': syotoku = 5840;break;case '4': syotoku = 4220;break;case '5': syotoku = 2600;break;case '6': syotoku = 990;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(359000<=sal && sal<362000){ if( kouotu == "1" ){ return 70200; }else{ switch(huyo){case '0': syotoku = 13320;break;case '1': syotoku = 10090;break;case '2': syotoku = 7580;break;case '3': syotoku = 5960;break;case '4': syotoku = 4340;break;case '5': syotoku = 2730;break;case '6': syotoku = 1110;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(362000<=sal && sal<365000){ if( kouotu == "1" ){ return 71300; }else{ switch(huyo){case '0': syotoku = 13570;break;case '1': syotoku = 10330;break;case '2': syotoku = 7700;break;case '3': syotoku = 6090;break;case '4': syotoku = 4460;break;case '5': syotoku = 2850;break;case '6': syotoku = 1240;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(365000<=sal && sal<368000){ if( kouotu == "1" ){ return 72300; }else{ switch(huyo){case '0': syotoku = 13810;break;case '1': syotoku = 10580;break;case '2': syotoku = 7820;break;case '3': syotoku = 6210;break;case '4': syotoku = 4580;break;case '5': syotoku = 2970;break;case '6': syotoku = 1360;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(368000<=sal && sal<371000){ if( kouotu == "1" ){ return 73200; }else{ switch(huyo){case '0': syotoku = 14060;break;case '1': syotoku = 10820;break;case '2': syotoku = 7940;break;case '3': syotoku = 6330;break;case '4': syotoku = 4710;break;case '5': syotoku = 3090;break;case '6': syotoku = 1480;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(371000<=sal && sal<374000){ if( kouotu == "1" ){ return 74200; }else{ switch(huyo){case '0': syotoku = 14300;break;case '1': syotoku = 11070;break;case '2': syotoku = 8070;break;case '3': syotoku = 6450;break;case '4': syotoku = 4830;break;case '5': syotoku = 3220;break;case '6': syotoku = 1600;break;case '7': syotoku = 0;break; default: syotoku = (0) - (huyo - 7)*1610; break;} }}else if(374000<=sal && sal<377000){ if( kouotu == "1" ){ return 75100; }else{ switch(huyo){case '0': syotoku = 14550;break;case '1': syotoku = 11310;break;case '2': syotoku = 8190;break;case '3': syotoku = 6580;break;case '4': syotoku = 4950;break;case '5': syotoku = 3340;break;case '6': syotoku = 1730;break;case '7': syotoku = 100;break; default: syotoku = (100) - (huyo - 7)*1610; break;} }}else if(377000<=sal && sal<380000){ if( kouotu == "1" ){ return 76100; }else{ switch(huyo){case '0': syotoku = 14790;break;case '1': syotoku = 11560;break;case '2': syotoku = 8320;break;case '3': syotoku = 6700;break;case '4': syotoku = 5070;break;case '5': syotoku = 3460;break;case '6': syotoku = 1850;break;case '7': syotoku = 220;break; default: syotoku = (220) - (huyo - 7)*1610; break;} }}else if(380000<=sal && sal<383000){ if( kouotu == "1" ){ return 77000; }else{ switch(huyo){case '0': syotoku = 15040;break;case '1': syotoku = 11800;break;case '2': syotoku = 8570;break;case '3': syotoku = 6820;break;case '4': syotoku = 5200;break;case '5': syotoku = 3580;break;case '6': syotoku = 1970;break;case '7': syotoku = 350;break; default: syotoku = (350) - (huyo - 7)*1610; break;} }}else if(383000<=sal && sal<386000){ if( kouotu == "1" ){ return 77900; }else{ switch(huyo){case '0': syotoku = 15280;break;case '1': syotoku = 12050;break;case '2': syotoku = 8810;break;case '3': syotoku = 6940;break;case '4': syotoku = 5320;break;case '5': syotoku = 3710;break;case '6': syotoku = 2090;break;case '7': syotoku = 470;break; default: syotoku = (470) - (huyo - 7)*1610; break;} }}else if(386000<=sal && sal<389000){ if( kouotu == "1" ){ return 78800; }else{ switch(huyo){case '0': syotoku = 15530;break;case '1': syotoku = 12290;break;case '2': syotoku = 9060;break;case '3': syotoku = 7070;break;case '4': syotoku = 5440;break;case '5': syotoku = 3830;break;case '6': syotoku = 2220;break;case '7': syotoku = 590;break; default: syotoku = (590) - (huyo - 7)*1610; break;} }}else if(389000<=sal && sal<392000){ if( kouotu == "1" ){ return 80600; }else{ switch(huyo){case '0': syotoku = 15770;break;case '1': syotoku = 12540;break;case '2': syotoku = 9300;break;case '3': syotoku = 7190;break;case '4': syotoku = 5560;break;case '5': syotoku = 3950;break;case '6': syotoku = 2340;break;case '7': syotoku = 710;break; default: syotoku = (710) - (huyo - 7)*1610; break;} }}else if(392000<=sal && sal<395000){ if( kouotu == "1" ){ return 82300; }else{ switch(huyo){case '0': syotoku = 16020;break;case '1': syotoku = 12780;break;case '2': syotoku = 9550;break;case '3': syotoku = 7310;break;case '4': syotoku = 5690;break;case '5': syotoku = 4070;break;case '6': syotoku = 2460;break;case '7': syotoku = 840;break; default: syotoku = (840) - (huyo - 7)*1610; break;} }}else if(395000<=sal && sal<398000){ if( kouotu == "1" ){ return 83900; }else{ switch(huyo){case '0': syotoku = 16260;break;case '1': syotoku = 13030;break;case '2': syotoku = 9790;break;case '3': syotoku = 7430;break;case '4': syotoku = 5810;break;case '5': syotoku = 4200;break;case '6': syotoku = 2580;break;case '7': syotoku = 960;break; default: syotoku = (960) - (huyo - 7)*1610; break;} }}else if(398000<=sal && sal<401000){ if( kouotu == "1" ){ return 85700; }else{ switch(huyo){case '0': syotoku = 16510;break;case '1': syotoku = 13270;break;case '2': syotoku = 10040;break;case '3': syotoku = 7560;break;case '4': syotoku = 5930;break;case '5': syotoku = 4320;break;case '6': syotoku = 2710;break;case '7': syotoku = 1080;break; default: syotoku = (1080) - (huyo - 7)*1610; break;} }}else if(401000<=sal && sal<404000){ if( kouotu == "1" ){ return 87400; }else{ switch(huyo){case '0': syotoku = 16750;break;case '1': syotoku = 13520;break;case '2': syotoku = 10280;break;case '3': syotoku = 7680;break;case '4': syotoku = 6050;break;case '5': syotoku = 4440;break;case '6': syotoku = 2830;break;case '7': syotoku = 1200;break; default: syotoku = (1200) - (huyo - 7)*1610; break;} }}else if(404000<=sal && sal<407000){ if( kouotu == "1" ){ return 89000; }else{ switch(huyo){case '0': syotoku = 17000;break;case '1': syotoku = 13760;break;case '2': syotoku = 10530;break;case '3': syotoku = 7800;break;case '4': syotoku = 6180;break;case '5': syotoku = 4560;break;case '6': syotoku = 2950;break;case '7': syotoku = 1330;break; default: syotoku = (1330) - (huyo - 7)*1610; break;} }}else if(407000<=sal && sal<410000){ if( kouotu == "1" ){ return 90800; }else{ switch(huyo){case '0': syotoku = 17240;break;case '1': syotoku = 14010;break;case '2': syotoku = 10770;break;case '3': syotoku = 7920;break;case '4': syotoku = 6300;break;case '5': syotoku = 4690;break;case '6': syotoku = 3070;break;case '7': syotoku = 1450;break; default: syotoku = (1450) - (huyo - 7)*1610; break;} }}else if(410000<=sal && sal<413000){ if( kouotu == "1" ){ return 92500; }else{ switch(huyo){case '0': syotoku = 17490;break;case '1': syotoku = 14250;break;case '2': syotoku = 11020;break;case '3': syotoku = 8050;break;case '4': syotoku = 6420;break;case '5': syotoku = 4810;break;case '6': syotoku = 3200;break;case '7': syotoku = 1570;break; default: syotoku = (1570) - (huyo - 7)*1610; break;} }}else if(413000<=sal && sal<416000){ if( kouotu == "1" ){ return 94100; }else{ switch(huyo){case '0': syotoku = 17730;break;case '1': syotoku = 14500;break;case '2': syotoku = 11260;break;case '3': syotoku = 8170;break;case '4': syotoku = 6540;break;case '5': syotoku = 4930;break;case '6': syotoku = 3320;break;case '7': syotoku = 1690;break; default: syotoku = (1690) - (huyo - 7)*1610; break;} }}else if(416000<=sal && sal<419000){ if( kouotu == "1" ){ return 95900; }else{ switch(huyo){case '0': syotoku = 17980;break;case '1': syotoku = 14740;break;case '2': syotoku = 11510;break;case '3': syotoku = 8290;break;case '4': syotoku = 6670;break;case '5': syotoku = 5050;break;case '6': syotoku = 3440;break;case '7': syotoku = 1820;break; default: syotoku = (1820) - (huyo - 7)*1610; break;} }}else if(419000<=sal && sal<422000){ if( kouotu == "1" ){ return 97600; }else{ switch(huyo){case '0': syotoku = 18220;break;case '1': syotoku = 14990;break;case '2': syotoku = 11750;break;case '3': syotoku = 8530;break;case '4': syotoku = 6790;break;case '5': syotoku = 5180;break;case '6': syotoku = 3560;break;case '7': syotoku = 1940;break; default: syotoku = (1940) - (huyo - 7)*1610; break;} }}else if(422000<=sal && sal<425000){ if( kouotu == "1" ){ return 99200; }else{ switch(huyo){case '0': syotoku = 18470;break;case '1': syotoku = 15230;break;case '2': syotoku = 12000;break;case '3': syotoku = 8770;break;case '4': syotoku = 6910;break;case '5': syotoku = 5300;break;case '6': syotoku = 3690;break;case '7': syotoku = 2060;break; default: syotoku = (2060) - (huyo - 7)*1610; break;} }}else if(425000<=sal && sal<428000){ if( kouotu == "1" ){ return 101000; }else{ switch(huyo){case '0': syotoku = 18710;break;case '1': syotoku = 15480;break;case '2': syotoku = 12240;break;case '3': syotoku = 9020;break;case '4': syotoku = 7030;break;case '5': syotoku = 5420;break;case '6': syotoku = 3810;break;case '7': syotoku = 2180;break; default: syotoku = (2180) - (huyo - 7)*1610; break;} }}else if(428000<=sal && sal<431000){ if( kouotu == "1" ){ return 102600; }else{ switch(huyo){case '0': syotoku = 18960;break;case '1': syotoku = 15720;break;case '2': syotoku = 12490;break;case '3': syotoku = 9260;break;case '4': syotoku = 7160;break;case '5': syotoku = 5540;break;case '6': syotoku = 3930;break;case '7': syotoku = 2310;break; default: syotoku = (2310) - (huyo - 7)*1610; break;} }}else if(431000<=sal && sal<434000){ if( kouotu == "1" ){ return 104300; }else{ switch(huyo){case '0': syotoku = 19210;break;case '1': syotoku = 15970;break;case '2': syotoku = 12730;break;case '3': syotoku = 9510;break;case '4': syotoku = 7280;break;case '5': syotoku = 5670;break;case '6': syotoku = 4050;break;case '7': syotoku = 2430;break; default: syotoku = (2430) - (huyo - 7)*1610; break;} }}else if(434000<=sal && sal<437000){ if( kouotu == "1" ){ return 106100; }else{ switch(huyo){case '0': syotoku = 19450;break;case '1': syotoku = 16210;break;case '2': syotoku = 12980;break;case '3': syotoku = 9750;break;case '4': syotoku = 7400;break;case '5': syotoku = 5790;break;case '6': syotoku = 4180;break;case '7': syotoku = 2550;break; default: syotoku = (2550) - (huyo - 7)*1610; break;} }}else if(437000<=sal && sal<440000){ if( kouotu == "1" ){ return 107700; }else{ switch(huyo){case '0': syotoku = 19700;break;case '1': syotoku = 16460;break;case '2': syotoku = 13220;break;case '3': syotoku = 10000;break;case '4': syotoku = 7520;break;case '5': syotoku = 5910;break;case '6': syotoku = 4300;break;case '7': syotoku = 2680;break; default: syotoku = (2680) - (huyo - 7)*1610; break;} }}else if(440000<=sal && sal<443000){ if( kouotu == "1" ){ return 109500; }else{ switch(huyo){case '0': syotoku = 20090;break;case '1': syotoku = 16700;break;case '2': syotoku = 13470;break;case '3': syotoku = 10240;break;case '4': syotoku = 7650;break;case '5': syotoku = 6030;break;case '6': syotoku = 4420;break;case '7': syotoku = 2800;break; default: syotoku = (2800) - (huyo - 7)*1610; break;} }}else if(443000<=sal && sal<446000){ if( kouotu == "1" ){ return 111200; }else{ switch(huyo){case '0': syotoku = 20580;break;case '1': syotoku = 16950;break;case '2': syotoku = 13710;break;case '3': syotoku = 10490;break;case '4': syotoku = 7770;break;case '5': syotoku = 6160;break;case '6': syotoku = 4540;break;case '7': syotoku = 2920;break; default: syotoku = (2920) - (huyo - 7)*1610; break;} }}else if(446000<=sal && sal<449000){ if( kouotu == "1" ){ return 112800; }else{ switch(huyo){case '0': syotoku = 21070;break;case '1': syotoku = 17190;break;case '2': syotoku = 13960;break;case '3': syotoku = 10730;break;case '4': syotoku = 7890;break;case '5': syotoku = 6280;break;case '6': syotoku = 4670;break;case '7': syotoku = 3040;break; default: syotoku = (3040) - (huyo - 7)*1610; break;} }}else if(449000<=sal && sal<452000){ if( kouotu == "1" ){ return 114600; }else{ switch(huyo){case '0': syotoku = 21560;break;case '1': syotoku = 17440;break;case '2': syotoku = 14200;break;case '3': syotoku = 10980;break;case '4': syotoku = 8010;break;case '5': syotoku = 6400;break;case '6': syotoku = 4790;break;case '7': syotoku = 3170;break; default: syotoku = (3170) - (huyo - 7)*1610; break;} }}else if(452000<=sal && sal<455000){ if( kouotu == "1" ){ return 116300; }else{ switch(huyo){case '0': syotoku = 22050;break;case '1': syotoku = 17680;break;case '2': syotoku = 14450;break;case '3': syotoku = 11220;break;case '4': syotoku = 8140;break;case '5': syotoku = 6520;break;case '6': syotoku = 4910;break;case '7': syotoku = 3290;break; default: syotoku = (3290) - (huyo - 7)*1610; break;} }}else if(455000<=sal && sal<458000){ if( kouotu == "1" ){ return 117900; }else{ switch(huyo){case '0': syotoku = 22540;break;case '1': syotoku = 17930;break;case '2': syotoku = 14690;break;case '3': syotoku = 11470;break;case '4': syotoku = 8260;break;case '5': syotoku = 6650;break;case '6': syotoku = 5030;break;case '7': syotoku = 3410;break; default: syotoku = (3410) - (huyo - 7)*1610; break;} }}else if(458000<=sal && sal<461000){ if( kouotu == "1" ){ return 119700; }else{ switch(huyo){case '0': syotoku = 23030;break;case '1': syotoku = 18170;break;case '2': syotoku = 14940;break;case '3': syotoku = 11710;break;case '4': syotoku = 8470;break;case '5': syotoku = 6770;break;case '6': syotoku = 5160;break;case '7': syotoku = 3530;break; default: syotoku = (3530) - (huyo - 7)*1610; break;} }}else if(461000<=sal && sal<464000){ if( kouotu == "1" ){ return 121400; }else{ switch(huyo){case '0': syotoku = 23520;break;case '1': syotoku = 18420;break;case '2': syotoku = 15180;break;case '3': syotoku = 11960;break;case '4': syotoku = 8720;break;case '5': syotoku = 6890;break;case '6': syotoku = 5280;break;case '7': syotoku = 3660;break; default: syotoku = (3660) - (huyo - 7)*1610; break;} }}else if(464000<=sal && sal<467000){ if( kouotu == "1" ){ return 123000; }else{ switch(huyo){case '0': syotoku = 24010;break;case '1': syotoku = 18660;break;case '2': syotoku = 15430;break;case '3': syotoku = 12200;break;case '4': syotoku = 8960;break;case '5': syotoku = 7010;break;case '6': syotoku = 5400;break;case '7': syotoku = 3780;break; default: syotoku = (3780) - (huyo - 7)*1610; break;} }}else if(467000<=sal && sal<470000){ if( kouotu == "1" ){ return 124800; }else{ switch(huyo){case '0': syotoku = 24500;break;case '1': syotoku = 18910;break;case '2': syotoku = 15670;break;case '3': syotoku = 12450;break;case '4': syotoku = 9210;break;case '5': syotoku = 7140;break;case '6': syotoku = 5520;break;case '7': syotoku = 3900;break; default: syotoku = (3900) - (huyo - 7)*1610; break;} }}else if(470000<=sal && sal<473000){ if( kouotu == "1" ){ return 126500; }else{ switch(huyo){case '0': syotoku = 24990;break;case '1': syotoku = 19150;break;case '2': syotoku = 15920;break;case '3': syotoku = 12690;break;case '4': syotoku = 9450;break;case '5': syotoku = 7260;break;case '6': syotoku = 5650;break;case '7': syotoku = 4020;break; default: syotoku = (4020) - (huyo - 7)*1610; break;} }}else if(473000<=sal && sal<476000){ if( kouotu == "1" ){ return 128100; }else{ switch(huyo){case '0': syotoku = 25480;break;case '1': syotoku = 19400;break;case '2': syotoku = 16160;break;case '3': syotoku = 12940;break;case '4': syotoku = 9700;break;case '5': syotoku = 7380;break;case '6': syotoku = 5770;break;case '7': syotoku = 4150;break; default: syotoku = (4150) - (huyo - 7)*1610; break;} }}else if(476000<=sal && sal<479000){ if( kouotu == "1" ){ return 129900; }else{ switch(huyo){case '0': syotoku = 25970;break;case '1': syotoku = 19640;break;case '2': syotoku = 16410;break;case '3': syotoku = 13180;break;case '4': syotoku = 9940;break;case '5': syotoku = 7500;break;case '6': syotoku = 5890;break;case '7': syotoku = 4270;break; default: syotoku = (4270) - (huyo - 7)*1610; break;} }}else if(479000<=sal && sal<482000){ if( kouotu == "1" ){ return 131600; }else{ switch(huyo){case '0': syotoku = 26460;break;case '1': syotoku = 20000;break;case '2': syotoku = 16650;break;case '3': syotoku = 13430;break;case '4': syotoku = 10190;break;case '5': syotoku = 7630;break;case '6': syotoku = 6010;break;case '7': syotoku = 4390;break; default: syotoku = (4390) - (huyo - 7)*1610; break;} }}else if(482000<=sal && sal<485000){ if( kouotu == "1" ){ return 133200; }else{ switch(huyo){case '0': syotoku = 26950;break;case '1': syotoku = 20490;break;case '2': syotoku = 16900;break;case '3': syotoku = 13670;break;case '4': syotoku = 10430;break;case '5': syotoku = 7750;break;case '6': syotoku = 6140;break;case '7': syotoku = 4510;break; default: syotoku = (4510) - (huyo - 7)*1610; break;} }}else if(485000<=sal && sal<488000){ if( kouotu == "1" ){ return 135000; }else{ switch(huyo){case '0': syotoku = 27440;break;case '1': syotoku = 20980;break;case '2': syotoku = 17140;break;case '3': syotoku = 13920;break;case '4': syotoku = 10680;break;case '5': syotoku = 7870;break;case '6': syotoku = 6260;break;case '7': syotoku = 4640;break; default: syotoku = (4640) - (huyo - 7)*1610; break;} }}else if(488000<=sal && sal<491000){ if( kouotu == "1" ){ return 136600; }else{ switch(huyo){case '0': syotoku = 27930;break;case '1': syotoku = 21470;break;case '2': syotoku = 17390;break;case '3': syotoku = 14160;break;case '4': syotoku = 10920;break;case '5': syotoku = 7990;break;case '6': syotoku = 6380;break;case '7': syotoku = 4760;break; default: syotoku = (4760) - (huyo - 7)*1610; break;} }}else if(491000<=sal && sal<494000){ if( kouotu == "1" ){ return 138300; }else{ switch(huyo){case '0': syotoku = 28420;break;case '1': syotoku = 21960;break;case '2': syotoku = 17630;break;case '3': syotoku = 14410;break;case '4': syotoku = 11170;break;case '5': syotoku = 8120;break;case '6': syotoku = 6500;break;case '7': syotoku = 4880;break; default: syotoku = (4880) - (huyo - 7)*1610; break;} }}else if(494000<=sal && sal<497000){ if( kouotu == "1" ){ return 140100; }else{ switch(huyo){case '0': syotoku = 28910;break;case '1': syotoku = 22450;break;case '2': syotoku = 17880;break;case '3': syotoku = 14650;break;case '4': syotoku = 11410;break;case '5': syotoku = 8240;break;case '6': syotoku = 6630;break;case '7': syotoku = 5000;break; default: syotoku = (5000) - (huyo - 7)*1610; break;} }}else if(497000<=sal && sal<500000){ if( kouotu == "1" ){ return 141700; }else{ switch(huyo){case '0': syotoku = 29400;break;case '1': syotoku = 22940;break;case '2': syotoku = 18120;break;case '3': syotoku = 14900;break;case '4': syotoku = 11660;break;case '5': syotoku = 8420;break;case '6': syotoku = 6750;break;case '7': syotoku = 5130;break; default: syotoku = (5130) - (huyo - 7)*1610; break;} }}else if(500000<=sal && sal<503000){ if( kouotu == "1" ){ return 143500; }else{ switch(huyo){case '0': syotoku = 29890;break;case '1': syotoku = 23430;break;case '2': syotoku = 18370;break;case '3': syotoku = 15140;break;case '4': syotoku = 11900;break;case '5': syotoku = 8670;break;case '6': syotoku = 6870;break;case '7': syotoku = 5250;break; default: syotoku = (5250) - (huyo - 7)*1610; break;} }}else if(503000<=sal && sal<506000){ if( kouotu == "1" ){ return 145200; }else{ switch(huyo){case '0': syotoku = 30380;break;case '1': syotoku = 23920;break;case '2': syotoku = 18610;break;case '3': syotoku = 15390;break;case '4': syotoku = 12150;break;case '5': syotoku = 8910;break;case '6': syotoku = 6990;break;case '7': syotoku = 5370;break; default: syotoku = (5370) - (huyo - 7)*1610; break;} }}else if(506000<=sal && sal<509000){ if( kouotu == "1" ){ return 146800; }else{ switch(huyo){case '0': syotoku = 30880;break;case '1': syotoku = 24410;break;case '2': syotoku = 18860;break;case '3': syotoku = 15630;break;case '4': syotoku = 12390;break;case '5': syotoku = 9160;break;case '6': syotoku = 7120;break;case '7': syotoku = 5490;break; default: syotoku = (5490) - (huyo - 7)*1610; break;} }}else if(509000<=sal && sal<512000){ if( kouotu == "1" ){ return 148600; }else{ switch(huyo){case '0': syotoku = 31370;break;case '1': syotoku = 24900;break;case '2': syotoku = 19100;break;case '3': syotoku = 15880;break;case '4': syotoku = 12640;break;case '5': syotoku = 9400;break;case '6': syotoku = 7240;break;case '7': syotoku = 5620;break; default: syotoku = (5620) - (huyo - 7)*1610; break;} }}else if(512000<=sal && sal<515000){ if( kouotu == "1" ){ return 150300; }else{ switch(huyo){case '0': syotoku = 31860;break;case '1': syotoku = 25390;break;case '2': syotoku = 19350;break;case '3': syotoku = 16120;break;case '4': syotoku = 12890;break;case '5': syotoku = 9650;break;case '6': syotoku = 7360;break;case '7': syotoku = 5740;break; default: syotoku = (5740) - (huyo - 7)*1610; break;} }}else if(515000<=sal && sal<518000){ if( kouotu == "1" ){ return 151900; }else{ switch(huyo){case '0': syotoku = 32350;break;case '1': syotoku = 25880;break;case '2': syotoku = 19590;break;case '3': syotoku = 16370;break;case '4': syotoku = 13130;break;case '5': syotoku = 9890;break;case '6': syotoku = 7480;break;case '7': syotoku = 5860;break; default: syotoku = (5860) - (huyo - 7)*1610; break;} }}else if(518000<=sal && sal<521000){ if( kouotu == "1" ){ return 153700; }else{ switch(huyo){case '0': syotoku = 32840;break;case '1': syotoku = 26370;break;case '2': syotoku = 19900;break;case '3': syotoku = 16610;break;case '4': syotoku = 13380;break;case '5': syotoku = 10140;break;case '6': syotoku = 7610;break;case '7': syotoku = 5980;break; default: syotoku = (5980) - (huyo - 7)*1610; break;} }}else if(521000<=sal && sal<524000){ if( kouotu == "1" ){ return 155400; }else{ switch(huyo){case '0': syotoku = 33330;break;case '1': syotoku = 26860;break;case '2': syotoku = 20390;break;case '3': syotoku = 16860;break;case '4': syotoku = 13620;break;case '5': syotoku = 10380;break;case '6': syotoku = 7730;break;case '7': syotoku = 6110;break; default: syotoku = (6110) - (huyo - 7)*1610; break;} }}else if(524000<=sal && sal<527000){ if( kouotu == "1" ){ return 157000; }else{ switch(huyo){case '0': syotoku = 33820;break;case '1': syotoku = 27350;break;case '2': syotoku = 20880;break;case '3': syotoku = 17100;break;case '4': syotoku = 13870;break;case '5': syotoku = 10630;break;case '6': syotoku = 7850;break;case '7': syotoku = 6230;break; default: syotoku = (6230) - (huyo - 7)*1610; break;} }}else if(527000<=sal && sal<530000){ if( kouotu == "1" ){ return 158800; }else{ switch(huyo){case '0': syotoku = 34310;break;case '1': syotoku = 27840;break;case '2': syotoku = 21370;break;case '3': syotoku = 17350;break;case '4': syotoku = 14110;break;case '5': syotoku = 10870;break;case '6': syotoku = 7970;break;case '7': syotoku = 6350;break; default: syotoku = (6350) - (huyo - 7)*1610; break;} }}else if(530000<=sal && sal<533000){ if( kouotu == "1" ){ return 160300; }else{ switch(huyo){case '0': syotoku = 34800;break;case '1': syotoku = 28330;break;case '2': syotoku = 21860;break;case '3': syotoku = 17590;break;case '4': syotoku = 14360;break;case '5': syotoku = 11120;break;case '6': syotoku = 8100;break;case '7': syotoku = 6470;break; default: syotoku = (6470) - (huyo - 7)*1610; break;} }}else if(533000<=sal && sal<536000){ if( kouotu == "1" ){ return 161900; }else{ switch(huyo){case '0': syotoku = 35290;break;case '1': syotoku = 28820;break;case '2': syotoku = 22350;break;case '3': syotoku = 17840;break;case '4': syotoku = 14600;break;case '5': syotoku = 11360;break;case '6': syotoku = 8220;break;case '7': syotoku = 6600;break; default: syotoku = (6600) - (huyo - 7)*1610; break;} }}else if(536000<=sal && sal<539000){ if( kouotu == "1" ){ return 163500; }else{ switch(huyo){case '0': syotoku = 35780;break;case '1': syotoku = 29310;break;case '2': syotoku = 22840;break;case '3': syotoku = 18080;break;case '4': syotoku = 14850;break;case '5': syotoku = 11610;break;case '6': syotoku = 8380;break;case '7': syotoku = 6720;break; default: syotoku = (6720) - (huyo - 7)*1610; break;} }}else if(539000<=sal && sal<542000){ if( kouotu == "1" ){ return 165000; }else{ switch(huyo){case '0': syotoku = 36270;break;case '1': syotoku = 29800;break;case '2': syotoku = 23330;break;case '3': syotoku = 18330;break;case '4': syotoku = 15090;break;case '5': syotoku = 11850;break;case '6': syotoku = 8630;break;case '7': syotoku = 6840;break; default: syotoku = (6840) - (huyo - 7)*1610; break;} }}else if(542000<=sal && sal<545000){ if( kouotu == "1" ){ return 166600; }else{ switch(huyo){case '0': syotoku = 36760;break;case '1': syotoku = 30290;break;case '2': syotoku = 23820;break;case '3': syotoku = 18570;break;case '4': syotoku = 15340;break;case '5': syotoku = 12100;break;case '6': syotoku = 8870;break;case '7': syotoku = 6960;break; default: syotoku = (6960) - (huyo - 7)*1610; break;} }}else if(545000<=sal && sal<548000){ if( kouotu == "1" ){ return 168200; }else{ switch(huyo){case '0': syotoku = 37250;break;case '1': syotoku = 30780;break;case '2': syotoku = 24310;break;case '3': syotoku = 18820;break;case '4': syotoku = 15580;break;case '5': syotoku = 12340;break;case '6': syotoku = 9120;break;case '7': syotoku = 7090;break; default: syotoku = (7090) - (huyo - 7)*1610; break;} }}else if(548000<=sal && sal<551000){ if( kouotu == "1" ){ return 169800; }else{ switch(huyo){case '0': syotoku = 37740;break;case '1': syotoku = 31270;break;case '2': syotoku = 24800;break;case '3': syotoku = 19060;break;case '4': syotoku = 15830;break;case '5': syotoku = 12590;break;case '6': syotoku = 9360;break;case '7': syotoku = 7210;break; default: syotoku = (7210) - (huyo - 7)*1610; break;} }}else if(551000<=sal && sal<554000){ if( kouotu == "1" ){ return 171300; }else{ switch(huyo){case '0': syotoku = 38280;break;case '1': syotoku = 31810;break;case '2': syotoku = 25340;break;case '3': syotoku = 19330;break;case '4': syotoku = 16100;break;case '5': syotoku = 12860;break;case '6': syotoku = 9630;break;case '7': syotoku = 7350;break; default: syotoku = (7350) - (huyo - 7)*1610; break;} }}else if(554000<=sal && sal<557000){ if( kouotu == "1" ){ return 173000; }else{ switch(huyo){case '0': syotoku = 38830;break;case '1': syotoku = 32370;break;case '2': syotoku = 25890;break;case '3': syotoku = 19600;break;case '4': syotoku = 16380;break;case '5': syotoku = 13140;break;case '6': syotoku = 9900;break;case '7': syotoku = 7480;break; default: syotoku = (7480) - (huyo - 7)*1610; break;} }}else if(557000<=sal && sal<560000){ if( kouotu == "1" ){ return 174500; }else{ switch(huyo){case '0': syotoku = 39380;break;case '1': syotoku = 32920;break;case '2': syotoku = 26440;break;case '3': syotoku = 19980;break;case '4': syotoku = 16650;break;case '5': syotoku = 13420;break;case '6': syotoku = 10180;break;case '7': syotoku = 7630;break; default: syotoku = (7630) - (huyo - 7)*1610; break;} }}else if(560000<=sal && sal<563000){ if( kouotu == "1" ){ return 175900; }else{ switch(huyo){case '0': syotoku = 39930;break;case '1': syotoku = 33470;break;case '2': syotoku = 27000;break;case '3': syotoku = 20530;break;case '4': syotoku = 16930;break;case '5': syotoku = 13690;break;case '6': syotoku = 10460;break;case '7': syotoku = 7760;break; default: syotoku = (7760) - (huyo - 7)*1610; break;} }}else if(563000<=sal && sal<566000){ if( kouotu == "1" ){ return 177300; }else{ switch(huyo){case '0': syotoku = 40480;break;case '1': syotoku = 34020;break;case '2': syotoku = 27550;break;case '3': syotoku = 21080;break;case '4': syotoku = 17200;break;case '5': syotoku = 13970;break;case '6': syotoku = 10730;break;case '7': syotoku = 7900;break; default: syotoku = (7900) - (huyo - 7)*1610; break;} }}else if(566000<=sal && sal<569000){ if( kouotu == "1" ){ return 178900; }else{ switch(huyo){case '0': syotoku = 41030;break;case '1': syotoku = 34570;break;case '2': syotoku = 28100;break;case '3': syotoku = 21630;break;case '4': syotoku = 17480;break;case '5': syotoku = 14240;break;case '6': syotoku = 11010;break;case '7': syotoku = 8040;break; default: syotoku = (8040) - (huyo - 7)*1610; break;} }}else if(569000<=sal && sal<572000){ if( kouotu == "1" ){ return 180300; }else{ switch(huyo){case '0': syotoku = 41590;break;case '1': syotoku = 35120;break;case '2': syotoku = 28650;break;case '3': syotoku = 22190;break;case '4': syotoku = 17760;break;case '5': syotoku = 14520;break;case '6': syotoku = 11280;break;case '7': syotoku = 8180;break; default: syotoku = (8180) - (huyo - 7)*1610; break;} }}else if(572000<=sal && sal<575000){ if( kouotu == "1" ){ return 181800; }else{ switch(huyo){case '0': syotoku = 42140;break;case '1': syotoku = 35670;break;case '2': syotoku = 29200;break;case '3': syotoku = 22740;break;case '4': syotoku = 18030;break;case '5': syotoku = 14790;break;case '6': syotoku = 11560;break;case '7': syotoku = 8330;break; default: syotoku = (8330) - (huyo - 7)*1610; break;} }}else if(575000<=sal && sal<578000){ if( kouotu == "1" ){ return 183300; }else{ switch(huyo){case '0': syotoku = 42690;break;case '1': syotoku = 36230;break;case '2': syotoku = 29750;break;case '3': syotoku = 23290;break;case '4': syotoku = 18310;break;case '5': syotoku = 15070;break;case '6': syotoku = 11830;break;case '7': syotoku = 8610;break; default: syotoku = (8610) - (huyo - 7)*1610; break;} }}else if(578000<=sal && sal<581000){ if( kouotu == "1" ){ return 184700; }else{ switch(huyo){case '0': syotoku = 43240;break;case '1': syotoku = 36780;break;case '2': syotoku = 30300;break;case '3': syotoku = 23840;break;case '4': syotoku = 18580;break;case '5': syotoku = 15350;break;case '6': syotoku = 12110;break;case '7': syotoku = 8880;break; default: syotoku = (8880) - (huyo - 7)*1610; break;} }}else if(581000<=sal && sal<584000){ if( kouotu == "1" ){ return 186200; }else{ switch(huyo){case '0': syotoku = 43790;break;case '1': syotoku = 37330;break;case '2': syotoku = 30850;break;case '3': syotoku = 24390;break;case '4': syotoku = 18860;break;case '5': syotoku = 15620;break;case '6': syotoku = 12380;break;case '7': syotoku = 9160;break; default: syotoku = (9160) - (huyo - 7)*1610; break;} }}else if(584000<=sal && sal<587000){ if( kouotu == "1" ){ return 187700; }else{ switch(huyo){case '0': syotoku = 44340;break;case '1': syotoku = 37880;break;case '2': syotoku = 31410;break;case '3': syotoku = 24940;break;case '4': syotoku = 19130;break;case '5': syotoku = 15900;break;case '6': syotoku = 12660;break;case '7': syotoku = 9430;break; default: syotoku = (9430) - (huyo - 7)*1610; break;} }}else if(587000<=sal && sal<590000){ if( kouotu == "1" ){ return 189200; }else{ switch(huyo){case '0': syotoku = 44890;break;case '1': syotoku = 38430;break;case '2': syotoku = 31960;break;case '3': syotoku = 25490;break;case '4': syotoku = 19410;break;case '5': syotoku = 16170;break;case '6': syotoku = 12940;break;case '7': syotoku = 9710;break; default: syotoku = (9710) - (huyo - 7)*1610; break;} }}else if(590000<=sal && sal<593000){ if( kouotu == "1" ){ return 190600; }else{ switch(huyo){case '0': syotoku = 45440;break;case '1': syotoku = 38980;break;case '2': syotoku = 32510;break;case '3': syotoku = 26050;break;case '4': syotoku = 19680;break;case '5': syotoku = 16450;break;case '6': syotoku = 13210;break;case '7': syotoku = 9990;break; default: syotoku = (9990) - (huyo - 7)*1610; break;} }}else if(593000<=sal && sal<596000){ if( kouotu == "1" ){ return 192100; }else{ switch(huyo){case '0': syotoku = 46000;break;case '1': syotoku = 39530;break;case '2': syotoku = 33060;break;case '3': syotoku = 26600;break;case '4': syotoku = 20130;break;case '5': syotoku = 16720;break;case '6': syotoku = 13490;break;case '7': syotoku = 10260;break; default: syotoku = (10260) - (huyo - 7)*1610; break;} }}else if(596000<=sal && sal<599000){ if( kouotu == "1" ){ return 193600; }else{ switch(huyo){case '0': syotoku = 46550;break;case '1': syotoku = 40080;break;case '2': syotoku = 33610;break;case '3': syotoku = 27150;break;case '4': syotoku = 20690;break;case '5': syotoku = 17000;break;case '6': syotoku = 13760;break;case '7': syotoku = 10540;break; default: syotoku = (10540) - (huyo - 7)*1610; break;} }}else if(599000<=sal && sal<602000){ if( kouotu == "1" ){ return 195000; }else{ switch(huyo){case '0': syotoku = 47100;break;case '1': syotoku = 40640;break;case '2': syotoku = 34160;break;case '3': syotoku = 27700;break;case '4': syotoku = 21240;break;case '5': syotoku = 17280;break;case '6': syotoku = 14040;break;case '7': syotoku = 10810;break; default: syotoku = (10810) - (huyo - 7)*1610; break;} }}else if(602000<=sal && sal<605000){ if( kouotu == "1" ){ return 196500; }else{ switch(huyo){case '0': syotoku = 47650;break;case '1': syotoku = 41190;break;case '2': syotoku = 34710;break;case '3': syotoku = 28250;break;case '4': syotoku = 21790;break;case '5': syotoku = 17550;break;case '6': syotoku = 14310;break;case '7': syotoku = 11090;break; default: syotoku = (11090) - (huyo - 7)*1610; break;} }}else if(605000<=sal && sal<608000){ if( kouotu == "1" ){ return 198000; }else{ switch(huyo){case '0': syotoku = 48200;break;case '1': syotoku = 41740;break;case '2': syotoku = 35270;break;case '3': syotoku = 28800;break;case '4': syotoku = 22340;break;case '5': syotoku = 17830;break;case '6': syotoku = 14590;break;case '7': syotoku = 11360;break; default: syotoku = (11360) - (huyo - 7)*1610; break;} }}else if(608000<=sal && sal<611000){ if( kouotu == "1" ){ return 199400; }else{ switch(huyo){case '0': syotoku = 48750;break;case '1': syotoku = 42290;break;case '2': syotoku = 35820;break;case '3': syotoku = 29350;break;case '4': syotoku = 22890;break;case '5': syotoku = 18100;break;case '6': syotoku = 14870;break;case '7': syotoku = 11640;break; default: syotoku = (11640) - (huyo - 7)*1610; break;} }}else if(611000<=sal && sal<614000){ if( kouotu == "1" ){ return 200900; }else{ switch(huyo){case '0': syotoku = 49300;break;case '1': syotoku = 42840;break;case '2': syotoku = 36370;break;case '3': syotoku = 29910;break;case '4': syotoku = 23440;break;case '5': syotoku = 18380;break;case '6': syotoku = 15140;break;case '7': syotoku = 11920;break; default: syotoku = (11920) - (huyo - 7)*1610; break;} }}else if(614000<=sal && sal<617000){ if( kouotu == "1" ){ return 202400; }else{ switch(huyo){case '0': syotoku = 49860;break;case '1': syotoku = 43390;break;case '2': syotoku = 36920;break;case '3': syotoku = 30460;break;case '4': syotoku = 23990;break;case '5': syotoku = 18650;break;case '6': syotoku = 15420;break;case '7': syotoku = 12190;break; default: syotoku = (12190) - (huyo - 7)*1610; break;} }}else if(617000<=sal && sal<620000){ if( kouotu == "1" ){ return 203900; }else{ switch(huyo){case '0': syotoku = 50410;break;case '1': syotoku = 43940;break;case '2': syotoku = 37470;break;case '3': syotoku = 31010;break;case '4': syotoku = 24540;break;case '5': syotoku = 18930;break;case '6': syotoku = 15690;break;case '7': syotoku = 12470;break; default: syotoku = (12470) - (huyo - 7)*1610; break;} }}else if(620000<=sal && sal<623000){ if( kouotu == "1" ){ return 205300; }else{ switch(huyo){case '0': syotoku = 50960;break;case '1': syotoku = 44500;break;case '2': syotoku = 38020;break;case '3': syotoku = 31560;break;case '4': syotoku = 25100;break;case '5': syotoku = 19210;break;case '6': syotoku = 15970;break;case '7': syotoku = 12740;break; default: syotoku = (12740) - (huyo - 7)*1610; break;} }}else if(623000<=sal && sal<626000){ if( kouotu == "1" ){ return 206800; }else{ switch(huyo){case '0': syotoku = 51510;break;case '1': syotoku = 45050;break;case '2': syotoku = 38570;break;case '3': syotoku = 32110;break;case '4': syotoku = 25650;break;case '5': syotoku = 19480;break;case '6': syotoku = 16240;break;case '7': syotoku = 13020;break; default: syotoku = (13020) - (huyo - 7)*1610; break;} }}else if(626000<=sal && sal<629000){ if( kouotu == "1" ){ return 208300; }else{ switch(huyo){case '0': syotoku = 52060;break;case '1': syotoku = 45600;break;case '2': syotoku = 39120;break;case '3': syotoku = 32660;break;case '4': syotoku = 26200;break;case '5': syotoku = 19760;break;case '6': syotoku = 16520;break;case '7': syotoku = 13290;break; default: syotoku = (13290) - (huyo - 7)*1610; break;} }}else if(629000<=sal && sal<632000){ if( kouotu == "1" ){ return 209700; }else{ switch(huyo){case '0': syotoku = 52610;break;case '1': syotoku = 46150;break;case '2': syotoku = 39680;break;case '3': syotoku = 33210;break;case '4': syotoku = 26750;break;case '5': syotoku = 20280;break;case '6': syotoku = 16800;break;case '7': syotoku = 13570;break; default: syotoku = (13570) - (huyo - 7)*1610; break;} }}else if(632000<=sal && sal<635000){ if( kouotu == "1" ){ return 211200; }else{ switch(huyo){case '0': syotoku = 53160;break;case '1': syotoku = 46700;break;case '2': syotoku = 40230;break;case '3': syotoku = 33760;break;case '4': syotoku = 27300;break;case '5': syotoku = 20830;break;case '6': syotoku = 17070;break;case '7': syotoku = 13840;break; default: syotoku = (13840) - (huyo - 7)*1610; break;} }}else if(635000<=sal && sal<638000){ if( kouotu == "1" ){ return 212700; }else{ switch(huyo){case '0': syotoku = 53710;break;case '1': syotoku = 47250;break;case '2': syotoku = 40780;break;case '3': syotoku = 34320;break;case '4': syotoku = 27850;break;case '5': syotoku = 21380;break;case '6': syotoku = 17350;break;case '7': syotoku = 14120;break; default: syotoku = (14120) - (huyo - 7)*1610; break;} }}else if(638000<=sal && sal<641000){ if( kouotu == "1" ){ return 214100; }else{ switch(huyo){case '0': syotoku = 54270;break;case '1': syotoku = 47800;break;case '2': syotoku = 41330;break;case '3': syotoku = 34870;break;case '4': syotoku = 28400;break;case '5': syotoku = 21930;break;case '6': syotoku = 17620;break;case '7': syotoku = 14400;break; default: syotoku = (14400) - (huyo - 7)*1610; break;} }}else if(641000<=sal && sal<644000){ if( kouotu == "1" ){ return 215600; }else{ switch(huyo){case '0': syotoku = 54820;break;case '1': syotoku = 48350;break;case '2': syotoku = 41880;break;case '3': syotoku = 35420;break;case '4': syotoku = 28960;break;case '5': syotoku = 22480;break;case '6': syotoku = 17900;break;case '7': syotoku = 14670;break; default: syotoku = (14670) - (huyo - 7)*1610; break;} }}else if(644000<=sal && sal<647000){ if( kouotu == "1" ){ return 217000; }else{ switch(huyo){case '0': syotoku = 55370;break;case '1': syotoku = 48910;break;case '2': syotoku = 42430;break;case '3': syotoku = 35970;break;case '4': syotoku = 29510;break;case '5': syotoku = 23030;break;case '6': syotoku = 18170;break;case '7': syotoku = 14950;break; default: syotoku = (14950) - (huyo - 7)*1610; break;} }}else if(647000<=sal && sal<650000){ if( kouotu == "1" ){ return 218000; }else{ switch(huyo){case '0': syotoku = 55920;break;case '1': syotoku = 49460;break;case '2': syotoku = 42980;break;case '3': syotoku = 36520;break;case '4': syotoku = 30060;break;case '5': syotoku = 23590;break;case '6': syotoku = 18450;break;case '7': syotoku = 15220;break; default: syotoku = (15220) - (huyo - 7)*1610; break;} }}else if(650000<=sal && sal<653000){ if( kouotu == "1" ){ return 219000; }else{ switch(huyo){case '0': syotoku = 56470;break;case '1': syotoku = 50010;break;case '2': syotoku = 43540;break;case '3': syotoku = 37070;break;case '4': syotoku = 30610;break;case '5': syotoku = 24140;break;case '6': syotoku = 18730;break;case '7': syotoku = 15500;break; default: syotoku = (15500) - (huyo - 7)*1610; break;} }}else if(653000<=sal && sal<656000){ if( kouotu == "1" ){ return 220000; }else{ switch(huyo){case '0': syotoku = 57020;break;case '1': syotoku = 50560;break;case '2': syotoku = 44090;break;case '3': syotoku = 37620;break;case '4': syotoku = 31160;break;case '5': syotoku = 24690;break;case '6': syotoku = 19000;break;case '7': syotoku = 15770;break; default: syotoku = (15770) - (huyo - 7)*1610; break;} }}else if(656000<=sal && sal<659000){ if( kouotu == "1" ){ return 221000; }else{ switch(huyo){case '0': syotoku = 57570;break;case '1': syotoku = 51110;break;case '2': syotoku = 44640;break;case '3': syotoku = 38180;break;case '4': syotoku = 31710;break;case '5': syotoku = 25240;break;case '6': syotoku = 19280;break;case '7': syotoku = 16050;break; default: syotoku = (16050) - (huyo - 7)*1610; break;} }}else if(659000<=sal && sal<662000){ if( kouotu == "1" ){ return 222100; }else{ switch(huyo){case '0': syotoku = 58130;break;case '1': syotoku = 51660;break;case '2': syotoku = 45190;break;case '3': syotoku = 38730;break;case '4': syotoku = 32260;break;case '5': syotoku = 25790;break;case '6': syotoku = 19550;break;case '7': syotoku = 16330;break; default: syotoku = (16330) - (huyo - 7)*1610; break;} }}else if(662000<=sal && sal<665000){ if( kouotu == "1" ){ return 223100; }else{ switch(huyo){case '0': syotoku = 58680;break;case '1': syotoku = 52210;break;case '2': syotoku = 45740;break;case '3': syotoku = 39280;break;case '4': syotoku = 32810;break;case '5': syotoku = 26340;break;case '6': syotoku = 19880;break;case '7': syotoku = 16600;break; default: syotoku = (16600) - (huyo - 7)*1610; break;} }}else if(665000<=sal && sal<668000){ if( kouotu == "1" ){ return 224100; }else{ switch(huyo){case '0': syotoku = 59230;break;case '1': syotoku = 52770;break;case '2': syotoku = 46290;break;case '3': syotoku = 39830;break;case '4': syotoku = 33370;break;case '5': syotoku = 26890;break;case '6': syotoku = 20430;break;case '7': syotoku = 16880;break; default: syotoku = (16880) - (huyo - 7)*1610; break;} }}else if(668000<=sal && sal<671000){ if( kouotu == "1" ){ return 225000; }else{ switch(huyo){case '0': syotoku = 59780;break;case '1': syotoku = 53320;break;case '2': syotoku = 46840;break;case '3': syotoku = 40380;break;case '4': syotoku = 33920;break;case '5': syotoku = 27440;break;case '6': syotoku = 20980;break;case '7': syotoku = 17150;break; default: syotoku = (17150) - (huyo - 7)*1610; break;} }}else if(671000<=sal && sal<674000){ if( kouotu == "1" ){ return 226000; }else{ switch(huyo){case '0': syotoku = 60330;break;case '1': syotoku = 53870;break;case '2': syotoku = 47390;break;case '3': syotoku = 40930;break;case '4': syotoku = 34470;break;case '5': syotoku = 28000;break;case '6': syotoku = 21530;break;case '7': syotoku = 17430;break; default: syotoku = (17430) - (huyo - 7)*1610; break;} }}else if(674000<=sal && sal<677000){ if( kouotu == "1" ){ return 227100; }else{ switch(huyo){case '0': syotoku = 60880;break;case '1': syotoku = 54420;break;case '2': syotoku = 47950;break;case '3': syotoku = 41480;break;case '4': syotoku = 35020;break;case '5': syotoku = 28550;break;case '6': syotoku = 22080;break;case '7': syotoku = 17700;break; default: syotoku = (17700) - (huyo - 7)*1610; break;} }}else if(677000<=sal && sal<680000){ if( kouotu == "1" ){ return 228100; }else{ switch(huyo){case '0': syotoku = 61430;break;case '1': syotoku = 54970;break;case '2': syotoku = 48500;break;case '3': syotoku = 42030;break;case '4': syotoku = 35570;break;case '5': syotoku = 29100;break;case '6': syotoku = 22640;break;case '7': syotoku = 17980;break; default: syotoku = (17980) - (huyo - 7)*1610; break;} }}else if(680000<=sal && sal<683000){ if( kouotu == "1" ){ return 229100; }else{ switch(huyo){case '0': syotoku = 61980;break;case '1': syotoku = 55520;break;case '2': syotoku = 49050;break;case '3': syotoku = 42590;break;case '4': syotoku = 36120;break;case '5': syotoku = 29650;break;case '6': syotoku = 23190;break;case '7': syotoku = 18260;break; default: syotoku = (18260) - (huyo - 7)*1610; break;} }}else if(683000<=sal && sal<686000){ if( kouotu == "1" ){ return 230100; }else{ switch(huyo){case '0': syotoku = 62540;break;case '1': syotoku = 56070;break;case '2': syotoku = 49600;break;case '3': syotoku = 43140;break;case '4': syotoku = 36670;break;case '5': syotoku = 30200;break;case '6': syotoku = 23740;break;case '7': syotoku = 18530;break; default: syotoku = (18530) - (huyo - 7)*1610; break;} }}else if(686000<=sal && sal<689000){ if( kouotu == "1" ){ return 231200; }else{ switch(huyo){case '0': syotoku = 63090;break;case '1': syotoku = 56620;break;case '2': syotoku = 50150;break;case '3': syotoku = 43690;break;case '4': syotoku = 37230;break;case '5': syotoku = 30750;break;case '6': syotoku = 24290;break;case '7': syotoku = 18810;break; default: syotoku = (18810) - (huyo - 7)*1610; break;} }}else if(689000<=sal && sal<692000){ if( kouotu == "1" ){ return 232700; }else{ switch(huyo){case '0': syotoku = 63640;break;case '1': syotoku = 57180;break;case '2': syotoku = 50700;break;case '3': syotoku = 44240;break;case '4': syotoku = 37780;break;case '5': syotoku = 31300;break;case '6': syotoku = 24840;break;case '7': syotoku = 19080;break; default: syotoku = (19080) - (huyo - 7)*1610; break;} }}else if(692000<=sal && sal<695000){ if( kouotu == "1" ){ return 234200; }else{ switch(huyo){case '0': syotoku = 64190;break;case '1': syotoku = 57730;break;case '2': syotoku = 51250;break;case '3': syotoku = 44790;break;case '4': syotoku = 38330;break;case '5': syotoku = 31860;break;case '6': syotoku = 25390;break;case '7': syotoku = 19360;break; default: syotoku = (19360) - (huyo - 7)*1610; break;} }}else if(695000<=sal && sal<698000){ if( kouotu == "1" ){ return 235700; }else{ switch(huyo){case '0': syotoku = 64740;break;case '1': syotoku = 58280;break;case '2': syotoku = 51810;break;case '3': syotoku = 45340;break;case '4': syotoku = 38880;break;case '5': syotoku = 32410;break;case '6': syotoku = 25940;break;case '7': syotoku = 19630;break; default: syotoku = (19630) - (huyo - 7)*1610; break;} }}else if(698000<=sal && sal<701000){ if( kouotu == "1" ){ return 237300; }else{ switch(huyo){case '0': syotoku = 65290;break;case '1': syotoku = 58830;break;case '2': syotoku = 52360;break;case '3': syotoku = 45890;break;case '4': syotoku = 39430;break;case '5': syotoku = 32960;break;case '6': syotoku = 26490;break;case '7': syotoku = 20030;break; default: syotoku = (20030) - (huyo - 7)*1610; break;} }}else if(701000<=sal && sal<704000){ if( kouotu == "1" ){ return 238900; }else{ switch(huyo){case '0': syotoku = 65840;break;case '1': syotoku = 59380;break;case '2': syotoku = 52910;break;case '3': syotoku = 46450;break;case '4': syotoku = 39980;break;case '5': syotoku = 33510;break;case '6': syotoku = 27050;break;case '7': syotoku = 20580;break; default: syotoku = (20580) - (huyo - 7)*1610; break;} }}else if(704000<=sal && sal<707000){ if( kouotu == "1" ){ return 240400; }else{ switch(huyo){case '0': syotoku = 66400;break;case '1': syotoku = 59930;break;case '2': syotoku = 53460;break;case '3': syotoku = 47000;break;case '4': syotoku = 40530;break;case '5': syotoku = 34060;break;case '6': syotoku = 27600;break;case '7': syotoku = 21130;break; default: syotoku = (21130) - (huyo - 7)*1610; break;} }}else if(707000<=sal && sal<710000){ if( kouotu == "1" ){ return 242000; }else{ switch(huyo){case '0': syotoku = 66950;break;case '1': syotoku = 60480;break;case '2': syotoku = 54010;break;case '3': syotoku = 47550;break;case '4': syotoku = 41090;break;case '5': syotoku = 34610;break;case '6': syotoku = 28150;break;case '7': syotoku = 21690;break; default: syotoku = (21690) - (huyo - 7)*1610; break;} }}else if(710000<=sal && sal<713000){ if( kouotu == "1" ){ return 243500; }else{ switch(huyo){case '0': syotoku = 67500;break;case '1': syotoku = 61040;break;case '2': syotoku = 54560;break;case '3': syotoku = 48100;break;case '4': syotoku = 41640;break;case '5': syotoku = 35160;break;case '6': syotoku = 28700;break;case '7': syotoku = 22240;break; default: syotoku = (22240) - (huyo - 7)*1610; break;} }}else if(713000<=sal && sal<716000){ if( kouotu == "1" ){ return 245000; }else{ switch(huyo){case '0': syotoku = 68050;break;case '1': syotoku = 61590;break;case '2': syotoku = 55110;break;case '3': syotoku = 48650;break;case '4': syotoku = 42190;break;case '5': syotoku = 35710;break;case '6': syotoku = 29250;break;case '7': syotoku = 22790;break; default: syotoku = (22790) - (huyo - 7)*1610; break;} }}else if(716000<=sal && sal<719000){ if( kouotu == "1" ){ return 246600; }else{ switch(huyo){case '0': syotoku = 68600;break;case '1': syotoku = 62140;break;case '2': syotoku = 55660;break;case '3': syotoku = 49200;break;case '4': syotoku = 42740;break;case '5': syotoku = 36270;break;case '6': syotoku = 29800;break;case '7': syotoku = 23340;break; default: syotoku = (23340) - (huyo - 7)*1610; break;} }}else if(719000<=sal && sal<722000){ if( kouotu == "1" ){ return 248100; }else{ switch(huyo){case '0': syotoku = 69150;break;case '1': syotoku = 62690;break;case '2': syotoku = 56220;break;case '3': syotoku = 49750;break;case '4': syotoku = 43290;break;case '5': syotoku = 36820;break;case '6': syotoku = 30350;break;case '7': syotoku = 23890;break; default: syotoku = (23890) - (huyo - 7)*1610; break;} }}else if(722000<=sal && sal<725000){ if( kouotu == "1" ){ return 249700; }else{ switch(huyo){case '0': syotoku = 69700;break;case '1': syotoku = 63240;break;case '2': syotoku = 56770;break;case '3': syotoku = 50300;break;case '4': syotoku = 43840;break;case '5': syotoku = 37370;break;case '6': syotoku = 30910;break;case '7': syotoku = 24440;break; default: syotoku = (24440) - (huyo - 7)*1610; break;} }}else if(725000<=sal && sal<728000){ if( kouotu == "1" ){ return 251300; }else{ switch(huyo){case '0': syotoku = 70260;break;case '1': syotoku = 63790;break;case '2': syotoku = 57320;break;case '3': syotoku = 50860;break;case '4': syotoku = 44390;break;case '5': syotoku = 37920;break;case '6': syotoku = 31460;break;case '7': syotoku = 24990;break; default: syotoku = (24990) - (huyo - 7)*1610; break;} }}else if(728000<=sal && sal<731000){ if( kouotu == "1" ){ return 252800; }else{ switch(huyo){case '0': syotoku = 70810;break;case '1': syotoku = 64340;break;case '2': syotoku = 57870;break;case '3': syotoku = 51410;break;case '4': syotoku = 44940;break;case '5': syotoku = 38470;break;case '6': syotoku = 32010;break;case '7': syotoku = 25550;break; default: syotoku = (25550) - (huyo - 7)*1610; break;} }}else if(731000<=sal && sal<734000){ if( kouotu == "1" ){ return 254300; }else{ switch(huyo){case '0': syotoku = 71360;break;case '1': syotoku = 64890;break;case '2': syotoku = 58420;break;case '3': syotoku = 51960;break;case '4': syotoku = 45500;break;case '5': syotoku = 39020;break;case '6': syotoku = 32560;break;case '7': syotoku = 26100;break; default: syotoku = (26100) - (huyo - 7)*1610; break;} }}else if(734000<=sal && sal<737000){ if( kouotu == "1" ){ return 255900; }else{ switch(huyo){case '0': syotoku = 71910;break;case '1': syotoku = 65450;break;case '2': syotoku = 58970;break;case '3': syotoku = 52510;break;case '4': syotoku = 46050;break;case '5': syotoku = 39570;break;case '6': syotoku = 33110;break;case '7': syotoku = 26650;break; default: syotoku = (26650) - (huyo - 7)*1610; break;} }}else if(737000<=sal && sal<740000){ if( kouotu == "1" ){ return 257400; }else{ switch(huyo){case '0': syotoku = 72460;break;case '1': syotoku = 66000;break;case '2': syotoku = 59520;break;case '3': syotoku = 53060;break;case '4': syotoku = 46600;break;case '5': syotoku = 40130;break;case '6': syotoku = 33660;break;case '7': syotoku = 27200;break; default: syotoku = (27200) - (huyo - 7)*1610; break;} }}else if(740000<=sal && sal<743000){ if( kouotu == "1" ){ return 259000; }else{ switch(huyo){case '0': syotoku = 73010;break;case '1': syotoku = 66550;break;case '2': syotoku = 60080;break;case '3': syotoku = 53610;break;case '4': syotoku = 47150;break;case '5': syotoku = 40680;break;case '6': syotoku = 34210;break;case '7': syotoku = 27750;break; default: syotoku = (27750) - (huyo - 7)*1610; break;} }}else if(743000<=sal && sal<746000){ if( kouotu == "1" ){ return 260600; }else{ switch(huyo){case '0': syotoku = 73560;break;case '1': syotoku = 67100;break;case '2': syotoku = 60630;break;case '3': syotoku = 54160;break;case '4': syotoku = 47700;break;case '5': syotoku = 41230;break;case '6': syotoku = 34770;break;case '7': syotoku = 28300;break; default: syotoku = (28300) - (huyo - 7)*1610; break;} }}else if(746000<=sal && sal<749000){ if( kouotu == "1" ){ return 262100; }else{ switch(huyo){case '0': syotoku = 74110;break;case '1': syotoku = 67650;break;case '2': syotoku = 61180;break;case '3': syotoku = 54720;break;case '4': syotoku = 48250;break;case '5': syotoku = 41780;break;case '6': syotoku = 35320;break;case '7': syotoku = 28850;break; default: syotoku = (28850) - (huyo - 7)*1610; break;} }}else if(749000<=sal && sal<752000){ if( kouotu == "1" ){ return 263600; }else{ switch(huyo){case '0': syotoku = 74670;break;case '1': syotoku = 68200;break;case '2': syotoku = 61730;break;case '3': syotoku = 55270;break;case '4': syotoku = 48800;break;case '5': syotoku = 42330;break;case '6': syotoku = 35870;break;case '7': syotoku = 29400;break; default: syotoku = (29400) - (huyo - 7)*1610; break;} }}else if(752000<=sal && sal<755000){ if( kouotu == "1" ){ return 265200; }else{ switch(huyo){case '0': syotoku = 75220;break;case '1': syotoku = 68750;break;case '2': syotoku = 62280;break;case '3': syotoku = 55820;break;case '4': syotoku = 49360;break;case '5': syotoku = 42880;break;case '6': syotoku = 36420;break;case '7': syotoku = 29960;break; default: syotoku = (29960) - (huyo - 7)*1610; break;} }}else if(755000<=sal && sal<758000){ if( kouotu == "1" ){ return 266700; }else{ switch(huyo){case '0': syotoku = 75770;break;case '1': syotoku = 69310;break;case '2': syotoku = 62830;break;case '3': syotoku = 56370;break;case '4': syotoku = 49910;break;case '5': syotoku = 43430;break;case '6': syotoku = 36970;break;case '7': syotoku = 30510;break; default: syotoku = (30510) - (huyo - 7)*1610; break;} }}else if(758000<=sal && sal<761000){ if( kouotu == "1" ){ return 268200; }else{ switch(huyo){case '0': syotoku = 76320;break;case '1': syotoku = 69860;break;case '2': syotoku = 63380;break;case '3': syotoku = 56920;break;case '4': syotoku = 50460;break;case '5': syotoku = 43980;break;case '6': syotoku = 37520;break;case '7': syotoku = 31060;break; default: syotoku = (31060) - (huyo - 7)*1610; break;} }}else if(761000<=sal && sal<764000){ if( kouotu == "1" ){ return 269900; }else{ switch(huyo){case '0': syotoku = 76870;break;case '1': syotoku = 70410;break;case '2': syotoku = 63940;break;case '3': syotoku = 57470;break;case '4': syotoku = 51010;break;case '5': syotoku = 44540;break;case '6': syotoku = 38070;break;case '7': syotoku = 31610;break; default: syotoku = (31610) - (huyo - 7)*1610; break;} }}else if(764000<=sal && sal<767000){ if( kouotu == "1" ){ return 271400; }else{ switch(huyo){case '0': syotoku = 77420;break;case '1': syotoku = 70960;break;case '2': syotoku = 64490;break;case '3': syotoku = 58020;break;case '4': syotoku = 51560;break;case '5': syotoku = 45090;break;case '6': syotoku = 38620;break;case '7': syotoku = 32160;break; default: syotoku = (32160) - (huyo - 7)*1610; break;} }}else if(767000<=sal && sal<770000){ if( kouotu == "1" ){ return 272900; }else{ switch(huyo){case '0': syotoku = 77970;break;case '1': syotoku = 71510;break;case '2': syotoku = 65040;break;case '3': syotoku = 58570;break;case '4': syotoku = 52110;break;case '5': syotoku = 45640;break;case '6': syotoku = 39180;break;case '7': syotoku = 32710;break; default: syotoku = (32710) - (huyo - 7)*1610; break;} }}else if(770000<=sal && sal<773000){ if( kouotu == "1" ){ return 274400; }else{ switch(huyo){case '0': syotoku = 78530;break;case '1': syotoku = 72060;break;case '2': syotoku = 65590;break;case '3': syotoku = 59130;break;case '4': syotoku = 52660;break;case '5': syotoku = 46190;break;case '6': syotoku = 39730;break;case '7': syotoku = 33260;break; default: syotoku = (33260) - (huyo - 7)*1610; break;} }}else if(773000<=sal && sal<776000){ if( kouotu == "1" ){ return 276000; }else{ switch(huyo){case '0': syotoku = 79080;break;case '1': syotoku = 72610;break;case '2': syotoku = 66140;break;case '3': syotoku = 59680;break;case '4': syotoku = 53210;break;case '5': syotoku = 46740;break;case '6': syotoku = 40280;break;case '7': syotoku = 33820;break; default: syotoku = (33820) - (huyo - 7)*1610; break;} }}else if(776000<=sal && sal<779000){ if( kouotu == "1" ){ return 277500; }else{ switch(huyo){case '0': syotoku = 79630;break;case '1': syotoku = 73160;break;case '2': syotoku = 66690;break;case '3': syotoku = 60230;break;case '4': syotoku = 53770;break;case '5': syotoku = 47290;break;case '6': syotoku = 40830;break;case '7': syotoku = 34370;break; default: syotoku = (34370) - (huyo - 7)*1610; break;} }}else if(779000<=sal && sal<782000){ if( kouotu == "1" ){ return 279000; }else{ switch(huyo){case '0': syotoku = 80180;break;case '1': syotoku = 73720;break;case '2': syotoku = 67240;break;case '3': syotoku = 60780;break;case '4': syotoku = 54320;break;case '5': syotoku = 47840;break;case '6': syotoku = 41380;break;case '7': syotoku = 34920;break; default: syotoku = (34920) - (huyo - 7)*1610; break;} }}else if(782000<=sal && sal<785000){ if( kouotu == "1" ){ return 280700; }else{ switch(huyo){case '0': syotoku = 80730;break;case '1': syotoku = 74270;break;case '2': syotoku = 67790;break;case '3': syotoku = 61330;break;case '4': syotoku = 54870;break;case '5': syotoku = 48400;break;case '6': syotoku = 41930;break;case '7': syotoku = 35470;break; default: syotoku = (35470) - (huyo - 7)*1610; break;} }}else if(785000<=sal && sal<788000){ if( kouotu == "1" ){ return 282200; }else{ switch(huyo){case '0': syotoku = 81280;break;case '1': syotoku = 74820;break;case '2': syotoku = 68350;break;case '3': syotoku = 61880;break;case '4': syotoku = 55420;break;case '5': syotoku = 48950;break;case '6': syotoku = 42480;break;case '7': syotoku = 36020;break; default: syotoku = (36020) - (huyo - 7)*1610; break;} }}else if(788000<=sal && sal<791000){ if( kouotu == "1" ){ return 283700; }else{ switch(huyo){case '0': syotoku = 81830;break;case '1': syotoku = 75370;break;case '2': syotoku = 68900;break;case '3': syotoku = 62430;break;case '4': syotoku = 55970;break;case '5': syotoku = 49500;break;case '6': syotoku = 43040;break;case '7': syotoku = 36570;break; default: syotoku = (36570) - (huyo - 7)*1610; break;} }}else if(791000<=sal && sal<794000){ if( kouotu == "1" ){ return 285300; }else{ switch(huyo){case '0': syotoku = 82460;break;case '1': syotoku = 75920;break;case '2': syotoku = 69450;break;case '3': syotoku = 62990;break;case '4': syotoku = 56520;break;case '5': syotoku = 50050;break;case '6': syotoku = 43590;break;case '7': syotoku = 37120;break; default: syotoku = (37120) - (huyo - 7)*1610; break;} }}else if(794000<=sal && sal<797000){ if( kouotu == "1" ){ return 286800; }else{ switch(huyo){case '0': syotoku = 83100;break;case '1': syotoku = 76470;break;case '2': syotoku = 70000;break;case '3': syotoku = 63540;break;case '4': syotoku = 57070;break;case '5': syotoku = 50600;break;case '6': syotoku = 44140;break;case '7': syotoku = 37670;break; default: syotoku = (37670) - (huyo - 7)*1610; break;} }}else if(797000<=sal && sal<800000){ if( kouotu == "1" ){ return 288300; }else{ switch(huyo){case '0': syotoku = 83730;break;case '1': syotoku = 77020;break;case '2': syotoku = 70550;break;case '3': syotoku = 64090;break;case '4': syotoku = 57630;break;case '5': syotoku = 51150;break;case '6': syotoku = 44690;break;case '7': syotoku = 38230;break; default: syotoku = (38230) - (huyo - 7)*1610; break;} }}else if(800000<=sal && sal<803000){ if( kouotu == "1" ){ return 290000; }else{ switch(huyo){case '0': syotoku = 84370;break;case '1': syotoku = 77580;break;case '2': syotoku = 71100;break;case '3': syotoku = 64640;break;case '4': syotoku = 58180;break;case '5': syotoku = 51700;break;case '6': syotoku = 45240;break;case '7': syotoku = 38780;break; default: syotoku = (38780) - (huyo - 7)*1610; break;} }}else if(803000<=sal && sal<806000){ if( kouotu == "1" ){ return 291500; }else{ switch(huyo){case '0': syotoku = 85000;break;case '1': syotoku = 78130;break;case '2': syotoku = 71650;break;case '3': syotoku = 65190;break;case '4': syotoku = 58730;break;case '5': syotoku = 52250;break;case '6': syotoku = 45790;break;case '7': syotoku = 39330;break; default: syotoku = (39330) - (huyo - 7)*1610; break;} }}else if(806000<=sal && sal<809000){ if( kouotu == "1" ){ return 293000; }else{ switch(huyo){case '0': syotoku = 85630;break;case '1': syotoku = 78680;break;case '2': syotoku = 72210;break;case '3': syotoku = 65740;break;case '4': syotoku = 59280;break;case '5': syotoku = 52810;break;case '6': syotoku = 46340;break;case '7': syotoku = 39880;break; default: syotoku = (39880) - (huyo - 7)*1610; break;} }}else if(809000<=sal && sal<812000){ if( kouotu == "1" ){ return 294600; }else{ switch(huyo){case '0': syotoku = 86260;break;case '1': syotoku = 79230;break;case '2': syotoku = 72760;break;case '3': syotoku = 66290;break;case '4': syotoku = 59830;break;case '5': syotoku = 53360;break;case '6': syotoku = 46890;break;case '7': syotoku = 40430;break; default: syotoku = (40430) - (huyo - 7)*1610; break;} }}else if(812000<=sal && sal<815000){ if( kouotu == "1" ){ return 296100; }else{ switch(huyo){case '0': syotoku = 86900;break;case '1': syotoku = 79780;break;case '2': syotoku = 73310;break;case '3': syotoku = 66840;break;case '4': syotoku = 60380;break;case '5': syotoku = 53910;break;case '6': syotoku = 47450;break;case '7': syotoku = 40980;break; default: syotoku = (40980) - (huyo - 7)*1610; break;} }}else if(815000<=sal && sal<818000){ if( kouotu == "1" ){ return 297600; }else{ switch(huyo){case '0': syotoku = 87530;break;case '1': syotoku = 80330;break;case '2': syotoku = 73860;break;case '3': syotoku = 67400;break;case '4': syotoku = 60930;break;case '5': syotoku = 54460;break;case '6': syotoku = 48000;break;case '7': syotoku = 41530;break; default: syotoku = (41530) - (huyo - 7)*1610; break;} }}else if(818000<=sal && sal<821000){ if( kouotu == "1" ){ return 299200; }else{ switch(huyo){case '0': syotoku = 88160;break;case '1': syotoku = 80880;break;case '2': syotoku = 74410;break;case '3': syotoku = 67950;break;case '4': syotoku = 61480;break;case '5': syotoku = 55010;break;case '6': syotoku = 48550;break;case '7': syotoku = 42090;break; default: syotoku = (42090) - (huyo - 7)*1610; break;} }}else if(821000<=sal && sal<824000){ if( kouotu == "1" ){ return 300800; }else{ switch(huyo){case '0': syotoku = 88800;break;case '1': syotoku = 81430;break;case '2': syotoku = 74960;break;case '3': syotoku = 68500;break;case '4': syotoku = 62040;break;case '5': syotoku = 55560;break;case '6': syotoku = 49100;break;case '7': syotoku = 42640;break; default: syotoku = (42640) - (huyo - 7)*1610; break;} }}else if(824000<=sal && sal<827000){ if( kouotu == "1" ){ return 302300; }else{ switch(huyo){case '0': syotoku = 89440;break;case '1': syotoku = 82000;break;case '2': syotoku = 75510;break;case '3': syotoku = 69050;break;case '4': syotoku = 62590;break;case '5': syotoku = 56110;break;case '6': syotoku = 49650;break;case '7': syotoku = 43190;break; default: syotoku = (43190) - (huyo - 7)*1610; break;} }}else if(827000<=sal && sal<830000){ if( kouotu == "1" ){ return 303800; }else{ switch(huyo){case '0': syotoku = 90070;break;case '1': syotoku = 82630;break;case '2': syotoku = 76060;break;case '3': syotoku = 69600;break;case '4': syotoku = 63140;break;case '5': syotoku = 56670;break;case '6': syotoku = 50200;break;case '7': syotoku = 43740;break; default: syotoku = (43740) - (huyo - 7)*1610; break;} }}else if(830000<=sal && sal<833000){ if( kouotu == "1" ){ return 305400; }else{ switch(huyo){case '0': syotoku = 90710;break;case '1': syotoku = 83260;break;case '2': syotoku = 76620;break;case '3': syotoku = 70150;break;case '4': syotoku = 63690;break;case '5': syotoku = 57220;break;case '6': syotoku = 50750;break;case '7': syotoku = 44290;break; default: syotoku = (44290) - (huyo - 7)*1610; break;} }}else if(833000<=sal && sal<836000){ if( kouotu == "1" ){ return 306900; }else{ switch(huyo){case '0': syotoku = 91360;break;case '1': syotoku = 83930;break;case '2': syotoku = 77200;break;case '3': syotoku = 70720;break;case '4': syotoku = 64260;break;case '5': syotoku = 57800;break;case '6': syotoku = 51330;break;case '7': syotoku = 44860;break; default: syotoku = (44860) - (huyo - 7)*1610; break;} }}else if(836000<=sal && sal<839000){ if( kouotu == "1" ){ return 308400; }else{ switch(huyo){case '0': syotoku = 92060;break;case '1': syotoku = 84630;break;case '2': syotoku = 77810;break;case '3': syotoku = 71340;break;case '4': syotoku = 64870;break;case '5': syotoku = 58410;break;case '6': syotoku = 51940;break;case '7': syotoku = 45480;break; default: syotoku = (45480) - (huyo - 7)*1610; break;} }}else if(839000<=sal && sal<842000){ if( kouotu == "1" ){ return 310000; }else{ switch(huyo){case '0': syotoku = 92770;break;case '1': syotoku = 85340;break;case '2': syotoku = 78420;break;case '3': syotoku = 71950;break;case '4': syotoku = 65490;break;case '5': syotoku = 59020;break;case '6': syotoku = 52550;break;case '7': syotoku = 46090;break; default: syotoku = (46090) - (huyo - 7)*1610; break;} }}else if(842000<=sal && sal<845000){ if( kouotu == "1" ){ return 311600; }else{ switch(huyo){case '0': syotoku = 93470;break;case '1': syotoku = 86040;break;case '2': syotoku = 79040;break;case '3': syotoku = 72560;break;case '4': syotoku = 66100;break;case '5': syotoku = 59640;break;case '6': syotoku = 53160;break;case '7': syotoku = 46700;break; default: syotoku = (46700) - (huyo - 7)*1610; break;} }}else if(845000<=sal && sal<848000){ if( kouotu == "1" ){ return 313100; }else{ switch(huyo){case '0': syotoku = 94180;break;case '1': syotoku = 86740;break;case '2': syotoku = 79650;break;case '3': syotoku = 73180;break;case '4': syotoku = 66710;break;case '5': syotoku = 60250;break;case '6': syotoku = 53780;break;case '7': syotoku = 47310;break; default: syotoku = (47310) - (huyo - 7)*1610; break;} }}else if(848000<=sal && sal<851000){ if( kouotu == "1" ){ return 314700; }else{ switch(huyo){case '0': syotoku = 94880;break;case '1': syotoku = 87450;break;case '2': syotoku = 80260;break;case '3': syotoku = 73790;break;case '4': syotoku = 67320;break;case '5': syotoku = 60860;break;case '6': syotoku = 54390;break;case '7': syotoku = 47930;break; default: syotoku = (47930) - (huyo - 7)*1610; break;} }}else if(851000<=sal && sal<854000){ if( kouotu == "1" ){ return 316200; }else{ switch(huyo){case '0': syotoku = 95590;break;case '1': syotoku = 88150;break;case '2': syotoku = 80870;break;case '3': syotoku = 74400;break;case '4': syotoku = 67940;break;case '5': syotoku = 61470;break;case '6': syotoku = 55000;break;case '7': syotoku = 48540;break; default: syotoku = (48540) - (huyo - 7)*1610; break;} }}else if(854000<=sal && sal<857000){ if( kouotu == "1" ){ return 317700; }else{ switch(huyo){case '0': syotoku = 96290;break;case '1': syotoku = 88860;break;case '2': syotoku = 81490;break;case '3': syotoku = 75010;break;case '4': syotoku = 68550;break;case '5': syotoku = 62090;break;case '6': syotoku = 55610;break;case '7': syotoku = 49150;break; default: syotoku = (49150) - (huyo - 7)*1610; break;} }}else if(857000<=sal && sal<860000){ if( kouotu == "1" ){ return 319300; }else{ switch(huyo){case '0': syotoku = 97000;break;case '1': syotoku = 89560;break;case '2': syotoku = 82130;break;case '3': syotoku = 75630;break;case '4': syotoku = 69160;break;case '5': syotoku = 62700;break;case '6': syotoku = 56230;break;case '7': syotoku = 49760;break; default: syotoku = (49760) - (huyo - 7)*1610; break;} }}else if(860000<=sal && sal<860001){ if( kouotu == "1" ){ return 320900; }else{ switch(huyo){case '0': syotoku = 97350;break;case '1': syotoku = 89920;break;case '2': syotoku = 82480;break;case '3': syotoku = 75930;break;case '4': syotoku = 69470;break;case '5': syotoku = 63010;break;case '6': syotoku = 56530;break;case '7': syotoku = 50070;break; default: syotoku = (50070) - (huyo - 7)*1610; break;} }}else if(860001<=sal && sal<970000){ if( kouotu == "1" ){ return 320900 + (sal - 860000)*0.4084; }else{ switch(huyo){case '0': syotoku = 97350 + (sal - 860000)*0.23483;break;case '1': syotoku = 89920 + (sal - 860000)*0.23483;break;case '2': syotoku = 82480 + (sal - 860000)*0.23483;break;case '3': syotoku = 75390 + (sal - 860000)*0.23483;break;case '4': syotoku = 69470 + (sal - 860000)*0.23483;break;case '5': syotoku = 63010 + (sal - 860000)*0.23483;break;case '6': syotoku = 56530 + (sal - 860000)*0.23483;break;case '7': syotoku = 50070 + (sal - 860000)*0.23483;break; default: syotoku = (50070 + (sal - 860000)*0.23483) - (huyo - 7)*1610; break;} }}else if(970000<=sal && sal<970001){ if( kouotu == "1" ){ return 320900 + (sal - 860000)*0.4084; }else{ switch(huyo){case '0': syotoku = 123190;break;case '1': syotoku = 115760;break;case '2': syotoku = 108320;break;case '3': syotoku = 101770;break;case '4': syotoku = 95310;break;case '5': syotoku = 88850;break;case '6': syotoku = 82370;break;case '7': syotoku = 75910;break; default: syotoku = (75910) - (huyo - 7)*1610; break;} }}else if(970001<=sal && sal<1720000){ if( kouotu == "1" ){ return 320900 + (sal - 860000)*0.4084; }else{ switch(huyo){case '0': syotoku = 123190 + (sal - 970000)*0.33693;break;case '1': syotoku = 115760 + (sal - 970000)*0.33693;break;case '2': syotoku = 108320 + (sal - 970000)*0.33693;break;case '3': syotoku = 101770 + (sal - 970000)*0.33693;break;case '4': syotoku = 95310 + (sal - 970000)*0.33693;break;case '5': syotoku = 88850 + (sal - 970000)*0.33693;break;case '6': syotoku = 82370 + (sal - 970000)*0.33693;break;case '7': syotoku = 75910 + (sal - 970000)*0.33693;break; default: syotoku = (75910 + (sal - 970000)*0.33693) - (huyo - 7)*1610; break;} }}else if(1720000<=sal && sal<1720001){ if( kouotu == "1" ){ return 672200; }else{ switch(huyo){case '0': syotoku = 375890;break;case '1': syotoku = 368460;break;case '2': syotoku = 361020;break;case '3': syotoku = 354470;break;case '4': syotoku = 348010;break;case '5': syotoku = 341550;break;case '6': syotoku = 335070;break;case '7': syotoku = 328610;break; default: syotoku = (328610) - (huyo - 7)*1610; break;} }}else if(1720001<=sal && sal<3550000){ if( kouotu == "1" ){ return 672200 + (sal - 1720000)*0.45945; }else{ switch(huyo){case '0': syotoku = 375890 + (sal - 1720000)*0.4084;break;case '1': syotoku = 368460 + (sal - 1720000)*0.4084;break;case '2': syotoku = 361020 + (sal - 1720000)*0.4084;break;case '3': syotoku = 354470 + (sal - 1720000)*0.4084;break;case '4': syotoku = 348010 + (sal - 1720000)*0.4084;break;case '5': syotoku = 341550 + (sal - 1720000)*0.4084;break;case '6': syotoku = 335070 + (sal - 1720000)*0.4084;break;case '7': syotoku = 328610 + (sal - 1720000)*0.4084;break; default: syotoku = (328610 + (sal - 1720000)*0.4084) - (huyo - 7)*1610; break;} }}else if(3550000<=sal && sal<3550001){ if( kouotu == "1" ){ return 672200 + (sal - 1720000)*0.45945; }else{ switch(huyo){case '0': syotoku = 1123270;break;case '1': syotoku = 1115840;break;case '2': syotoku = 1108400;break;case '3': syotoku = 1101850;break;case '4': syotoku = 1095390;break;case '5': syotoku = 1088930;break;case '6': syotoku = 1082450;break;case '7': syotoku = 1075990;break; default: syotoku = (1075990) - (huyo - 7)*1610; break;} }}else if(3550001<=sal && sal<1.00E+12){ if( kouotu == "1" ){ return 672200 + (sal - 1720000)*0.45945; }else{ switch(huyo){case '0': syotoku = 1123270 + (sal - 3550000)*0.45945;break;case '1': syotoku = 1115840 + (sal - 3550000)*0.45945;break;case '2': syotoku = 1108400 + (sal - 3550000)*0.45945;break;case '3': syotoku = 1101850 + (sal - 3550000)*0.45945;break;case '4': syotoku = 1095390 + (sal - 3550000)*0.45945;break;case '5': syotoku = 1088930 + (sal - 3550000)*0.45945;break;case '6': syotoku = 1082450 + (sal - 3550000)*0.45945;break;case '7': syotoku = 1075990 + (sal - 3550000)*0.45945;break; default: syotoku = (1075990 + (sal - 3550000)*0.45945) - (huyo - 7)*1610; break;} }} if( syotoku < 0 ){ return 0; }else{ return syotoku; } }