//***アップガレージ外部JavaScript***


//CSS振り分けスクリプト
var browser;
browser=0;

if (!browser) {
if (navigator.platform.indexOf('Mac') > -1) {
//mac
if (navigator.appName.indexOf('Microsoft') > -1) {
//mac:explorer
x="iemac"
document.write("<style type='text/css'><!--")
document.write("td{ font-size: 12px; line-height: 15px}")
document.write(".text10 { font-size: 10px; line-height: 13px}")
document.write(".text12 { font-size: 12px; line-height: 120%}")
document.write(".text15 { font-size: 15px; line-height: 120%}")
document.write("h1 { font-size: 16pt;  font-style: normal; line-height: 20px ; }")
document.write("h2 { font-size: 14pt;  font-style: normal; line-height: 20px ; }")
document.write("h3 { font-size: 12pt;  font-style: normal; line-height: 20px ; }")
document.write("--></style>")
}
else {
//mac:netscape
x="nsmac"
document.write("<style type='text/css'><!--")
document.write("td { font-size: 12px; font-family:Osaka}")
document.write(".text10 { font-size: 10px; font-family:Osaka}")
document.write(".text12 { font-size: 12px; font-family:Osaka}")
document.write(".text15 { font-size: 15px; font-family:Osaka}")
document.write("h1 { font-size: 16pt;  font-style: normal; line-height: 20px ; }")
document.write("h2 { font-size: 14pt;  font-style: normal; line-height: 20px ; }")
document.write("h3 { font-size: 12pt;  font-style: normal; line-height: 20px ; }")
document.write("--></style>")

}
} else {
//win
if (navigator.appName.indexOf('Microsoft') > -1) {
//windows or unix:explorer
x="iewin"
document.write("<style type='text/css'><!--")
document.write("td {font-size: 12px;line-height: 15px}")
document.write(".text10 {font-size: 11px;line-height: 13px}")
document.write(".text14 {font-size: 12px;line-height: 120%}")
document.write(".text18 {font-size: 15px;line-height: 120%}")
document.write("h1 { font-size: 16pt;  font-style: normal; line-height: 20px ; }")
document.write("h2 { font-size: 14pt;  font-style: normal; line-height: 20px ; }")
document.write("h3 { font-size: 12pt;  font-style: normal; line-height: 20px ; }")
document.write("--></style>")

} else {
//windows or unix:netscape
x="nswin"
document.write("<style type='text/css'><!--")
document.write("td {font-size: 12px;font-family:MS Gothic}")
document.write(".text10 {font-size: 11px;font-family:Arial}")
document.write(".text14 {font-size: 12px;font-family:MS Gothic}")
document.write(".text18 {font-size: 15px;font-family:MS Gothic}")
document.write("h1 { font-size: 16pt;  font-style: normal; line-height: 20px ; }")
document.write("h2 { font-size: 14pt;  font-style: normal; line-height: 20px ; }")
document.write("h3 { font-size: 12pt;  font-style: normal; line-height: 20px ; }")
document.write("--></style>")

}
}
}