//<script language="javascript" src="style.js" type="text/javascript"></script>function Is() {   var agent = navigator.userAgent.toLowerCase();   this.major = parseInt(navigator.appVersion);   this.minor = parseFloat(navigator.appVersion);   this.ns = ((agent.indexOf('mozilla')!=-1) && ((agent.indexOf('spoofer')==-1) && (agent.indexOf('compatible') == -1)));   this.ns2 = (this.ns && (this.major == 2));   this.ns3 = (this.ns && (this.major == 3));   this.ns4 = (this.ns && (this.major == 4));   this.ns5 = (this.ns && (this.major > 4));   this.ns6 = (this.ns && (agent.indexOf('netscape6')!=-1) );   this.ns7 = (this.ns && (agent.indexOf('netscape/7')!=-1) );   this.ns7pr = (this.ns && (agent.indexOf('netscape/7.0b1')!=-1) );   this.ie = (agent.indexOf("msie") != -1);   this.ie3 = (this.ie && (this.major == 2));   this.ie4 = (this.ie && (this.major >= 4));   this.op3 = (agent.indexOf("opera") != -1);   this.pc  = (agent.indexOf("win") != -1);   if (!(this.ie4 || this.ns5)) {      isFlat = true;   }}var is = new Is();if (is.ie) {	if (is.pc) {//win.ieでの設定		document.writeln('<style type="text/css"><!--');		document.write( "table { text-decoration: none; font-size: 12px; line-height: 150%; }" );		document.write( ".small { text-decoration: none; font-size: 10px; line-height: 150%; }" );		document.write( "body { color:#281F1C; }" );		document.write( ".title { color:#511D7C; }" );		document.write( ".black { color:#000000; }" );				document.write( "a:link { text-decoration:underline ;color:#FF6600;}" );		document.write( "a:visited { text-decoration:underline ;color:#FF6600;}" );		document.write( "a:hover { text-decoration:none ;color:#FF6600;}" );		document.write( "a:active { text-decoration:underline ;color:#FF6600;}" );		document.writeln('--></style>');  }else{//mac.ieでの設定		document.writeln('<style type="text/css"><!--');		document.write( "table { text-decoration: none; font-size: 12px; line-height: 150%; }" );		document.write( ".small { text-decoration: none; font-size: 10px; line-height: 150%; }" );		document.write( "body { color:#281F1C; }" );		document.write( ".title { color:#511D7C; }" );		document.write( ".black { color:#000000; }" );				document.write( "a:link { text-decoration:underline ;color:#FF6600;}" );		document.write( "a:visited { text-decoration:underline ;color:#FF6600;}" );		document.write( "a:hover { text-decoration:none ;color:#FF6600;}" );		document.write( "a:active { text-decoration:underline ;color:#FF6600;}" );		document.writeln('--></style>');  }}if (is.ns4) {    if (is.pc) {//netscape4での設定		document.writeln('<style type="text/css"><!--');		document.write( "table { text-decoration: none; font-size: 12px; line-height: 150%; }" );		document.write( ".small { text-decoration: none; font-size: 10px; line-height: 150%; }" );		document.write( "body { color:#281F1C; }" );		document.write( ".title { color:#511D7C; }" );		document.write( ".black { color:#000000; }" );				document.write( "a:link { text-decoration:underline ;color:#FF6600;}" );		document.write( "a:visited { text-decoration:underline ;color:#FF6600;}" );		document.write( "a:hover { text-decoration:none ;color:#FF6600;}" );		document.write( "a:active { text-decoration:underline ;color:#FF6600;}" );		document.writeln('--></style>');   } else { //netscape4での設定		document.writeln('<style type="text/css"><!--');		document.write( "table { text-decoration: none; font-size: 12px; line-height: 150%; }" );		document.write( ".small { text-decoration: none; font-size: 10px; line-height: 150%; }" );		document.write( "body { color:#281F1C; }" );		document.write( ".title { color:#511D7C; }" );		document.write( ".black { color:#000000; }" );				document.write( "a:link { text-decoration:underline ;color:#FF6600;}" );		document.write( "a:visited { text-decoration:underline ;color:#FF6600;}" );		document.write( "a:hover { text-decoration:none ;color:#FF6600;}" );		document.write( "a:active { text-decoration:underline ;color:#FF6600;}" );		document.writeln('--></style>');   }}if (is.ns5){//netscape5での設定		document.writeln('<style type="text/css"><!--');		document.write( "table { text-decoration: none; font-size: 12px; line-height: 150%; }" );		document.write( ".small { text-decoration: none; font-size: 10px; line-height: 150%; }" );		document.write( "body { color:#281F1C; }" );		document.write( ".title { color:#511D7C; }" );		document.write( ".black { color:#000000; }" );				document.write( "a:link { text-decoration:underline ;color:#FF6600;}" );		document.write( "a:visited { text-decoration:underline ;color:#FF6600;}" );		document.write( "a:hover { text-decoration:none ;color:#FF6600;}" );		document.write( "a:active { text-decoration:underline ;color:#FF6600;}" );		document.writeln('--></style>');}//ロールオーバーの設定var imgA=new Array();imgA[0]=new Image(); imgA[0].src="./images/navi_live.gif";imgA[1]=new Image(); imgA[1].src="./images/navi_live0.gif";imgA[2]=new Image(); imgA[2].src="./images/navi_news.gif";imgA[3]=new Image(); imgA[3].src="./images/navi_news0.gif";imgA[4]=new Image(); imgA[4].src="./images/navi_dialy.gif";imgA[5]=new Image(); imgA[5].src="./images/navi_dialy0.gif";imgA[6]=new Image(); imgA[6].src="./images/navi_goods.gif";imgA[7]=new Image(); imgA[7].src="./images/navi_goods0.gif";imgA[8]=new Image(); imgA[8].src="./images/navi_mail.gif";imgA[9]=new Image(); imgA[9].src="./images/navi_mail0.gif";imgA[10]=new Image(); imgA[10].src="./images/m06.gif";imgA[11]=new Image(); imgA[11].src="./images/m06a.gif";imgA[12]=new Image(); imgA[12].src="./images/m07.gif";imgA[13]=new Image(); imgA[13].src="./images/m07a.gif";imgA[20]=new Image(); imgA[20].src="./images/top_navi01.gif";imgA[21]=new Image(); imgA[21].src="./images/top_navi01a.gif";imgA[22]=new Image(); imgA[22].src="./images/top_navi02.gif";imgA[23]=new Image(); imgA[23].src="./images/top_navi02a.gif";imgA[24]=new Image(); imgA[24].src="./images/top_navi03.gif";imgA[25]=new Image(); imgA[25].src="./images/top_navi03a.gif";imgA[26]=new Image(); imgA[26].src="./images/top_navi04.gif";imgA[27]=new Image(); imgA[27].src="./images/top_navi04a.gif";imgA[28]=new Image(); imgA[28].src="./images/top_navi05.gif";imgA[29]=new Image(); imgA[29].src="./images/top_navi05a.gif";function Ain(nam,num){		document.images[nam].src=imgA[num].src;}function Aout(nam,num){		document.images[nam].src=imgA[num].src;}//<a href="index.html" onMouseOut="Aout('m01',0)" onMouseOver="Ain('m01',1)"></a>//ポップアップの設定function OpenWin1(url,title,xsize,ysize){	window.open(url,title,"toolbar=no,location=no,menubar=no,status=yes,resizable=yes,scrollbars=yes,width="+[xsize]+",height="+[ysize]);	}//<a href="javascript:OpenWin1('size.html','page','450','600');">GOODS サイズ表</a>