var Safari=(navigator.userAgent.indexOf("Safari")!=-1);
var Explorer=(navigator.userAgent.indexOf("Explorer")!=-1);

if
(Explorer)
{
document.write('<link rel="stylesheet" href="/script/css/header.css" type="text/css">');
document.write('<link rel="stylesheet" href="/script/css/gnavi.css" type="text/css">');
document.write('<link rel="stylesheet" href="/script/css/menu.css" type="text/css">');
document.write('<link rel="stylesheet" href="/script/css/font.css" type="text/css">');
document.write('<link rel="stylesheet" href="/script/css/footer.css" type="text/css">');
}

else if
(Safari)
{
document.write('<link rel="stylesheet" href="/script/css/header.css" type="text/css">');
document.write('<link rel="stylesheet" href="/script/css/gnavi.css" type="text/css">');
document.write('<link rel="stylesheet" href="/script/css/menu.css" type="text/css">');
document.write('<link rel="stylesheet" href="/script/css/font.css" type="text/css">');
document.write('<link rel="stylesheet" href="/script/css/footer.css" type="text/css">');
}

else
{
document.write('<link rel="stylesheet" href="/script/css/header.css" type="text/css">');
document.write('<link rel="stylesheet" href="/script/css/gnavi.css" type="text/css">');
document.write('<link rel="stylesheet" href="/script/css/menu.css" type="text/css">');
document.write('<link rel="stylesheet" href="/script/css/font.css" type="text/css">');
document.write('<link rel="stylesheet" href="/script/css/footer.css" type="text/css">');
}

