//***アップガレージ外部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: 17px}")
document.write(".text10{ font-size: 10px; line-height: 13px}")
document.write(".text14 { font-size: 14px; line-height: 120%}")
document.write(".text16 { font-size: 16px; line-height: 120%}")
document.write(".text18 { font-size: 18px; line-height: 120%}")
document.write("h1 {font-size: 20px;  font-style: bold; line-height: 22px ; color:#000000;}")
document.write("h2 {font-size: 18px;  font-style: normal; line-height: 20px ;}")
document.write("h3 {font-size: 14px;  font-style: normal; line-height: 18px ;}")
document.write("a.menu{font-size: 12px; text-decoration:none; color:#330099;}")
document.write("a.menu:hover{font-size: 12px; text-decoration:underline; color:#330099;}")
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(".text14 { font-size: 14px; font-family:Osaka}")
document.write(".text16 { font-size: 16px; font-family:Osaka}")
document.write(".text18 { font-size: 18px; font-family:Osaka}")
document.write("h1 {font-size: 18px;  font-style: bold; line-height: 22px ; color:#000000;}")
document.write("h2 {font-size: 16px;  font-style: normal; line-height: 20px ;}")
document.write("h3 {font-size: 12px;  font-style: normal; line-height: 18px ;}")
document.write("a.menu{font-size: 12px; text-decoration:none; color:#330099;}")
document.write("a.menu:hover{font-size: 12px; text-decoration:underline; color:#330099;}")
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: 17px}")
document.write(".text10 {font-size: 11px;line-height: 13px}")
document.write(".text14 {font-size: 14px;line-height: 120%}")
document.write(".text16 {font-size: 16px;line-height: 120%}")
document.write(".text18 {font-size: 18px;line-height: 120%}")
document.write("h1 {font-size: 18px;  font-style: bold; line-height: 22px ; color:#000000;}")
document.write("h2 {font-size: 16px;  font-style: normal; line-height: 20px ;}")
document.write("h3 {font-size: 12px;  font-style: normal; line-height: 18px ;}")
document.write("a.menu{font-size: 12px; text-decoration:none; color:#330099;}")
document.write("a.menu:hover{font-size: 12px; text-decoration:underline; color:#330099;}")
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: 15px;font-family:MS Gothic}")
document.write(".text16 {font-size: 16px;font-family:MS Gothic}")
document.write(".text18 {font-size: 18px;font-family:MS Gothic}")
document.write("h1 {font-size: 18px;  font-style: bold; line-height: 22px ; color:#000000;}")
document.write("h2 {font-size: 16px;  font-style: normal; line-height: 20px ;}")
document.write("h3 {font-size: 12px;  font-style: normal; line-height: 18px ;}")
document.write("a.menu{font-size: 12px; text-decoration:none; color:#330099;}")
document.write("a.menu:hover{font-size: 12px; text-decoration:underline; color:#330099;}")
document.write("--></style>")

}
}
}