var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);

document.write("<STYLE TYPE='text/css'><!--");

if(navigator.appVersion.indexOf("Mac") > -1)
{
 if( bName == "M")
  {
    // MAC IE
		document.write(".gyoukantop {  line-height: 17px}");
		document.write(".gyoukan14 {  line-height: 14px}");
		document.write(".gyoukan{line-height:15px}");
		document.write(".txt {font-weight: normal; font-size: 12px; line-height:15pt}");
		document.write(".txtsmall {font-weight: normal; font-size: 9px; line-height:12pt}");
		document.write(".rightline {BACKGROUND-COLOR: #cbcbcb}");
		document.write(".txtredbold {FONT-WEIGHT: bold; FONT-SIZE: 14px; LINE-HEIGHT: 12pt; color: #ca1643}");
		document.write(".redbold {FONT-WEIGHT: bold; font-size: 12px; line-height:150%; color: #FF3737}");
		document.write(".titlebold {FONT-WEIGHT: bold; FONT-SIZE: 14px; LINE-HEIGHT: 12pt}");
		document.write(".txtnomal {FONT-WEIGHT: normal; FONT-SIZE: 9pt; LINE-HEIGHT: 12pt}");
		document.write(".blue {  color: #0C48A3}");
		document.write(".gray {  color: #666666}");
		document.write(".red {  color: #C71644;font-size: 10px}");
		document.write(".red_c50e64 {  color: #C50E64}");
		document.write(".white {  color: #FFFFFF;font-size: 10px}");
		document.write(".size10 {font-size:10px}");
		document.write("TD	{ font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write(".td_fff3db{background-color:#fff3db;}");
		document.write(".td_ffe5e5{background-color:#ffe5e5;}");
		document.write(".td_fffcdb{background-color:#fffcdb;}");
		document.write("A	{ font-size: 12px; text-decoration:none; color:#C71644}");
 } 
 else
 {
    if( vNum < 5 )
    {
        // MAC NETSCAPE 4.x
		document.write(".gyoukantop {  line-height: 17px}");
		document.write(".gyoukan14 {  line-height: 14px}");
		document.write(".gyoukan{line-height:15px}");
		document.write(".txt {font-weight: normal; font-size: 12px; line-height:15pt}");
		document.write(".txtsmall {font-weight: normal; font-size: 9px; line-height:12pt}");
		document.write(".rightline {BACKGROUND-COLOR: #cbcbcb}");
		document.write(".txtredbold {FONT-WEIGHT: bold; FONT-SIZE: 14px; LINE-HEIGHT: 12pt; color: #ca1643}");
		document.write(".redbold {FONT-WEIGHT: bold; font-size: 12px; line-height:150%; color: #FF3737}");
		document.write(".titlebold {FONT-WEIGHT: bold; FONT-SIZE: 14px; LINE-HEIGHT: 12pt}");
		document.write(".txtnomal {FONT-WEIGHT: normal; FONT-SIZE: 12px; LINE-HEIGHT: 12pt}");
		document.write(".blue {  color: #0C48A3}");
		document.write(".gray {  color: #666666}");
		document.write(".red {  color: #C71644;font-size: 10px}");
		document.write(".red_c50e64 {  color: #C50E64}");
		document.write(".white {  color: #FFFFFF;font-size: 10px}");
		document.write(".size10 {font-size:10px}");
		document.write("TD	{ font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write(".td_fff3db{background-color:#fff3db;}");
		document.write(".td_ffe5e5{background-color:#ffe5e5;}");
		document.write(".td_fffcdb{background-color:#fffcdb;}");
		document.write("A	{ font-size: 12px; text-decoration:none; color:#C71644}");
    } 
    else
    {
        // MAC NETSCAPE 6.x
		document.write(".gyoukantop {  line-height: 17px}");
		document.write(".gyoukan14 {  line-height: 14px}");
		document.write(".gyoukan{line-height:15px}");
		document.write(".txt {font-weight: normal; font-size: 12px; line-height:15pt}");
		document.write(".txtsmall {font-weight: normal; font-size: 9px; line-height:12pt}");
		document.write(".rightline {BACKGROUND-COLOR: #cbcbcb}");
		document.write(".txtredbold {FONT-WEIGHT: bold; FONT-SIZE: 14px; LINE-HEIGHT: 12pt; color: #ca1643}");
		document.write(".redbold {FONT-WEIGHT: bold; font-size: 12px; line-height:150%; color: #FF3737}");
		document.write(".titlebold {FONT-WEIGHT: bold; FONT-SIZE: 14px; LINE-HEIGHT: 12pt}");
		document.write(".txtnomal {FONT-WEIGHT: normal; FONT-SIZE: 12px; LINE-HEIGHT: 12pt}");
		document.write(".blue {  color: #0C48A3}");
		document.write(".gray {  color: #666666}");
		document.write(".red {  color: #C71644;font-size: 10px}");
		document.write(".red_c50e64 {  color: #C50E64}");
		document.write(".white {  color: #FFFFFF;font-size: 10px}");
		document.write(".size10 {font-size:10px}");
		document.write("TD	{ font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write(".td_fff3db{background-color:#fff3db;}");
		document.write(".td_ffe5e5{background-color:#ffe5e5;}");
		document.write(".td_fffcdb{background-color:#fffcdb;}");
		document.write("A	{ font-size: 12px; text-decoration:none; color:#C71644}");
    }
 }
}
else
{
 if( bName == "M")
  {
    // WIN IE
		document.write(".gyoukantop {  line-height: 17px}");
		document.write(".gyoukan14 {  line-height: 14px}");
		document.write(".gyoukan{line-height:15px}");
		document.write(".txt {font-weight: normal; font-size: 12px; line-height:15pt}");
		document.write(".txtsmall {font-weight: normal; font-size: 10px; line-height:12pt}");
		document.write(".rightline {BACKGROUND-COLOR: #cbcbcb}");
		document.write(".txtredbold {FONT-WEIGHT: bold; FONT-SIZE: 14px; LINE-HEIGHT: 12pt; color: #ca1643}");
		document.write(".redbold {FONT-WEIGHT: bold; font-size: 12px; line-height:150%; color: #FF3737}");
		document.write(".titlebold {FONT-WEIGHT: bold; FONT-SIZE: 14px; LINE-HEIGHT: 12pt}");
		document.write(".txtnomal {FONT-WEIGHT: normal; FONT-SIZE: 12px; LINE-HEIGHT: 12pt}");
		document.write(".blue {  color: #0C48A3}");
		document.write(".gray {  color: #666666}");
		document.write(".red {  color: #C71644}");
		document.write(".red_c50e64 {  color: #C50E64}");
		document.write(".white {  color: #FFFFFF}");
		document.write(".size10 {font-size:8pt}");
		document.write("TD	{ font-size: 12px; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write(".td_fff3db{background-color:#fff3db;}");
		document.write(".td_ffe5e5{background-color:#ffe5e5;}");
		document.write(".td_fffcdb{background-color:#fffcdb;}");
		document.write("A	{ font-size: 10pt; text-decoration:none; color:#C71644}");
 } 
 else
 {
    if( vNum < 5 )
    {
        // WIN NETSCAPE 4.x
		document.write(".gyoukantop {  line-height: 17px}");
		document.write(".gyoukan14 {  line-height: 14px}");
		document.write(".gyoukan{line-height:15px}");
		document.write(".txt {font-weight: normal; font-size: 12px; line-height:15pt}");
		document.write(".txtsmall {font-weight: normal; font-size: 10px; line-height:12pt}");
		document.write(".rightline {BACKGROUND-COLOR: #cbcbcb}");
		document.write(".txtredbold {FONT-WEIGHT: bold; FONT-SIZE: 14px; LINE-HEIGHT: 12pt; color: #ca1643}");
		document.write(".redbold {FONT-WEIGHT: bold; font-size: 12px; line-height:150%; color: #FF3737}");
		document.write(".titlebold {FONT-WEIGHT: bold; FONT-SIZE: 14px; LINE-HEIGHT: 12pt}");
		document.write(".txtnomal {FONT-WEIGHT: normal; FONT-SIZE: 12px; LINE-HEIGHT: 12pt}");
		document.write(".blue {  color: #0C48A3}");
		document.write(".gray {  color: #666666}");
		document.write(".red {  color: #C71644}");
		document.write(".red_c50e64 {  color: #C50E64}");
		document.write(".white {  color: #FFFFFF}");
		document.write(".size10 {font-size:8pt}");
		document.write("TD	{ font-size: 10pt; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write(".td_fff3db{background-color:#fff3db;}");
		document.write(".td_ffe5e5{background-color:#ffe5e5;}");
		document.write(".td_fffcdb{background-color:#fffcdb;}");
		document.write("A	{ font-size: 10pt; text-decoration:none; color:#C71644}");
    } 
    else
    {
        // WIN NETSCAPE 6.x
		document.write(".gyoukantop {  line-height: 17px}");
		document.write(".gyoukan14 {  line-height: 14px}");
		document.write(".gyoukan{line-height:15px}");
		document.write(".txt {font-weight: normal; font-size: 12px; line-height:15pt}");
		document.write(".txtsmall {font-weight: normal; font-size: 9px; line-height:12pt}");
		document.write(".rightline {BACKGROUND-COLOR: #cbcbcb}");
		document.write(".txtredbold {FONT-WEIGHT: bold; FONT-SIZE: 14px; LINE-HEIGHT: 12pt; color: #ca1643}");
		document.write(".redbold {FONT-WEIGHT: bold; font-size: 12px; line-height:150%; color: #FF3737}");
		document.write(".titlebold {FONT-WEIGHT: bold; FONT-SIZE: 14px; LINE-HEIGHT: 12pt}");
		document.write(".txtnomal {FONT-WEIGHT: normal; FONT-SIZE: 12px; LINE-HEIGHT: 12pt}");
		document.write(".blue {  color: #0C48A3}");
		document.write(".gray {  color: #666666}");
		document.write(".red {  color: #C71644}");
		document.write(".red_c50e64 {  color: #C50E64}");
		document.write(".white {  color: #FFFFFF}");
		document.write(".size10 {font-size:8pt}");
		document.write("TD	{ font-size: 10pt; font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'}");
		document.write(".td_fff3db{background-color:#fff3db;}");
		document.write(".td_ffe5e5{background-color:#ffe5e5;}");
		document.write(".td_fffcdb{background-color:#fffcdb;}");
		document.write("A	{ font-size: 10pt; text-decoration:none; color:#C71644}");
    }
 }
}
		//--Hover-------------------
		document.write("A:Hover{color : #C71644; text-decoration: underline}");

document.write("--></STYLE>");

