//***アップガレージ外部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: 16px; font-family:osaka,Arial}")
document.write(".text10{ font-size: 10px; line-height: 13px}")
document.write(".text14 { font-size: 14px; line-height: 120%}")
document.write(".text18 { font-size: 18px; line-height: 120%}")
document.write("h1 {font-size: 18px;  font-style: bold; line-height: 20px ; color:#000066}")
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:#ffffff}")
document.write("a.menu:hover{font-size: 12px; text-decoration:underline; color:#FFFF00}")
document.write("a.navi{font-size: 10px; text-decoration:none; color:#ffffff}")
document.write("a.navi:hover{font-size: 10px; text-decoration:underline; color:#FFFF00}")
document.write("a.ul{text-decoration:none}")
document.write("a.ul:hover{text-decoration:underline}")
document.write("--></style>")
}
else {
//mac:netscape
x="nsmac"
document.write("<style type='text/css'><!--")
document.write("td { font-size: 12px; font-family:osaka,Arial}")
document.write(".text10 { font-size: 10px}")
document.write(".text14 { font-size: 14px}")
document.write(".text18 { font-size: 18px}")
document.write("h1 {font-size: 18px;  font-style: bold; line-height: 20px ; color:#000066}")
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:#ffffff}")
document.write("a.menu:hover{font-size: 12px; text-decoration:underline; color:#FFFF00}")
document.write("a.navi{font-size: 10px; text-decoration:none; color:#ffffff}")
document.write("a.navi:hover{font-size: 10px; text-decoration:underline; color:#FFFF00}")
document.write("a.menuhome{font-size: 10px; text-decoration:none}")
document.write("a.menuhome:hover{font-size: 10px; text-decoration:underline}")
document.write("a.ul{text-decoration:none}")
document.write("a.ul:hover{text-decoration:underline}")
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: 16px; font-family:MS Gothic,Arial}")
document.write(".text10 {font-size: 11px;line-height: 13px}")
document.write(".text14 {font-size: 14px;line-height: 120%}")
document.write(".text18 {font-size: 18px;line-height: 120%}")
document.write("h1 {font-size: 18px;  font-style: bold; line-height: 20px ; color:#000066}")
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:#ffffff}")
document.write("a.menu:hover{font-size: 12px; text-decoration:underline; color:#FFFF00}")
document.write("a.navi{font-size: 10px; text-decoration:none; color:#ffffff}")
document.write("a.navi:hover{font-size: 10px; text-decoration:underline; color:#FFFF00}")
document.write("a.menuhome{font-size: 10px; text-decoration:none}")
document.write("a.menuhome:hover{font-size: 10px; text-decoration:underline}")
document.write("a.ul{text-decoration:none}")
document.write("a.ul:hover{text-decoration:underline}")
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,Arial}")
document.write(".text10 {font-size: 11px}")
document.write(".text14 {font-size: 15px}")
document.write(".text18 {font-size: 18px}")
document.write("h1 {font-size: 18px;  font-style: bold; line-height: 20px ; color:#000066}")
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:#ffffff}")
document.write("a.menu:hover{font-size: 12px; text-decoration:underline; color:#FFFF00}")
document.write("a.navi{font-size: 10px; text-decoration:none; color:#ffffff}")
document.write("a.navi:hover{font-size: 10px; text-decoration:underline; color:#FFFF00}")
document.write("a.menuhome{font-size: 10px; text-decoration:none}")
document.write("a.menuhome:hover{font-size: 10px; text-decoration:underline}")
document.write("a.ul{text-decoration:none}")
document.write("a.ul:hover{text-decoration:underline}")
document.write("--></style>")

}
}
}
