﻿@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------
 *
 *							レイアウト
 *
 *-------------------------------------------------------------*/
	body {
		font-size:75%;
		line-height:1.8;
	}
	
	#setBgTop {
		background:url("./../common/background_top.gif") repeat-x top;
	}
	
	#allContainer {
		background:url("./../common/header_mutoh_group.gif") no-repeat center top;
		line-height:18px;
	}
	
	#headerArea, #contentsArea, #footerArea {
		width:1000px;
		margin:0 auto;
	}
	
	#contentsArea {
		padding:0px 30px 80px 30px;
		width:940px;
		background:#ffffff;
	}
	
	#topImage {
		height:250px;
		padding-top:22px;
		margin-bottom:16px;
	}
	
	#tableContents {
		padding-top:21px;
	}
	
	#leftContents {
		float:left;
		width:680px;
		padding-right:30px;
	}
	
	#rightContents {
		float:right;
		width:230px;
	}
	
	

	/* ---------- ---------- ---------- ---------- ----------
	 *						見出し					
	 * ---------- ---------- ---------- ---------- ---------- */
		h1 { font-size:200%; }
		h2 { font-size:175%; }
		h3 { font-size:124%; }
		h4 { font-size:100%; }		/*		デフォルトで13px指定なので、ここが標準サイズ		*/
		h5 { font-size:93%; }
		h6 { font-size:85%; }				
		
		
	/* ---------- ---------- ---------- ---------- ----------
	 *						共通設定					
	 * ---------- ---------- ---------- ---------- ---------- */
		/*			フォントカラー			*/
			.colorOrange				{ color:#e75513; }
			.colorBlue					{ color:#161c6b; }
			.colorRed					{ color:#ff0000; }
			
		/*			フォントデコ			*/
			.decUnderling				{ text-decoration:underline; }
		
		/*			テキストの配置			*/
			.textRight					{ text-align:right; }
			.textLeft					{ text-align:left; }
			.textCenter					{ text-align:center; }
			
		/*			float			*/
			.floatRight					{ text-align:right; }
			.floatLeft					{ text-align:left; }
			.floatCenter				{ text-align:center; }
			
			
		/*			Web上、印刷時の表示・非表示			*/
			.dispNone					{ display:none; }
			.dispBlock					{ display:block; }
			.printDisplay, 
			.printDispType8				{ display:none; }
			.printDispNone				{ display:inline; }
		
		/*			文字の太さ設定			*/
			strong						{ font-weight:normal; }
			.bold						{ font-weight:bold; }
		
		/*			float対策			*/
			.flowHidden					{ overflow:hidden; }
		
		/*			position設定			*/
			#allContainer .setPosition	{ position:relative; }
			
		/*			Margin設定			*/
			#allContainer .noMargin		{ margin:0px; }
			#allContainer .noPadding	{ padding:0px; }
			#allContainer .tPadding20	{ margin-top:20px; }
			#allContainer .tMargin7		{ margin-top:7px; }
			#allContainer .tMargin10	{ margin-top:10px; }
			#allContainer .tMargin15	{ margin-top:15px; }
			#allContainer .tMargin30	{ margin-top:30px; }
			#allContainer .bMargin10	{ margin-bottom:10px; }
			#allContainer .bMargin20	{ margin-bottom:20px; }
			#allContainer .bMargin30	{ margin-bottom:30px; }
			#allContainer .bMargin15	{ margin-bottom:15px; }
			#allContainer .bMargin10	{ margin-bottom:10px; }
			#allContainer .bMargin50	{ margin-bottom:50px; }
			#allContainer .bPadding20	{ padding-bottom:20px; }
		
		/*			Listスタイル			*/
			dl, ul						{ clear:both; }
			dl dt, ul li				{ float:left; }
			ul.floatNone li				{ float:none; }
		
		/*			float後のclear用クラス			*/
			.clearB		{ clear:both; }
			.clearR		{ clear:right; }
			.clearL		{ clear:left; }
			
			.clearfix:after {
			  content:".";  /* 新しい要素を作る */
			  display:block;  /* ブロックレベル要素に */
			  clear:both;
			  height:0;
			  visibility:hidden;
			}
			
			.clearfix {
			  min-height:1px;
			}
			
			* html .clearfix {
			  height:1px;
			}
		
		/*			flex			*/
		
			.disFlex					{ display: flex; }
		
		
		
		/*			登録商標用			*/
		
			sup			{ vertical-align:text-top; font-size:50%; }



/*-------------------------------------------------------------
 *
 *							ヘッダー
 *
 *-------------------------------------------------------------*/
	#homeLink {
		padding:14px 0px 0px 52px;
		width:180px;
		float:left;
	}
	
	#headerLink {
		float:right;
		margin:11px 0px 0px 0px;
		position:relative;
		top:-23px;
		left:-175px;
	}
	
	#headerLink li {
		margin-left:20px;
		width:65px;
		height:12px;
	}
	
	#headerLink a {
		display:block;
		height:12px;
	}
	
	#headerLink li.linkSitemap			{ background:url("./../common/btn_sitemap_on.gif") no-repeat; width:65px; }
	#headerLink li.linkSitemap a		{ background:url("./../common/btn_sitemap_off.gif") no-repeat; width:65px; }
	
	#headerLink li.linkEnglish			{ background:url("./../common/btn_english_on.gif") no-repeat; width:53px; }
	#headerLink li.linkEnglish a		{ background:url("./../common/btn_english_off.gif") no-repeat; width:53px; }
	
	#headerLink li a:hover				{ background:none; }
	
	
	/*			グローバルナビ			*/
		#globalNavi {
			float:right;
			width:680px;
			height:40px;
			padding-right:30px;
		}
		
		#globalNavi ul {
			width:680px;
		}
		
		#globalNavi li {
			width:136px;
			height:40px;
		}
		
		#globalNavi a {
			display:block;
			height:40px;
			width:136px;
		}
		
		#globalNavi .globalProducts				{ background:url("./../common/g_products_on.gif") no-repeat; }
		#globalNavi .globalProducts a			{ background:url("./../common/g_products_off.gif") no-repeat; }
		#globalNavi .globalSupport				{ background:url("./../common/g_support_on.gif") no-repeat; }
		#globalNavi .globalSupport a			{ background:url("./../common/g_support_off.gif") no-repeat; }
		#globalNavi .globalContact				{ background:url("./../common/g_contact_on.gif") no-repeat; }
		#globalNavi .globalContact a			{ background:url("./../common/g_contact_off.gif") no-repeat; }
		#globalNavi .globalCompany				{ background:url("./../common/g_company_on.gif") no-repeat; }
		#globalNavi .globalCompany a			{ background:url("./../common/g_company_off.gif") no-repeat; }
		#globalNavi .globalRecruit				{ background:url("./../common/g_recruit_on.gif") no-repeat; }
		#globalNavi .globalRecruit a			{ background:url("./../common/g_recruit_off.gif") no-repeat; }
		
		#globalNavi a:hover, 
		#globalNavi a.globalOn					{ background:none; }
	
	
	/*			パンナビ			*/
		#panNavi {
			background:#141c6b;
			color:#ffffff;
			font-size:77%;
			width:657px;
			padding:0px 0px 2px 23px;
			margin-left:290px;
			position:relative;
			top:-3px;
		}
		
		#panNavi li {
			margin-top:2px;
		}
		
		#panNavi a, #panNavi a:hover {
			color:#ffffff;
			text-decoration:underline;
		}


/*-------------------------------------------------------------
 *
 *							フッター
 *
 *-------------------------------------------------------------*/
	#footerArea {
		border-top:3px solid #c8c9ca;
		background:#ffffff;
		width:940px;
		padding:7px 30px 45px 30px;
	}
	
	#copyright {
		float:left;
		width:400px;
	}
	
	#copyright p {
		height:15px;
		width:400px;
		background:url("./../common/copyright.gif") no-repeat left bottom;
	}
	
	#footerMenu {
		float:right;
		width:535px;
	}
	
	#footerMenu li.linkSitepolicy {
		background:url("./../common/btn_sitepolicy_on.gif") no-repeat;
		padding-right:7px;
	}
	
	#footerMenu li.linkAntiPolicy {
		background:url("./../common/btn_antipolicy_on.gif") no-repeat;
		padding-right:0px;
	}
	
	#footerMenu li.linkLictminerals {
		background:url("./../common/btn_conflictminerals_on.gif") no-repeat;
		padding-right:17px;
	}
	
	#footerMenu li.linkPrivacy {
		background:url("./../common/btn_privacy_on.gif") no-repeat;
	}
	
	#footerMenu li.linkSitepolicy a {
		background:url("./../common/btn_sitepolicy_off.gif") no-repeat;
		width:130px;
		height:15px;
		display:block;
	}
	
	#footerMenu li.linkAntiPolicy a {
		background:url("./../common/btn_antipolicy_off.gif") no-repeat;
		width:155px;
		height:15px;
		display:block;
	}
	
	#footerMenu li.linkLictminerals a {
		background:url("./../common/btn_conflictminerals_off.gif") no-repeat;
		width:110px;
		height:15px;
		display:block;
	}
	
	#footerMenu li.linkPrivacy a {
		background:url("./../common/btn_privacy_off.gif") no-repeat;
		width:112px;
		height:15px;
		display:block;
	}
	
	#footerMenu li a:hover {
		background:none;
	}
	
	/*			ページトップ			*/
		#pageTop {
			width:1000px;
			margin:0 auto;
			height:20px;
			background:#ffffff;
		}
		
		#pageTop p {
			width:78px;
			height:12px;
			float:right;
			padding-right:30px;
		}
		
		#pageTop p a  {
			width:78px;
			height:12px;
			display:block;
		}
		
		#pageTop p			{ background:url("./../common/btn_pagetop_on.gif") no-repeat left top; }
		#pageTop p a		{ background:url("./../common/btn_pagetop_off.gif") no-repeat left top; }
		#pageTop p a:hover	{ background:none; }


/*-------------------------------------------------------------
 *
 *					インフォメーションエリア
 *
 *-------------------------------------------------------------*/
	#infoArea {
		font-size:84%;
		line-height:1.4;
		margin-bottom:12px;
	}
	
	#infoArea p.eventInfo {
		margin-bottom:20px;
	}
	
	#infoArea ul {
		border:1px solid #dcdcdc;
	}
	
	#infoArea li {
		background:#ececed;
	}
	
	#infoArea li span {
		width:200px;
		display:block;
	}
	
	#infoArea span.infoTitle {
		background:#c8c8c8;
		padding:5px 15px;
		color:#161c6b;
		font-weight:bold;
	}
	
	#infoArea span.infoText {
		padding:10px 13px;
	}
	
	#infoArea span.infoText img {
		margin-bottom:12px;
	}
	
	#contentsArea .viewLink {
		text-align:right;
		padding:0px 15px 15px 15px;
	}
	
	#contentsArea .viewLink a {
		color:#ed6c15;
	}
	
	#contentsArea .viewLink a:hover {
		color:#0086c1;
	}
	
	/*	2016/05/02 start	*/
		.case01, .case02, .case03		{ width:202px; height:35px; display:block; overflow:hidden; margin-bottom:5px; }
		.case01:hover					{ background:url("./../common/info_img/btn_case_01.gif") right top !important; }
		.case02:hover					{ background:url("./../common/info_img/btn_case_02.gif") right top !important; }
		.case03:hover					{ background:url("./../common/info_img/btn_case_03.gif") right top !important; }
		.case01:hover img, 
		.case02:hover img, 
		.case03:hover img				{ visibility:hidden; }
	/*	2016/05/02 end	*/
	
	/*	2018/01/09 start	*/
		#eventInfo li.linkShow, 
		#eventInfo li.linkSeminar, 
		#eventInfo li.linkCampaign { display:none; }
		
		#eventInfo li a				{ border-radius:22px; border:4px solid #0086c1; color:#0086c1; display:block; padding:10px 3px 10px; 
									  font-size:155%; font-weight:bold; background:#fff; margin:0 0 20px; }
		#eventInfo li a:hover		{ border-color:#3da3d0; color:#3da3d0; background:#fff; }
		#eventInfo li span			{ display:block; text-align:center; 
									  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho",  serif; }
		#eventInfo li span.eTitle	{ line-height:1.25em; letter-spacing:-0.5px; margin:0 0 12px; 
									  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
		#eventInfo li span.eDate	{ font-size:95%; }
		#eventInfo li a div			{ border-radius:10px; background:#ffdf00; margin:21px 13px 0; height:15px; display:block; }
		#eventInfo li a:hover div	{ background:#ffe748; }
		#eventInfo li div span		{ position:relative; top:-9px; left:4px; font-size:90%; letter-spacing:-0.5px; }
	/*	2018/01/09 end	*/
		

		#eventBanner {background: #000;}
		#eventBanner li a img:hover{ 
     -webkit-filter: brightness(0.95);
     -moz-filter: brightness(0.95);
     -o-filter: brightness(0.95);
     -ms-filter: brightness(0.95);
     filter: brightness(0.95);
	}


	#infoArea li span.vjClub, 
	#infoArea li span.vjClub a {
		width:202px;
		height:45px;
		display:block;
	}
	#infoArea li span.vjClub	{ background:url("./../common/info_img/vj_club_on.gif") no-repeat left top; margin:12px 0px 0px 13px; }
	#infoArea li span.vjClub a	{ background:url("./../common/info_img/vj_club_off.gif") no-repeat left top; }
	
	
	#infoArea li span.contactForm, 
	#infoArea li span.contactForm a {
		width:202px;
		height:35px;
		display:block;
	}
	#infoArea li span.contactForm	{ background:url("./../common/info_img/form_on.gif") no-repeat left top; margin-left:13px; padding-bottom:13px; }
	#infoArea li span.contactForm a	{ background:url("./../common/info_img/form_off.gif") no-repeat left top; }
	
	
	#infoArea li span.supplyMall, 
	#infoArea li span.supplyMall a {
		width:202px;
		height:25px;
		display:block;
	}
	#infoArea li span.supplyMall	{ background:url("./../common/info_img/supply_mall_on.gif") no-repeat left top; margin:12px 0px 0px 13px;  }
	#infoArea li span.supplyMall a	{ background:url("./../common/info_img/supply_mall_off.gif") no-repeat left top; }
	
	#infoArea li span.MutohShop, 
	#infoArea li span.MutohShop a {
		width:202px;
		height:45px;
		display:block;
	}
	#infoArea li span.MutohShop	{ background:url("./../common/info_img/mutohshop_on.jpg") no-repeat left top; margin:12px 0px 0px 13px;  }
	#infoArea li span.MutohShop a	{ background:url("./../common/info_img/mutohshop_off.jpg") no-repeat left top; }
	
	#infoArea p a:hover, 
	#infoArea li span a:hover		{ background:none; }
	

/*-------------------------------------------------------------
 *
 *				トップページの製品プルダウンメニュー
 *
 *-------------------------------------------------------------*/
	#topProMenu {
		width:680px;
		height:330px;
		margin-bottom:8px;
	}
	
	#topProMenu ul {
		z-index:100;
	}
	
	#topProMenu li {
		width:336px;
		height:96px;
		position:relative;
	}
	
	#topProMenu li a {
		position:relative;
		z-index:100;
		width:336px;
		height:96px;
		display:block;
	}
	
	#topProMenu li.proPrinter{
  background:url("./../images/top_menu/top_vj_off.jpg") no-repeat left top; 
  padding:0px 8px 8px 0px;
  z-index:6;
}
	#topProMenu li.proPrinter:hover	{
  background:url("./../images/top_menu/top_vj_on.jpg") no-repeat left top; 
}

	#topProMenu li.proScanner{
  background:url("./../images/top_menu/top_rj_off.jpg") no-repeat left top;
  padding-bottom:8px;
  z-index:5;
}
	#topProMenu li.proScanner:hover{
  background:url("./../images/top_menu/top_rj_on.jpg") no-repeat left top;
}

	#topProMenu li.proPlotter{
  background:url("./../images/top_menu/top_vc_off.jpg") no-repeat left top; 
  padding:0px 8px 8px 0px; 
  z-index:4;
}
	#topProMenu li.proPlotter:hover{
  background:url("./../images/top_menu/top_vc_on.jpg") no-repeat left top;
}

	#topProMenu li.pro3D{
  background:url("./../images/top_menu/top_3d_off.jpg") no-repeat left top;  
  padding-bottom:8px; 
		z-index:3;
}
	#topProMenu li.pro3D:hover{
  background:url("./../images/top_menu/top_3d_on.jpg") no-repeat left top;
}	
	#topProMenu li.proCad{
  background:url("./../images/top_menu/top_cad_off.jpg") no-repeat left top; 
  padding:0px 8px 8px 0px; 
  z-index:2;
}
	#topProMenu li.proCad:hover{
  background:url("./../images/top_menu/top_cad_on.jpg") no-repeat left top;
}

	#topProMenu li.proDraf{
  background:url("./../images/top_menu/top_draf_off.jpg") no-repeat left top;
  padding:0px 0 8px 0px; 
  z-index:1;
}
	#topProMenu li.proDraf:hover{
  background:url("./../images/top_menu/top_draf_on.jpg") no-repeat left top;
}

	#topProMenu li.proEncoder{
  background:url("./../images/top_menu/top_encoder_off.jpg") no-repeat left top;
  z-index:1;
  padding:0px 8px 8px 0px;
}
	#topProMenu li.proEncoder:hover{
  background:url("./../images/top_menu/top_encoder_on.jpg") no-repeat left top;
}

	#topProMenu li.proLed{
  background:url("./../images/top_menu/top_led_off.jpg") no-repeat left top;
  z-index:1;
  padding:0px 0 8px 0px;
}
	#topProMenu li.proLed:hover{
  background:url("./../images/top_menu/top_led_on.jpg") no-repeat left top;
}
	
	#topProMenu li.proOffice{
  background:url("./../images/top_menu/top_office_off.jpg") no-repeat left top;
  z-index:1;
  /* padding:0px 0 20px 0px; */
  padding: 0px 8px 8px 0px;
}
	#topProMenu li.proOffice:hover{
  background:url("./../images/top_menu/top_office_on.jpg") no-repeat left top;
}

#topProMenu li.proAppliedOptics{
	background:url("./../images/top_menu/top_AppliedOptics_off.jpg") no-repeat left top;
	z-index:1;
	padding:0px 0 8px 0px;
  }
	  #topProMenu li.proAppliedOptics:hover{
	background:url("./../images/top_menu/top_AppliedOptics_on.jpg") no-repeat left top;
  }
		
	
	#topProMenu ul li ul {
		display:none;
		position:absolute;
	}
	
	#topProMenu li ul li {
		position:static;
		width:336px;
		height:42px;
		line-height:0;
		font-size:0;
		vertical-align:bottom;
		_zoom:1;
	}
	
	#topProMenu li ul li a {
		display:block;
		width:336px;
		height:42px;
		width:auto !important;
		zoom:1;
	}

	#topProMenu .proPrinter ul li,#topProMenu .proPrinter ul li a, 
	#topProMenu .proOffice ul li, #topProMenu .proOffice ul li a {
		height: 27px;
	}

	#topProMenu .scanner04 {
		height:56px;
	}

	#topProMenu .scanner04 a {
		height:56px;
	}

	#topProMenu li.printer01		{ background:url("./../images/top_menu/vj_01_on.gif") no-repeat left top; }
	#topProMenu li.printer01 a		{ background:url("./../images/top_menu/vj_01_off.gif") no-repeat left top; }
	#topProMenu li.printer02		{ background:url("./../images/top_menu/vj_02_on.gif") no-repeat left top; }
	#topProMenu li.printer02 a		{ background:url("./../images/top_menu/vj_02_off.gif") no-repeat left top; }
	#topProMenu li.printer03		{ background:url("./../images/top_menu/vj_03_on.gif") no-repeat left top; }
	#topProMenu li.printer03 a		{ background:url("./../images/top_menu/vj_03_off.gif") no-repeat left top; }
	#topProMenu li.printer04		{ background:url("./../images/top_menu/vj_04_on.gif") no-repeat left top; }
	#topProMenu li.printer04 a		{ background:url("./../images/top_menu/vj_04_off.gif") no-repeat left top; }
	#topProMenu li.printer05		{ background:url("./../images/top_menu/vj_05_on.gif") no-repeat left top; }
	#topProMenu li.printer05 a		{ background:url("./../images/top_menu/vj_05_off.gif") no-repeat left top; }
	#topProMenu li.printer06		{ background:url("./../images/top_menu/vj_06_on.gif") no-repeat left top; }
	#topProMenu li.printer06 a		{ background:url("./../images/top_menu/vj_06_off.gif") no-repeat left top; }
	#topProMenu li.printer08		{ background:url("./../images/top_menu/vj_08_on.gif") no-repeat left top; }
	#topProMenu li.printer08 a		{ background:url("./../images/top_menu/vj_08_off.gif") no-repeat left top; }
	#topProMenu li.printer09		{ background:url("./../images/top_menu/vj_09_on.gif") no-repeat left top; }
	#topProMenu li.printer09 a		{ background:url("./../images/top_menu/vj_09_off.gif") no-repeat left top; }
	#topProMenu li.printer10		{ background:url("./../images/top_menu/vj_10_on.gif") no-repeat left top; }
	#topProMenu li.printer10 a		{ background:url("./../images/top_menu/vj_10_off.gif") no-repeat left top; }
	#topProMenu li.printer11		{ background:url("./../images/top_menu/vj_11_on.gif") no-repeat left top; }
	#topProMenu li.printer11 a		{ background:url("./../images/top_menu/vj_11_off.gif") no-repeat left top; }
	#topProMenu li.printer12		{ background:url("./../images/top_menu/vj_12_on.gif") no-repeat left top; }
	#topProMenu li.printer12 a		{ background:url("./../images/top_menu/vj_12_off.gif") no-repeat left top; }
	#topProMenu li.printer13		{ background:url("./../images/top_menu/vj_13_on.gif") no-repeat left top; }
	#topProMenu li.printer13 a		{ background:url("./../images/top_menu/vj_13_off.gif") no-repeat left top; }
	#topProMenu li.printer14		{ background:url("./../images/top_menu/vj_14_on.gif") no-repeat left top; }
	#topProMenu li.printer14 a		{ background:url("./../images/top_menu/vj_14_off.gif") no-repeat left top; }
	#topProMenu li.printer15		{ background:url("./../images/top_menu/vj_15_on.gif") no-repeat left top; }
	#topProMenu li.printer15 a		{ background:url("./../images/top_menu/vj_15_off.gif") no-repeat left top; }
	#topProMenu li.printer16		{ background:url("./../images/top_menu/vj_16_on.gif") no-repeat left top; }
	#topProMenu li.printer16 a		{ background:url("./../images/top_menu/vj_16_off.gif") no-repeat left top; }
	#topProMenu li.printer17		{ background:url("./../images/top_menu/vj_17_on.gif") no-repeat left top; }
	#topProMenu li.printer17 a		{ background:url("./../images/top_menu/vj_17_off.gif") no-repeat left top; }
	#topProMenu li.printer19		{ background:url("./../images/top_menu/vj_19_on.gif") no-repeat left top; }
	#topProMenu li.printer19 a		{ background:url("./../images/top_menu/vj_19_off.gif") no-repeat left top; }
	#topProMenu li.printer20		{ background:url("./../images/top_menu/vj_20_on.gif") no-repeat left top; }
	#topProMenu li.printer20 a		{ background:url("./../images/top_menu/vj_20_off.gif") no-repeat left top; }
	#topProMenu li.printer21		{ background:url("./../images/top_menu/vj_21_on.gif") no-repeat left top; }
	#topProMenu li.printer21 a		{ background:url("./../images/top_menu/vj_21_off.gif") no-repeat left top; }
	#topProMenu li.printer22		{ background:url("./../images/top_menu/vj_22_on.gif") no-repeat left top; }
	#topProMenu li.printer22 a		{ background:url("./../images/top_menu/vj_22_off.gif") no-repeat left top; }
	#topProMenu li.printer23		{ background:url("./../images/top_menu/vj_23_on.gif") no-repeat left top; }
	#topProMenu li.printer23 a		{ background:url("./../images/top_menu/vj_23_off.gif") no-repeat left top; }
	#topProMenu li.printer24		{ background:url("./../images/top_menu/vj_24_on.gif") no-repeat left top; }
	#topProMenu li.printer24 a		{ background:url("./../images/top_menu/vj_24_off.gif") no-repeat left top; }
	#topProMenu li.printer25		{ background:url("./../images/top_menu/vj_25_on.gif") no-repeat left top; }
	#topProMenu li.printer25 a		{ background:url("./../images/top_menu/vj_25_off.gif") no-repeat left top; }
    #topProMenu li.printer26		{ background:url("./../images/top_menu/vj_26_on.gif") no-repeat left top; }
	#topProMenu li.printer26 a		{ background:url("./../images/top_menu/vj_26_off.gif") no-repeat left top; }
    #topProMenu li.printer27		{ background:url("./../images/top_menu/vj_27_on.gif") no-repeat left top; }
	#topProMenu li.printer27 a		{ background:url("./../images/top_menu/vj_27_off.gif") no-repeat left top; }

    #topProMenu li.printerAQUAFUZEink 	{ background:url("./../images/top_menu/AQUAFUZEink_on.gif") no-repeat left top; }
	#topProMenu li.printerAQUAFUZEink a { background:url("./../images/top_menu/AQUAFUZEink_off.gif") no-repeat left top; }
	#topProMenu li.printerSignDisplay 	{ background:url("./../images/top_menu/vj_SignDisplay_on.gif") no-repeat left top; }
	#topProMenu li.printerSignDisplay a { background:url("./../images/top_menu/vj_SignDisplay_off.gif") no-repeat left top; }
	#topProMenu li.printerUVink 		{ background:url("./../images/top_menu/vj_UVink_on.gif") no-repeat left top; }
	#topProMenu li.printerUVink a 		{ background:url("./../images/top_menu/vj_UVink_off.gif") no-repeat left top; }
	#topProMenu li.printerMPink 		{ background:url("./../images/top_menu/vj_MPink_on.gif") no-repeat left top; }
	#topProMenu li.printerMPink a 		{ background:url("./../images/top_menu/vj_MPink_off.gif") no-repeat left top; }
	#topProMenu li.printerProof 		{ background:url("./../images/top_menu/vj_Proof_on.gif") no-repeat left top; }
	#topProMenu li.printerProof a 		{ background:url("./../images/top_menu/vj_Proof_off.gif") no-repeat left top; }
	#topProMenu li.printerSoftsign 		{ background:url("./../images/top_menu/vj_Softsign_on.gif") no-repeat left top; }
	#topProMenu li.printerSoftsign a 	{ background:url("./../images/top_menu/vj_Softsign_off.gif") no-repeat left top; }
	#topProMenu li.printerTextile 		{ background:url("./../images/top_menu/vj_Textile_on.gif") no-repeat left top; }
	#topProMenu li.printerTextile a 	{ background:url("./../images/top_menu/vj_Textile_off.gif") no-repeat left top; }
	#topProMenu li.printerRIP 			{ background:url("./../images/top_menu/vj_RIP_on.gif") no-repeat left top; }
	#topProMenu li.printerRIP a 		{ background:url("./../images/top_menu/vj_RIP_off.gif") no-repeat left top; }

		
	#topProMenu li.scanner01		{ background:url("./../images/top_menu/rj_01_on.gif") no-repeat left top; }
	#topProMenu li.scanner01 a		{ background:url("./../images/top_menu/rj_01_off.gif") no-repeat left top; }
/*	#topProMenu li.scanner02		{ background:url("./../images/top_menu/rj_02_on.gif") no-repeat left top; }
	#topProMenu li.scanner02 a		{ background:url("./../images/top_menu/rj_02_off.gif") no-repeat left top; }*/
	#topProMenu li.scanner03		{ background:url("./../images/top_menu/rj_03_on.gif") no-repeat left top; }
	#topProMenu li.scanner03 a		{ background:url("./../images/top_menu/rj_03_off.gif") no-repeat left top; }
	#topProMenu li.scanner04		{ background:url("./../images/top_menu/rj_04_on.gif") no-repeat left top; }
	#topProMenu li.scanner04 a		{ background:url("./../images/top_menu/rj_04_off.gif") no-repeat left top; }
	
	#topProMenu li.plotter01		{ background:url("./../images/top_menu/vc_01_on.gif") no-repeat left top; }
	#topProMenu li.plotter01 a		{ background:url("./../images/top_menu/vc_01_off.gif") no-repeat left top; }
	#topProMenu li.plotter02		{ background:url("./../images/top_menu/vc_02_on.gif") no-repeat left top; }
	#topProMenu li.plotter02 a		{ background:url("./../images/top_menu/vc_02_off.gif") no-repeat left top; }
	#topProMenu li.plotter03		{ background:url("./../images/top_menu/vc_03_on.gif") no-repeat left top; }
	#topProMenu li.plotter03 a		{ background:url("./../images/top_menu/vc_03_off.gif") no-repeat left top; }
	
	#topProMenu li.dprinter01		{ background:url("./../images/top_menu/3d_01_on.gif") no-repeat left top; }
	#topProMenu li.dprinter01 a		{ background:url("./../images/top_menu/3d_01_off.gif") no-repeat left top; }
	#topProMenu li.dprinter02		{ background:url("./../images/top_menu/3d_02_on.gif") no-repeat left top; }
	#topProMenu li.dprinter02 a		{ background:url("./../images/top_menu/3d_02_off.gif") no-repeat left top; }
	#topProMenu li.dprinter03		{ background:url("./../images/top_menu/3d_03_on.gif") no-repeat left top; }
	#topProMenu li.dprinter03 a		{ background:url("./../images/top_menu/3d_03_off.gif") no-repeat left top; }
	#topProMenu li.dprinter04		{ background:url("./../images/top_menu/3d_04_on.gif") no-repeat left top; }
	#topProMenu li.dprinter04 a		{ background:url("./../images/top_menu/3d_04_off.gif") no-repeat left top; }
	#topProMenu li.dprinter05		{ background:url("./../images/top_menu/3d_05_on.gif") no-repeat left top; }
	#topProMenu li.dprinter05 a		{ background:url("./../images/top_menu/3d_05_off.gif") no-repeat left top; }
	#topProMenu li.dprinter06		{ background:url("./../images/top_menu/3d_06_on.gif") no-repeat left top; }
	#topProMenu li.dprinter06 a		{ background:url("./../images/top_menu/3d_06_off.gif") no-repeat left top; }
	#topProMenu li.dprinter07		{ background:url("./../images/top_menu/3d_07_on.gif") no-repeat left top; }
	#topProMenu li.dprinter07 a		{ background:url("./../images/top_menu/3d_07_off.gif") no-repeat left top; }
	#topProMenu li.dprinter08		{ background:url("./../images/top_menu/3d_08_on.gif") no-repeat left top; }
	#topProMenu li.dprinter08 a		{ background:url("./../images/top_menu/3d_08_off.gif") no-repeat left top; }
	#topProMenu li.dprinter09		{ background:url("./../images/top_menu/3d_09_on.gif") no-repeat left top; }
	#topProMenu li.dprinter09 a		{ background:url("./../images/top_menu/3d_09_off.gif") no-repeat left top; }
	#topProMenu li.dprinter10		{ background:url("./../images/top_menu/3d_10_on.gif") no-repeat left top; }
	#topProMenu li.dprinter10 a		{ background:url("./../images/top_menu/3d_10_off.gif") no-repeat left top; }
	#topProMenu li.dprinter11		{ background:url("./../images/top_menu/3d_11_on.gif") no-repeat left top; }
	#topProMenu li.dprinter11 a		{ background:url("./../images/top_menu/3d_11_off.gif") no-repeat left top; }
	
	#topProMenu li a:hover {
		background:none;
	}


/*-------------------------------------------------------------
 *
 *					サブメニュー（プルダウン）
 *
 *-------------------------------------------------------------*/
	#subMenu {
		width:230px;
		margin-bottom:20px;
	}
	
	#subMenu ul {
		z-index:100;
	}
	
	#subMenu li {
		width:230px;
		line-height:0;
		font-size:0;
		vertical-align:bottom;
		margin-bottom:6px;
		position:relative;
	}
	
	#subMenu li a {
		position:relative;
		z-index:100;
		width:230px;
		height:74px;
		display:block;
	}
	
	/*		製品のプルダウンメニュー		*/
		#subMenu li.subPrinter	{ background:url("./../products/images/sub_menu/sub_printer_off.gif") no-repeat left top;	z-index:8; }
		#subMenu li.subPrinter:hover		{ background:url("./../products/images/sub_menu/sub_printer_on.gif") no-repeat left top; }
		#subMenu li.subPlotter	{ background:url("./../products/images/sub_menu/sub_plotter_off.gif") no-repeat left top; z-index:7; }
		#subMenu li.subPlotter:hover		{ background:url("./../products/images/sub_menu/sub_plotter_on.gif") no-repeat left top; }
		#subMenu li.subScanner	{ background:url("./../products/images/sub_menu/sub_scanner_off.gif") no-repeat left top; z-index:6; }
		#subMenu li.subScanner:hover		{ background:url("./../products/images/sub_menu/sub_scanner_on.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter	{ background:url("./../products/images/sub_menu/sub_3dprinter_off.gif") no-repeat left top; z-index:5; }
		#subMenu li.sub3dPrinter:hover		{ background:url("./../products/images/sub_menu/sub_3dprinter_on.gif") no-repeat left top; }
		#subMenu li.subCad	{ background:url("./../products/images/sub_menu/sub_cad_off.gif") no-repeat left top; z-index:4; }
		#subMenu li.subCad:hover			{ background:url("./../products/images/sub_menu/sub_cad_on.gif") no-repeat left top; }
		#subMenu li.subDraf					{ background:url("./../products/images/sub_menu/sub_draf_off.gif") no-repeat left top; z-index:3; }
		#subMenu li.subDraf:hover			{ background:url("./../products/images/sub_menu/sub_draf_on.gif") no-repeat left top; }
		#subMenu li.subEncoder{ background:url("./../products/images/sub_menu/sub_encoder_off.gif") no-repeat left top; z-index:2;  }
		#subMenu li.subEncoder:hover			{ background:url("./../products/images/sub_menu/sub_encoder_on.gif") no-repeat left top; }
		#subMenu li.subLed{ background:url("./../products/images/sub_menu/sub_led_off.gif") no-repeat left top; z-index:1;  }
		#subMenu li.subLed:hover			{ background:url("./../products/images/sub_menu/sub_led_on.gif") no-repeat left top; }
		#subMenu li.subOffice{ background:url("./../products/images/sub_menu/sub_office_off.gif") no-repeat left top; z-index:2;  }
		#subMenu li.subOffice:hover			{ background:url("./../products/images/sub_menu/sub_office_on.gif") no-repeat left top; }
		#subMenu li.subAppliedOptics		{ background:url("./../products/images/sub_menu/sub_AppliedOptics_off.gif") no-repeat left top; z-index:2;  }
		#subMenu li.subAppliedOptics:hover	{ background:url("./../products/images/sub_menu/sub_AppliedOptics_on.gif") no-repeat left top; }
		
		
		#subMenu ul li ul {
			display:none;
			position:absolute;
		}
		
		#subMenu li ul li {
			position:static;
			margin:0px;
			width:230px;
			height:39px;
			line-height:0;
			font-size:0;
			vertical-align:bottom;
			_zoom:1;
		}
		
		#subMenu li ul li a {
			width:230px;
			height:39px;
			display:block;
			margin:0px;
			width:auto !important;
			zoom:1;
		}

		#subMenu .subPrinter li,#subMenu .subPrinter li a, 
		#subMenu .subOffice li, #subMenu .subOffice li a {
			height: 27px;
		}
		
		#subMenu li.subScanner04, 
		#subMenu li.subScanner04 a {
			height:68px;
		}
		
		#subMenu li.subPrinter01		{ background:url("./../products/images/sub_menu/sub_printer_01_on.gif") no-repeat left top; }
		#subMenu li.subPrinter01 a		{ background:url("./../products/images/sub_menu/sub_printer_01_off.gif") no-repeat left top; }
		#subMenu li.subPrinter02		{ background:url("./../products/images/sub_menu/sub_printer_02_on.gif") no-repeat left top; }
		#subMenu li.subPrinter02 a		{ background:url("./../products/images/sub_menu/sub_printer_02_off.gif") no-repeat left top; }
		#subMenu li.subPrinter03		{ background:url("./../products/images/sub_menu/sub_printer_03_on.gif") no-repeat left top; }
		#subMenu li.subPrinter03 a		{ background:url("./../products/images/sub_menu/sub_printer_03_off.gif") no-repeat left top; }
		#subMenu li.subPrinter04		{ background:url("./../products/images/sub_menu/sub_printer_04_on.gif") no-repeat left top; }
		#subMenu li.subPrinter04 a		{ background:url("./../products/images/sub_menu/sub_printer_04_off.gif") no-repeat left top; }
		#subMenu li.subPrinter05		{ background:url("./../products/images/sub_menu/sub_printer_05_on.gif") no-repeat left top; }
		#subMenu li.subPrinter05 a		{ background:url("./../products/images/sub_menu/sub_printer_05_off.gif") no-repeat left top; }
		#subMenu li.subPrinter06		{ background:url("./../products/images/sub_menu/sub_printer_06_on.gif") no-repeat left top; }
		#subMenu li.subPrinter06 a		{ background:url("./../products/images/sub_menu/sub_printer_06_off.gif") no-repeat left top; }
		
		#subMenu li.subPrinter08		{ background:url("./../products/images/sub_menu/sub_printer_08_on.gif") no-repeat left top; }
		#subMenu li.subPrinter08 a		{ background:url("./../products/images/sub_menu/sub_printer_08_off.gif") no-repeat left top; }
		#subMenu li.subPrinter09		{ background:url("./../products/images/sub_menu/sub_printer_09_on.gif") no-repeat left top; }
		#subMenu li.subPrinter09 a		{ background:url("./../products/images/sub_menu/sub_printer_09_off.gif") no-repeat left top; }
		#subMenu li.subPrinter10		{ background:url("./../products/images/sub_menu/sub_printer_10_on.gif") no-repeat left top; }
		#subMenu li.subPrinter10 a		{ background:url("./../products/images/sub_menu/sub_printer_10_off.gif") no-repeat left top; }
		#subMenu li.subPrinter11		{ background:url("./../products/images/sub_menu/sub_printer_11_on.gif") no-repeat left top; }
		#subMenu li.subPrinter11 a		{ background:url("./../products/images/sub_menu/sub_printer_11_off.gif") no-repeat left top; }
		#subMenu li.subPrinter12		{ background:url("./../products/images/sub_menu/sub_printer_12_on.gif") no-repeat left top; }
		#subMenu li.subPrinter12 a		{ background:url("./../products/images/sub_menu/sub_printer_12_off.gif") no-repeat left top; }
		#subMenu li.subPrinter13		{ background:url("./../products/images/sub_menu/sub_printer_13_on.gif") no-repeat left top; }
		#subMenu li.subPrinter13 a		{ background:url("./../products/images/sub_menu/sub_printer_13_off.gif") no-repeat left top; }
		#subMenu li.subPrinter14		{ background:url("./../products/images/sub_menu/sub_printer_14_on.gif") no-repeat left top; }
		#subMenu li.subPrinter14 a		{ background:url("./../products/images/sub_menu/sub_printer_14_off.gif") no-repeat left top; }
		#subMenu li.subPrinter15		{ background:url("./../products/images/sub_menu/sub_printer_15_on.gif") no-repeat left top; }
		#subMenu li.subPrinter15 a		{ background:url("./../products/images/sub_menu/sub_printer_15_off.gif") no-repeat left top; }
		#subMenu li.subPrinter16		{ background:url("./../products/images/sub_menu/sub_printer_16_on.gif") no-repeat left top; }
		#subMenu li.subPrinter16 a		{ background:url("./../products/images/sub_menu/sub_printer_16_off.gif") no-repeat left top; }
		#subMenu li.subPrinter17		{ background:url("./../products/images/sub_menu/sub_printer_17_on.gif") no-repeat left top; }
		#subMenu li.subPrinter17 a		{ background:url("./../products/images/sub_menu/sub_printer_17_off.gif") no-repeat left top; }
		#subMenu li.subPrinter19		{ background:url("./../products/images/sub_menu/sub_printer_19_on.gif") no-repeat left top; }
		#subMenu li.subPrinter19 a		{ background:url("./../products/images/sub_menu/sub_printer_19_off.gif") no-repeat left top; }
		#subMenu li.subPrinter20		{ background:url("./../products/images/sub_menu/sub_printer_20_on.gif") no-repeat left top; }
		#subMenu li.subPrinter20 a		{ background:url("./../products/images/sub_menu/sub_printer_20_off.gif") no-repeat left top; }
		#subMenu li.subPrinter21		{ background:url("./../products/images/sub_menu/sub_printer_21_on.gif") no-repeat left top; }
		#subMenu li.subPrinter21 a		{ background:url("./../products/images/sub_menu/sub_printer_21_off.gif") no-repeat left top; }
		#subMenu li.subPrinter22		{ background:url("./../products/images/sub_menu/sub_printer_22_on.gif") no-repeat left top; }
		#subMenu li.subPrinter22 a		{ background:url("./../products/images/sub_menu/sub_printer_22_off.gif") no-repeat left top; }
		#subMenu li.subPrinter23		{ background:url("./../products/images/sub_menu/sub_printer_23_on.gif") no-repeat left top; }
		#subMenu li.subPrinter23 a		{ background:url("./../products/images/sub_menu/sub_printer_23_off.gif") no-repeat left top; }
		#subMenu li.subPrinter24		{ background:url("./../products/images/sub_menu/sub_printer_24_on.gif") no-repeat left top; }
		#subMenu li.subPrinter24 a		{ background:url("./../products/images/sub_menu/sub_printer_24_off.gif") no-repeat left top; }
		#subMenu li.subPrinter25		{ background:url("./../products/images/sub_menu/sub_printer_25_on.gif") no-repeat left top; }
		#subMenu li.subPrinter25 a		{ background:url("./../products/images/sub_menu/sub_printer_25_off.gif") no-repeat left top; }
        #subMenu li.subPrinter26		{ background:url("./../products/images/sub_menu/sub_printer_26_on.gif") no-repeat left top; }
		#subMenu li.subPrinter26 a		{ background:url("./../products/images/sub_menu/sub_printer_26_off.gif") no-repeat left top; }
        #subMenu li.subPrinter27		{ background:url("./../products/images/sub_menu/sub_printer_27_on.gif") no-repeat left top; }
		#subMenu li.subPrinter27 a		{ background:url("./../products/images/sub_menu/sub_printer_27_off.gif") no-repeat left top; }

        #subMenu li.subPrinterAQUAFUZEink		{ background:url("./../products/images/sub_menu/sub_AQUAFUZEink_on.gif") no-repeat left top; }
		#subMenu li.subPrinterAQUAFUZEink a 	{ background:url("./../products/images/sub_menu/sub_AQUAFUZEink_off.gif") no-repeat left top; }
		#subMenu li.subPrinterSignDisplay		{ background:url("./../products/images/sub_menu/sub_printer_SignDisplay_on.gif") no-repeat left top; }
		#subMenu li.subPrinterSignDisplay a 	{ background:url("./../products/images/sub_menu/sub_printer_SignDisplay_off.gif") no-repeat left top; }
		#subMenu li.subPrinterUVink 			{ background:url("./../products/images/sub_menu/sub_printer_UVink_on.gif") no-repeat left top; }
		#subMenu li.subPrinterUVink a 			{ background:url("./../products/images/sub_menu/sub_printer_UVink_off.gif") no-repeat left top; }
		#subMenu li.subPrinterMPink 			{ background:url("./../products/images/sub_menu/sub_printer_MPink_on.gif") no-repeat left top; }
		#subMenu li.subPrinterMPink a 			{ background:url("./../products/images/sub_menu/sub_printer_MPink_off.gif") no-repeat left top; }
		#subMenu li.subPrinterProof 			{ background:url("./../products/images/sub_menu/sub_printer_Proof_on.gif") no-repeat left top; }
		#subMenu li.subPrinterProof a 			{ background:url("./../products/images/sub_menu/sub_printer_Proof_off.gif") no-repeat left top; }
		#subMenu li.subPrinterSoftsign 			{ background:url("./../products/images/sub_menu/sub_printer_Softsign_on.gif") no-repeat left top; }
		#subMenu li.subPrinterSoftsign a 		{ background:url("./../products/images/sub_menu/sub_printer_Softsign_off.gif") no-repeat left top; }
		#subMenu li.subPrinterTextile 			{ background:url("./../products/images/sub_menu/sub_printer_Textile_on.gif") no-repeat left top; }
		#subMenu li.subPrinterTextile a 		{ background:url("./../products/images/sub_menu/sub_printer_Textile_off.gif") no-repeat left top; }
		#subMenu li.subPrinterRIP 				{ background:url("./../products/images/sub_menu/sub_printer_RIP_on.gif") no-repeat left top; }
		#subMenu li.subPrinterRIP a 			{ background:url("./../products/images/sub_menu/sub_printer_RIP_off.gif") no-repeat left top; }

				
		#subMenu li.subPlotter01		{ background:url("./../products/images/sub_menu/sub_plotter_01_on.gif") no-repeat left top; }
		#subMenu li.subPlotter01 a		{ background:url("./../products/images/sub_menu/sub_plotter_01_off.gif") no-repeat left top; }
		#subMenu li.subPlotter02		{ background:url("./../products/images/sub_menu/sub_plotter_02_on.gif") no-repeat left top; }
		#subMenu li.subPlotter02 a		{ background:url("./../products/images/sub_menu/sub_plotter_02_off.gif") no-repeat left top; }
		#subMenu li.subPlotter03		{ background:url("./../products/images/sub_menu/sub_plotter_03_on.gif") no-repeat left top; }
		#subMenu li.subPlotter03 a		{ background:url("./../products/images/sub_menu/sub_plotter_03_off.gif") no-repeat left top; }
		
		#subMenu li.subScanner01		{ background:url("./../products/images/sub_menu/sub_scanner_01_on.gif") no-repeat left top; }
		#subMenu li.subScanner01 a		{ background:url("./../products/images/sub_menu/sub_scanner_01_off.gif") no-repeat left top; }
/*		#subMenu li.subScanner02		{ background:url("./../products/images/sub_menu/sub_scanner_02_on.gif") no-repeat left top; }
		#subMenu li.subScanner02 a		{ background:url("./../products/images/sub_menu/sub_scanner_02_off.gif") no-repeat left top; }*/
		#subMenu li.subScanner03		{ background:url("./../products/images/sub_menu/sub_scanner_03_on.gif") no-repeat left top; }
		#subMenu li.subScanner03 a		{ background:url("./../products/images/sub_menu/sub_scanner_03_off.gif") no-repeat left top; }
		#subMenu li.subScanner04		{ background:url("./../products/images/sub_menu/sub_scanner_04_on.gif") no-repeat left top; }
		#subMenu li.subScanner04 a		{ background:url("./../products/images/sub_menu/sub_scanner_04_off.gif") no-repeat left top; }
		
		#subMenu li.sub3dPrinter01		{ background:url("./../products/images/sub_menu/sub_3dprinter_01_on.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter01 a	{ background:url("./../products/images/sub_menu/sub_3dprinter_01_off.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter02		{ background:url("./../products/images/sub_menu/sub_3dprinter_02_on.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter02 a	{ background:url("./../products/images/sub_menu/sub_3dprinter_02_off.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter03		{ background:url("./../products/images/sub_menu/sub_3dprinter_03_on.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter03 a	{ background:url("./../products/images/sub_menu/sub_3dprinter_03_off.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter04		{ background:url("./../products/images/sub_menu/sub_3dprinter_04_on.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter04 a	{ background:url("./../products/images/sub_menu/sub_3dprinter_04_off.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter05		{ background:url("./../products/images/sub_menu/sub_3dprinter_05_on.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter05 a	{ background:url("./../products/images/sub_menu/sub_3dprinter_05_off.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter06		{ background:url("./../products/images/sub_menu/sub_3dprinter_06_on.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter06 a	{ background:url("./../products/images/sub_menu/sub_3dprinter_06_off.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter07		{ background:url("./../products/images/sub_menu/sub_3dprinter_07_on.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter07 a	{ background:url("./../products/images/sub_menu/sub_3dprinter_07_off.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter08		{ background:url("./../products/images/sub_menu/sub_3dprinter_08_on.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter08 a	{ background:url("./../products/images/sub_menu/sub_3dprinter_08_off.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter09		{ background:url("./../products/images/sub_menu/sub_3dprinter_09_on.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter09 a	{ background:url("./../products/images/sub_menu/sub_3dprinter_09_off.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter10		{ background:url("./../products/images/sub_menu/sub_3dprinter_10_on.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter10 a	{ background:url("./../products/images/sub_menu/sub_3dprinter_10_off.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter11		{ background:url("./../products/images/sub_menu/sub_3dprinter_11_on.gif") no-repeat left top; }
		#subMenu li.sub3dPrinter11 a	{ background:url("./../products/images/sub_menu/sub_3dprinter_11_off.gif") no-repeat left top; }
		
		#subMenu li.subDraf01			{ background:url("./../products/images/sub_menu/sub_draf_01_on.gif") no-repeat left top; }
		#subMenu li.subDraf01 a			{ background:url("./../products/images/sub_menu/sub_draf_01_off.gif") no-repeat left top; }
		#subMenu li.subDraf02			{ background:url("./../products/images/sub_menu/sub_draf_02_on.gif") no-repeat left top; }
		#subMenu li.subDraf02 a			{ background:url("./../products/images/sub_menu/sub_draf_02_off.gif") no-repeat left top; }
		#subMenu li.subDraf03			{ background:url("./../products/images/sub_menu/sub_draf_03_on.gif") no-repeat left top; }
		#subMenu li.subDraf03 a			{ background:url("./../products/images/sub_menu/sub_draf_03_off.gif") no-repeat left top; }
		
	/*		それ以外のメニュー		*/
		#subMenu ul.subCorp li, 
		#subMenu ul.subCorp li a		{ height:24px; margin-bottom:0px; }
		#subMenu ul.subCorp li.subMenuTitle		{ height:58px; }
		#subMenu li.corp01				{ background:url("./../corporate/images/sub_corp_01_on.gif") no-repeat left top; }
		#subMenu li.corp01 a			{ background:url("./../corporate/images/sub_corp_01_off.gif") no-repeat left top; }
		#subMenu li.corp02				{ background:url("./../corporate/images/sub_corp_02_on.gif") no-repeat left top; }
		#subMenu li.corp02 a			{ background:url("./../corporate/images/sub_corp_02_off.gif") no-repeat left top; }
		#subMenu li.corp03				{ background:url("./../corporate/images/sub_corp_03_on.gif") no-repeat left top; }
		#subMenu li.corp03 a			{ background:url("./../corporate/images/sub_corp_03_off.gif") no-repeat left top; }
		#subMenu li.corp04				{ background:url("./../corporate/images/sub_corp_04_on.gif") no-repeat left top; }
		#subMenu li.corp04 a			{ background:url("./../corporate/images/sub_corp_04_off.gif") no-repeat left top; }
		#subMenu li.corp05				{ background:url("./../corporate/images/sub_corp_05_on.gif") no-repeat left top; }
		#subMenu li.corp05 a			{ background:url("./../corporate/images/sub_corp_05_off.gif") no-repeat left top; }
		#subMenu li.corp06				{ background:url("./../corporate/images/sub_corp_06_on.gif") no-repeat left top; }
		#subMenu li.corp06 a			{ background:url("./../corporate/images/sub_corp_06_off.gif") no-repeat left top; }
	
	
	#subMenu li a:hover, 
	#subMenu li a.subMenuOn {
		background:none;
	}


/*-------------------------------------------------------------
 *
 *					製品トップのON/OFFリンク
 *
 *-------------------------------------------------------------*/
	#leftContents .proCategoryMenu {
		width:680px;
		font-size:0;
	}
	
	#leftContents .proCategoryMenu img.proTitleImg {
		margin-bottom:15px;
	}
	
	#leftContents .proCategoryMenu li {
		width:219px;
		height:190px;
		padding-right:11px;
		display:inline-block;
		/display:inline;
		/zoom:1;
	}
	
	#leftContents .proCategoryMenu li.pNone {
		padding:0px;
	}
	
	#leftContents .proCategoryMenu li a {
		width:220px;
		height:190px;
		display:block;
	}

	#inkjetPrinter.proCategoryMenu p {
		font-size:20px;
		font-weight:bold;
		line-height:30px;
	}
	
	#leftContents li.vj01			{ background:url("./../products/images/pro_top_menu/vj_01_on.jpg") no-repeat left top; }
	#leftContents li.vj01 a			{ background:url("./../products/images/pro_top_menu/vj_01_off.jpg") no-repeat left top; }
	#leftContents li.vj02			{ background:url("./../products/images/pro_top_menu/vj_02_on.jpg") no-repeat left top; }
	#leftContents li.vj02 a			{ background:url("./../products/images/pro_top_menu/vj_02_off.jpg") no-repeat left top; }
	#leftContents li.vj03			{ background:url("./../products/images/pro_top_menu/vj_03_on.jpg") no-repeat left top; }
	#leftContents li.vj03 a			{ background:url("./../products/images/pro_top_menu/vj_03_off.jpg") no-repeat left top; }
	#leftContents li.vj04			{ background:url("./../products/images/pro_top_menu/vj_04_on.jpg") no-repeat left top;  }
	#leftContents li.vj04 a			{ background:url("./../products/images/pro_top_menu/vj_04_off.jpg") no-repeat left top; }
	#leftContents li.vj05			{ background:url("./../products/images/pro_top_menu/vj_05_on.jpg") no-repeat left top; }
	#leftContents li.vj05 a			{ background:url("./../products/images/pro_top_menu/vj_05_off.jpg") no-repeat left top; }
	#leftContents li.vj06			{ background:url("./../products/images/pro_top_menu/vj_06_on.jpg") no-repeat left top; }
	#leftContents li.vj06 a			{ background:url("./../products/images/pro_top_menu/vj_06_off.jpg") no-repeat left top; }
	#leftContents li.vj07			{ background:url("./../products/images/pro_top_menu/vj_07_on.jpg") no-repeat left top; }
	#leftContents li.vj07 a			{ background:url("./../products/images/pro_top_menu/vj_07_off.jpg") no-repeat left top; }
	#leftContents li.vj08			{ background:url("./../products/images/pro_top_menu/vj_08_on.jpg") no-repeat left top; }
	#leftContents li.vj08 a			{ background:url("./../products/images/pro_top_menu/vj_08_off.jpg") no-repeat left top; }
	#leftContents li.vj09			{ background:url("./../products/images/pro_top_menu/vj_09_on.jpg") no-repeat left top; }
	#leftContents li.vj09 a			{ background:url("./../products/images/pro_top_menu/vj_09_off.jpg") no-repeat left top; }
	#leftContents li.vj10			{ background:url("./../products/images/pro_top_menu/vj_10_on.jpg") no-repeat left top; }
	#leftContents li.vj10 a			{ background:url("./../products/images/pro_top_menu/vj_10_off.jpg") no-repeat left top; }
	#leftContents li.vj11			{ background:url("./../products/images/pro_top_menu/vj_11_on.jpg") no-repeat left top; }
	#leftContents li.vj11 a			{ background:url("./../products/images/pro_top_menu/vj_11_off.jpg") no-repeat left top; }
	#leftContents li.vj12			{ background:url("./../products/images/pro_top_menu/vj_12_on.jpg") no-repeat left top; }
	#leftContents li.vj12 a			{ background:url("./../products/images/pro_top_menu/vj_12_off.jpg") no-repeat left top; }		
	#leftContents li.vj13			{ background:url("./../products/images/pro_top_menu/vj_13_on.jpg") no-repeat left top; }
	#leftContents li.vj13 a			{ background:url("./../products/images/pro_top_menu/vj_13_off.jpg") no-repeat left top; }		
	#leftContents li.vj14			{ background:url("./../products/images/pro_top_menu/vj_14_on.jpg") no-repeat left top; }
	#leftContents li.vj14 a			{ background:url("./../products/images/pro_top_menu/vj_14_off.jpg") no-repeat left top; }
	#leftContents li.vj15			{ background:url("./../products/images/pro_top_menu/vj_15_on.jpg") no-repeat left top; }
	#leftContents li.vj15 a			{ background:url("./../products/images/pro_top_menu/vj_15_off.jpg") no-repeat left top; }	
	#leftContents li.vj17			{ background:url("./../products/images/pro_top_menu/vj_17_on.jpg") no-repeat left top; }
	#leftContents li.vj17 a			{ background:url("./../products/images/pro_top_menu/vj_17_off.jpg") no-repeat left top; }	
	#leftContents li.vj18			{ background:url("./../products/images/pro_top_menu/vj_18_on.jpg") no-repeat left top; }
	#leftContents li.vj18 a			{ background:url("./../products/images/pro_top_menu/vj_18_off.jpg") no-repeat left top; }	
	#leftContents li.vj19			{ background:url("./../products/images/pro_top_menu/vj_19_on.jpg") no-repeat left top; }
	#leftContents li.vj19 a			{ background:url("./../products/images/pro_top_menu/vj_19_off.jpg") no-repeat left top; }
	#leftContents li.vj20			{ background:url("./../products/images/pro_top_menu/vj_20_on.jpg") no-repeat left top; }
	#leftContents li.vj20 a			{ background:url("./../products/images/pro_top_menu/vj_20_off.jpg") no-repeat left top; }
	#leftContents li.vj21			{ background:url("./../products/images/pro_top_menu/vj_21_on.jpg") no-repeat left top; }
	#leftContents li.vj21 a			{ background:url("./../products/images/pro_top_menu/vj_21_off.jpg") no-repeat left top; }
	#leftContents li.vj22			{ background:url("./../products/images/pro_top_menu/vj_22_on.jpg") no-repeat left top; }
	#leftContents li.vj22 a			{ background:url("./../products/images/pro_top_menu/vj_22_off.jpg") no-repeat left top; }
	#leftContents li.vj23			{ background:url("./../products/images/pro_top_menu/vj_23_on.jpg") no-repeat left top; }
	#leftContents li.vj23 a			{ background:url("./../products/images/pro_top_menu/vj_23_off.jpg") no-repeat left top; }
	#leftContents li.vj24			{ background:url("./../products/images/pro_top_menu/vj_24_on.jpg") no-repeat left top; }
	#leftContents li.vj24 a			{ background:url("./../products/images/pro_top_menu/vj_24_off.jpg") no-repeat left top; }
	#leftContents li.vj25			{ background:url("./../products/images/pro_top_menu/vj_25_on.jpg") no-repeat left top; }
	#leftContents li.vj25 a			{ background:url("./../products/images/pro_top_menu/vj_25_off.jpg") no-repeat left top; }
    #leftContents li.vj26			{ background:url("./../products/images/pro_top_menu/vj_26_on.jpg") no-repeat left top; }
	#leftContents li.vj26 a			{ background:url("./../products/images/pro_top_menu/vj_26_off.jpg") no-repeat left top; }
    #leftContents li.vj27			{ background:url("./../products/images/pro_top_menu/vj_27_on.jpg") no-repeat left top; }
	#leftContents li.vj27 a			{ background:url("./../products/images/pro_top_menu/vj_27_off.jpg") no-repeat left top; }

	#leftContents li.vc01			{ background:url("./../products/images/pro_top_menu/vc_01_on.jpg") no-repeat left top; }
	#leftContents li.vc01 a			{ background:url("./../products/images/pro_top_menu/vc_01_off.jpg") no-repeat left top; }
	#leftContents li.vc02			{ background:url("./../products/images/pro_top_menu/vc_02_on.jpg") no-repeat left top; }
	#leftContents li.vc02 a			{ background:url("./../products/images/pro_top_menu/vc_02_off.jpg") no-repeat left top; }
	#leftContents li.vc03			{ background:url("./../products/images/pro_top_menu/vc_03_on.jpg") no-repeat left top; }
	#leftContents li.vc03 a			{ background:url("./../products/images/pro_top_menu/vc_03_off.jpg") no-repeat left top; }
	
	#leftContents li.rj01			{ background:url("./../products/images/pro_top_menu/rj_01_on.jpg") no-repeat left top; }
	#leftContents li.rj01 a			{ background:url("./../products/images/pro_top_menu/rj_01_off.jpg") no-repeat left top; }
	#leftContents li.rj02			{ background:url("./../products/images/pro_top_menu/rj_02_on.jpg") no-repeat left top; }
	#leftContents li.rj02 a			{ background:url("./../products/images/pro_top_menu/rj_02_off.jpg") no-repeat left top; }
	#leftContents li.rj03			{ background:url("./../products/images/pro_top_menu/rj_03_on.jpg") no-repeat left top; }
	#leftContents li.rj03 a			{ background:url("./../products/images/pro_top_menu/rj_03_off.jpg") no-repeat left top; }
	#leftContents li.rj04			{ background:url("./../products/images/pro_top_menu/rj_04_on.jpg") no-repeat left top; }
	#leftContents li.rj04 a			{ background:url("./../products/images/pro_top_menu/rj_04_off.jpg") no-repeat left top; }
	
	#leftContents li.td01			{ background:url("./../products/images/pro_top_menu/3d_01_on.jpg") no-repeat left top; }
	#leftContents li.td01 a			{ background:url("./../products/images/pro_top_menu/3d_01_off.jpg") no-repeat left top; }
	#leftContents li.td02			{ background:url("./../products/images/pro_top_menu/3d_02_on.jpg") no-repeat left top; }
	#leftContents li.td02 a			{ background:url("./../products/images/pro_top_menu/3d_02_off.jpg") no-repeat left top; }
	#leftContents li.td03			{ background:url("./../products/images/pro_top_menu/3d_03_on.jpg") no-repeat left top; }
	#leftContents li.td03 a			{ background:url("./../products/images/pro_top_menu/3d_03_off.jpg") no-repeat left top; }
	#leftContents li.td04			{ background:url("./../products/images/pro_top_menu/3d_04_on.jpg") no-repeat left top;}
	#leftContents li.td04 a			{ background:url("./../products/images/pro_top_menu/3d_04_off.jpg") no-repeat left top; }
	#leftContents li.td05			{ background:url("./../products/images/pro_top_menu/3d_05_on.jpg") no-repeat left top; }
	#leftContents li.td05 a			{ background:url("./../products/images/pro_top_menu/3d_05_off.jpg") no-repeat left top; }
	#leftContents li.td06			{ background:url("./../products/images/pro_top_menu/3d_06_on.jpg") no-repeat left top; }
	#leftContents li.td06 a			{ background:url("./../products/images/pro_top_menu/3d_06_off.jpg") no-repeat left top; }
	#leftContents li.td07			{ background:url("./../products/images/pro_top_menu/3d_07_on.jpg") no-repeat left top;}
	#leftContents li.td07 a			{ background:url("./../products/images/pro_top_menu/3d_07_off.jpg") no-repeat left top; }
	#leftContents li.td08			{ background:url("./../products/images/pro_top_menu/3d_08_on.jpg") no-repeat left top; }
	#leftContents li.td08 a			{ background:url("./../products/images/pro_top_menu/3d_08_off.jpg") no-repeat left top; }
	#leftContents li.td09			{ background:url("./../products/images/pro_top_menu/3d_09_on.jpg") no-repeat left top; }
	#leftContents li.td09 a			{ background:url("./../products/images/pro_top_menu/3d_09_off.jpg") no-repeat left top; }
	#leftContents li.td10			{ background:url("./../products/images/pro_top_menu/3d_10_on.jpg") no-repeat left top;}
	#leftContents li.td10 a			{ background:url("./../products/images/pro_top_menu/3d_10_off.jpg") no-repeat left top; }
	#leftContents li.td11			{ background:url("./../products/images/pro_top_menu/3d_11_on.jpg") no-repeat left top;}
	#leftContents li.td11 a			{ background:url("./../products/images/pro_top_menu/3d_11_off.jpg") no-repeat left top; }
	#leftContents li.td12			{ background:url("./../products/images/pro_top_menu/3d_12_on.jpg") no-repeat left top;}
	#leftContents li.td12 a			{ background:url("./../products/images/pro_top_menu/3d_12_off.jpg") no-repeat left top; }
 	#leftContents li.td13			{ background:url("./../products/images/pro_top_menu/3d_13_on.jpg") no-repeat left top;}
	#leftContents li.td13 a			{ background:url("./../products/images/pro_top_menu/3d_13_off.jpg") no-repeat left top; }
	#leftContents li.td14			{ background:url("./../products/images/pro_top_menu/3d_14_on.jpg") no-repeat left top;}
 	#leftContents li.td14 a			{ background:url("./../products/images/pro_top_menu/3d_14_off.jpg") no-repeat left top; }
 #leftContents li.td15			{ background:url("./../products/images/pro_top_menu/3d_15_on.jpg") no-repeat left top;}
 #leftContents li.td15 a			{ background:url("./../products/images/pro_top_menu/3d_15_off.jpg") no-repeat left top; }
 #leftContents li.td16			{ background:url("./../products/images/pro_top_menu/3d_16_on.jpg") no-repeat left top;}
 #leftContents li.td16 a			{ background:url("./../products/images/pro_top_menu/3d_16_off.jpg") no-repeat left top; }
 #leftContents li.td17			{ background:url("./../products/images/pro_top_menu/3d_17_on.jpg") no-repeat left top;}
 #leftContents li.td17 a			{ background:url("./../products/images/pro_top_menu/3d_17_off.jpg") no-repeat left top; }

	#leftContents li.cadsol01		{ background:url("./../products/images/pro_top_menu/cad_01_on.jpg") no-repeat left top; }
	#leftContents li.cadsol01 a		{ background:url("./../products/images/pro_top_menu/cad_01_off.jpg") no-repeat left top; }
	#leftContents li.cadsol02		{ background:url("./../products/images/pro_top_menu/cad_02_on.jpg") no-repeat left top; }
	#leftContents li.cadsol02 a		{ background:url("./../products/images/pro_top_menu/cad_02_off.jpg") no-repeat left top; }
	#leftContents li.cadsol03		{ background:url("./../products/images/pro_top_menu/cad_03_on.jpg") no-repeat left top; }
	#leftContents li.cadsol03 a		{ background:url("./../products/images/pro_top_menu/cad_03_off.jpg") no-repeat left top; }
	#leftContents li.cadsol04		{ background:url("./../products/images/pro_top_menu/cad_04_on.jpg") no-repeat left top; }
	#leftContents li.cadsol04 a		{ background:url("./../products/images/pro_top_menu/cad_04_off.jpg") no-repeat left top; }
	#leftContents li.cadsol05		{ background:url("./../products/images/pro_top_menu/cad_05_on.jpg") no-repeat left top; }
	#leftContents li.cadsol05 a		{ background:url("./../products/images/pro_top_menu/cad_05_off.jpg") no-repeat left top; }

#leftContents li.drafter01		{ background:url("./../products/images/pro_top_menu/draf_01_on.jpg") no-repeat left top; }
#leftContents li.drafter01 a		{ background:url("./../products/images/pro_top_menu/draf_01_off.jpg") no-repeat left top; }
#leftContents li.drafter02		{ background:url("./../products/images/pro_top_menu/draf_02_on.jpg") no-repeat left top; }
#leftContents li.drafter02 a		{ background:url("./../products/images/pro_top_menu/draf_02_off.jpg") no-repeat left top; }
#leftContents li.drafter03		{ background:url("./../products/images/pro_top_menu/draf_03_on.jpg") no-repeat left top; }
#leftContents li.drafter03 a		{ background:url("./../products/images/pro_top_menu/draf_03_off.jpg") no-repeat left top; }

#leftContents li.encoder01		{ background:url("./../products/images/pro_top_menu/encoder_01_on.jpg") no-repeat left top; }
#leftContents li.encoder01 a		{ background:url("./../products/images/pro_top_menu/encoder_01_off.jpg") no-repeat left top; }

#leftContents li.office01		{ background:url("./../products/images/pro_top_menu/office_01_on.jpg") no-repeat left top; }
#leftContents li.office01 a		{ background:url("./../products/images/pro_top_menu/office_01_off.jpg") no-repeat left top; }
#leftContents li.office02		{ background:url("./../products/images/pro_top_menu/office_02_on.jpg") no-repeat left top; }
#leftContents li.office02 a		{ background:url("./../products/images/pro_top_menu/office_02_off.jpg") no-repeat left top; }
	
	#leftContents li.other01		{ background:url("./../products/images/pro_top_menu/other_01_on.gif") no-repeat left top; 
										height:40px; }
	#leftContents li.other01 a		{ background:url("./../products/images/pro_top_menu/other_01_off.gif") no-repeat left top; 
										height:40px; }
	#leftContents li.other02		{ background:url("./../products/images/pro_top_menu/other_02_on.gif") no-repeat left top; 
										height:40px; }
	#leftContents li.other02 a		{ background:url("./../products/images/pro_top_menu/other_02_off.gif") no-repeat left top; 
										height:40px; }
	
	#leftContents .proCategoryMenu a:hover {
		background:none;
	}


/*-------------------------------------------------------------
 *
 *					製品ページ共通メニュー
 *
 *-------------------------------------------------------------*/
	#proImage {
		width:680px;
		height:213px;
		margin-bottom:12px;
	}

	#proImage2 {
		width:680px;
		height:400px;
		margin-bottom:12px;
	}
	
	#proImage ul {
		/* width:301px; */
		float:right;
		text-align:right;
	}

	#proImage2 ul {
		width:301px;
		float:right;
		text-align:right;
	}
	
	#proImage li {
		width:100px;
		height:33px;
	}

	#proImage2 li {
		width:100px;
		height:33px;
	}
	
	#proImage li a {
		width:100px;
		height:33px;
		display:block;
	}

	#proImage2 li a {
		width:100px;
		height:33px;
		display:block;
	}
	

	#proImage li.linkPdfapeiron		{ background:url("./../products/images/link_img_pdf_apeiron_on.gif") no-repeat left top; width:160px; }
	#proImage li.linkPdfapeiron a	{ background:url("./../products/images/link_img_pdf_apeiron_off.gif") no-repeat left top; width:160px; }
	#proImage li.linkPdfsougou		{ background:url("./../products/images/link_img_pdf_sougou_on.gif") no-repeat left top; width:120px; }
	#proImage li.linkPdfsougou a	{ background:url("./../products/images/link_img_pdf_sougou_off.gif") no-repeat left top; width:120px; }
	#proImage li.linkPdf		{ background:url("./../products/images/link_img_pdf_on.gif") no-repeat left top; }
	#proImage li.linkPdf a		{ background:url("./../products/images/link_img_pdf_off.gif") no-repeat left top; }
	#proImage li.linkFaq		{ background:url("./../products/images/link_img_faq_on.gif") no-repeat left top; }
	#proImage li.linkFaq a		{ background:url("./../products/images/link_img_faq_off.gif") no-repeat left top; }
	#proImage li.linkContact	{ background:url("./../products/images/link_img_contact_on.gif") no-repeat left top; }
	#proImage li.linkContact a	{ background:url("./../products/images/link_img_contact_off.gif") no-repeat left top; }
	#proImage li a:hover		{ background:none; }

	#proImage2 li.linkPdf		{ background:url("./../products/images/link_img_pdf_on.gif") no-repeat left top; }
	#proImage2 li.linkPdf a		{ background:url("./../products/images/link_img_pdf_off.gif") no-repeat left top; }
	#proImage2 li.linkFaq		{ background:url("./../products/images/link_img_faq_on.gif") no-repeat left top; }
	#proImage2 li.linkFaq a		{ background:url("./../products/images/link_img_faq_off.gif") no-repeat left top; }
	#proImage2 li.linkContact	{ background:url("./../products/images/link_img_contact_on.gif") no-repeat left top; }
	#proImage2 li.linkContact a	{ background:url("./../products/images/link_img_contact_off.gif") no-repeat left top; }
	#proImage2 li a:hover		{ background:none; }
	
	#specMenu li {
		width:227px;
		height:40px;
	}
	
	#specMenu li a {
		width:227px;
		height:40px;
		display:block;
	}
	
	#specMenu li.spec01			{ background:url("./../products/images/spec_menu_01_on.gif") no-repeat left top; }
	#specMenu li.spec01 a		{ background:url("./../products/images/spec_menu_01_off.gif") no-repeat left top; }
	#specMenu li.spec02			{ background:url("./../products/images/spec_menu_02_on.gif") no-repeat left top; width:226px; }
	#specMenu li.spec02 a		{ background:url("./../products/images/spec_menu_02_off.gif") no-repeat left top; width:226px; }
	#specMenu li.spec03			{ background:url("./../products/images/spec_menu_03_on.gif") no-repeat left top; }
	#specMenu li.spec03 a		{ background:url("./../products/images/spec_menu_03_off.gif") no-repeat left top; }
	#specMenu li.spec04			{ background:url("./../products/images/spec_menu_04_on.gif") no-repeat left top; }
	#specMenu li.spec04 a		{ background:url("./../products/images/spec_menu_04_off.gif") no-repeat left top; }
	#specMenu li.spec05			{ background:url("./../products/images/spec_menu_05_on.gif") no-repeat left top; }
	#specMenu li.spec05 a		{ background:url("./../products/images/spec_menu_05_off.gif") no-repeat left top; }
	#specMenu li.none   		{ background:url("./../products/images/spec_menu_none.gif") no-repeat left top; }
	#specMenu li a:hover, 
	#specMenu li a.specMenuOn	{ background:none; }
	
	#valueJetClub {
		width:498px;
		margin:0 auto;
		border:1px solid #dcdcdc;
		background:#ececed;
		text-align:center;
		padding:12px;
	}
	
	#valueJetClub p.vjClubLink {
		width:229px;
		height:35px;
		margin:0 auto;
		margin-top:12px;
	}
	
	#valueJetClub p.vjClubLink a {
		width:229px;
		height:35px;
		display:block;
	}
	
	#valueJetClub p.vjClubLink			{ background:url("./../products/images/pro_vj_club_on.jpg") no-repeat left top; }
	#valueJetClub p.vjClubLink a		{ background:url("./../products/images/pro_vj_club_off.jpg") no-repeat left top; }
	#valueJetClub p.vjClubLink a:hover	{ background:none; }

	
	
	/* お問い合わせメニュー */
	
	#formCaution li						{ width: 336px; height: 96px; position: relative; list-style: none; float: left; margin: 0 15px 15px 0; }
	
	#formCaution li a 					{ position:relative; z-index:100; width:336px; height:96px; display:block; }
	
	
	.btnContact_area01 .XpertJet				{ background:url("./../contact/images/xpert_jet_off.jpg") no-repeat left top; }
	.btnContact_area01 .XpertJet:hover		{ background:url("./../contact/images/xpert_jet_on.jpg") no-repeat left top;  }
	.btnContact_area01 .Cad_Scanner			{ background:url("./../contact/images/cad_scanner_off.jpg") no-repeat left top; }
	.btnContact_area01 .Cad_Scanner:hover	{ background:url("./../contact/images/cad_scanner_on.jpg") no-repeat left top;  }
	.btnContact_area01 .Supply_Ink			{ background:url("./../contact/images/supply_ink_off.jpg") no-repeat left top;  }
	.btnContact_area01 .Supply_Ink:hover		{ background:url("./../contact/images/supply_ink_on.jpg") no-repeat left top;  }
	.btnContact_area01 .Value_3d_printer			{ background:url("./../contact/images/3d_printer_off.jpg") no-repeat left top;  }
	.btnContact_area01 .Value_3d_printer:hover		{ background:url("./../contact/images/3d_printer_on.jpg") no-repeat left top;  }
	.btnContact_area01 .HP_3d_printer			{ background:url("./../contact/images/HP_3d_printer_off.jpg") no-repeat left top;  }
	.btnContact_area01 .HP_3d_printer:hover		{ background:url("./../contact/images/HP_3d_printer_on.jpg") no-repeat left top;  }
	.btnContact_area01 .Drafter					{ background:url("./../contact/images/drafter_off.jpg") no-repeat left top;  }
	.btnContact_area01 .Drafter:hover			{ background:url("./../contact/images/drafter_on.jpg") no-repeat left top;  }
	.btnContact_area01 .Cad_Solution					{ background:url("./../contact/images/cad_solution_off.jpg") no-repeat left top;  }
	.btnContact_area01 .Cad_Solution:hover			{ background:url("./../contact/images/cad_solution_on.jpg") no-repeat left top;  }
	.btnContact_area01 .Led					{ background:url("./../contact/images/led_off.jpg") no-repeat left top;  }
	.btnContact_area01 .Led:hover			{ background:url("./../contact/images/led_on.jpg") no-repeat left top;  }
	.btnContact_area01 .encoder					{ background:url("./../contact/images/encoder_off.jpg") no-repeat left top;  }
	.btnContact_area01 .encoder:hover			{ background:url("./../contact/images/encoder_on.jpg") no-repeat left top;  }
	.btnContact_area01 .Office_supplies					{ background:url("./../contact/images/office_supplies_off.jpg") no-repeat left top;  }
	.btnContact_area01 .Office_supplies:hover			{ background:url("./../contact/images/office_supplies_on.jpg") no-repeat left top;  }
	