$(function() {
$('.timeAll').css('background-image','url(../img/parts/td_bg2.jpg)');
$('.timeAll').css('color','white');
$('#Prg-title').html('');
	$('.time1').click(function() { 
	$('#Prg-title').html('　4-12時');
	$('#Prg-Disp div:visivle').hide();
	$('#Prg-time1').show('fast');
	$('.time1').css('background-image','url(../img/parts/td_bg2.jpg)');
	$('.time1').css('color','white');
	$('.time2').css('background-image','url(../img/parts/td_bg.jpg)');
	$('.time2').css('color','#586265');
	$('.time3').css('background-image','url(../img/parts/td_bg.jpg)');
	$('.time3').css('color','#586265');
	$('.time4').css('background-image','url(../img/parts/td_bg.jpg)');
	$('.time4').css('color','#586265');
	$('.timeAll').css('background-image','url(../img/parts/td_bg.jpg)');
	$('.timeAll').css('color','#586265');
	}); 
	$('.time2').click(function() {
	$('#Prg-title').html('　12-18時');
	$('#Prg-Disp div:visivle').hide();
	$('#Prg-time2').show('fast');
	$('.time2').css('background-image','url(../img/parts/td_bg2.jpg)');
	$('.time2').css('color','white');
	$('.time1').css('background-image','url(../img/parts/td_bg.jpg)');
	$('.time1').css('color','#586265');
	$('.time3').css('background-image','url(../img/parts/td_bg.jpg)');
	$('.time3').css('color','#586265');
	$('.time4').css('background-image','url(../img/parts/td_bg.jpg)');
	$('.time4').css('color','#586265');
	$('.timeAll').css('background-image','url(../img/parts/td_bg.jpg)');
	$('.timeAll').css('color','#586265');
	}); 
	$('.time3').click(function() {
	$('#Prg-title').html('　18-24時');
	$('#Prg-Disp div:visivle').hide();
	$('#Prg-time3').show('fast');
	$('.time3').css('background-image','url(../img/parts/td_bg2.jpg)');
	$('.time3').css('color','white');
	$('.time2').css('background-image','url(../img/parts/td_bg.jpg)');
	$('.time2').css('color','#586265');
	$('.time1').css('background-image','url(../img/parts/td_bg.jpg)');
	$('.time1').css('color','#586265');
	$('.time4').css('background-image','url(../img/parts/td_bg.jpg)');
	$('.time4').css('color','#586265');
	$('.timeAll').css('background-image','url(../img/parts/td_bg.jpg)');
	$('.timeAll').css('color','#586265');
	}); 
	$('.time4').click(function() {
	$('#Prg-title').html('　24-28時');
	$('#Prg-Disp div:visivle').hide();
	$('#Prg-time4').show('fast');
	$('.time4').css('background-image','url(../img/parts/td_bg2.jpg)');
	$('.time4').css('color','white');
	$('.time2').css('background-image','url(../img/parts/td_bg.jpg)');
	$('.time2').css('color','#586265');
	$('.time3').css('background-image','url(../img/parts/td_bg.jpg)');
	$('.time3').css('color','#586265');
	$('.time1').css('background-image','url(../img/parts/td_bg.jpg)');
	$('.time1').css('color','#586265');
	$('.timeAll').css('background-image','url(../img/parts/td_bg.jpg)');
	$('.timeAll').css('color','#586265');
	}); 
	$('.timeAll').click(function() {
	$('#Prg-title').html('');
	$('#Prg-Disp div:visivle').hide();
	$('#Prg-Disp div').show('fast');
	$('.timeAll').css('background-image','url(../img/parts/td_bg2.jpg)');
	$('.timeAll').css('color','white');
	$('.time2').css('background-image','url(../img/parts/td_bg.jpg)');
	$('.time2').css('color','#586265');
	$('.time3').css('background-image','url(../img/parts/td_bg.jpg)');
	$('.time3').css('color','#586265');
	$('.time4').css('background-image','url(../img/parts/td_bg.jpg)');
	$('.time4').css('color','#586265');
	$('.time1').css('background-image','url(../img/parts/td_bg.jpg)');
	$('.time1').css('color','#586265');
	}); 


 });  

