//個人
//update
function update_1 (){
	document.write ('<span style="font-family:Arial">Last Update：2010/05/26</span>')
}
//個人表示
function k_or_d_1 (){
	document.write ('個人のお客様')
}

//団体
//update
function update_2 (){
	document.write ('<span style="font-family:Arial">Last Update：2009/11/27</span>')
}
//個人表示
function k_or_d_2 (){
	document.write ('法人・団体のお客様')
}















