if(location.href.match(/so-net/)){
	document.write('<base href=\"http://www.so-net.ne.jp/f-marinos/shop/\">');
}else if(location.href.match(/wwwip/)){
	document.write('<base href=\"http://wwwip.f-marinos.com/shop/\">');
}else if(location.href.match(/wwwmv/)){
	document.write('<base href=\"http://wwwmv.f-marinos.com/shop/\">');
}else{
	document.write('<base href=\"http://www.f-marinos.com/shop/\">');
}
