@charset "utf-8";
/* CSS Document */

/*detail内で使うタグ。product詳細ページやdownloadページ*/

/*detailのいれもの。左マージンいり*/
#Area {
	margin-left: 10px;
	clear: both;
}


#detailArea {
	clear: both;
	width: 574px;
	float: left;
	text-align: left;
	background-repeat: repeat-x;
}

.borderLeft{
	border-left: 0px solid #000000;
}

/*Product詳細メニュー*/

.detailHead {
	clear:both;
	font-size: 13px;
	color: #000066;
	margin-top: 10px;
	margin-bottom: 10px;
	width:545px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000066;
	line-height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	margin-left: 10px;
	word-spacing: 1px;
	background-color: #FFFFFF;
	padding-left: 10px;
	}
	
	.detailHead a {
	color: #333333;
		}
	
.detailText {
	clear:both;
	font-size: 12px;
	width:545px;
	margin-left:15px;
	margin-bottom:10px;
	}
	
/*overview枠*/	
.detailall{
width:545px;
margin-left:10px;

}

.detailall_left{
float:left;
	width: 125px;
	padding:10px 0px 10px 0px}



.detailall_right{
float:right;
width:400px;
}

.detail_icon{
margin:10px 0px 0px 0px;
padding:5px 0px 5px 0px;
color:#000066;
width:125px;
}




/*右寄せテキスト枠。左には画像がはいる。*/	
.detailTextRight {
	font-size:12px;
	margin: 10px 0;
	width:400px;
}

/*左寄せ100px画像入れる用の枠*/
.detail_img {
	width: 105px;
	margin: 10px;
	text-align: center;
	}

/*フルのイメージ枠*/
.detail_img_center {
	text-align: center;
	width: 540px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}


/*注意書きスタイル*/
.detail {
	width:500px;
	margin-bottom:10px;
	}


/*テキスト太字　あーもう名前のレパートリーがありませぬ*/
.detailText_bold {
	font-size: 13px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	clear: both;
	width: 530px;
	margin-top: 10px;
}

/*detail内のテキストリンク*/

ul.detailTextLink{
	margin-top:10px;
	margin-left: 30px;
	}
	
	.detailTextLink li{
	font-size: 13px;
	width: 500px;
	background-image: url(../images/icon_link.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	text-indent:-15px;
}
	.detailTextLink li a{
	font-size: 13px;
	width: 500px;
	background-image: url(../images/icon_link.gif);
	background-repeat:no-repeat;
}

/*productの詳細ページで使うタグ*/
a {
	padding:0;
	margin:0;

}


/*プロダクト詳細ページのメニュータブ*/

ul#naviProductDetail{
	display:inline;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	}
	

	#naviProductDetail li{
	float: left;
	height: 25px;
	width: 95px;
	font-size:13px;
	font-weight:bold;
	color: #FFFFFF;
	text-align: center;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #990000;
}

/*リンク時*/
	#naviProductDetail li a{
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	float: left;
	height: 20px;
	width: 95px;
	padding-top: 5px;
}



/*オンマウス時*/
	#naviProductDetail li a:hover{
	float: left;
	height: 20px;
	width: 95px;
	padding-top: 5px;}


	/*datalogger menu*/
	.sub_datalogger #naviProductDetail li a{
	background:url(../images/detail_bg.jpg);}
	
	.sub_datalogger #naviProductDetail li a:hover{
	background:url(../images/detail_bg_over.jpg);}
	
	/*Communication collect menu*/
	.sub_communication #naviProductDetail li a{
	background-color:#BBDDFF;}
	
	.sub_communication #naviProductDetail li a:hover{
	background-color:#003366;}
	
	

	/*discontinued menu*/
	.sub_discon #naviProductDetail li a{
	color: #666666;
	background-color:#CCCCCC;
	}
	.sub_discon #naviProductDetail li a:hover{
	background-color:#666666;
	color: #ffffff;
	}

	/*others menu*/
	.sub_others #naviProductDetail li a{
	background-color:#D0D0FF;
	}
	
	.sub_others #naviProductDetail li a:hover{
	background-color:#6666FF;
	}


/*---------------------------*/
/*詳細ページ、ハイライト*/
/*product用*/

	.sub_datalogger .overview #overview a,
	.sub_datalogger .function #function a,
	.sub_datalogger .specifications #specification a,
	.sub_datalogger .software #software a,
	.sub_datalogger .option #option a,
	.sub_datalogger .support #support a{
	background-image: url(../images/detail_bg_over.jpg);
	cursor:default;
	background-color: #990000;
	}
	
	.sub_discon .overview #overview a,
	.sub_discon .function #function a,
	.sub_discon .specifications #specification a,
	.sub_discon .software #software a,
	.sub_discon .option #option a,
	.sub_discon .support #support a
	{
	background-color:#666666;
	cursor:default;
	color:#ffffff;
	}
	
	.sub_communication .overview #overview a,
	.sub_communication .function #function a,
	.sub_communication .specifications #specification a,
	.sub_communication .software #software a,
	.sub_communication .option #option a,
	.sub_communication .support #support a
	{
	background-color:#003366;
	cursor:default;
	color:#FFFFFF;
	}

	.sub_others .overview #overview a,
	.sub_others .function #function a,
	.sub_others .specifications #specification a,
	.sub_others .software #software a,
	.sub_others .option #option a,
	.sub_others .support #support a
	{
	background-color:#6666FF;
	cursor:default;
	color:#FFFFFF;
	}	
	


/*Downloadページハイライト*/
.sub_download .manual #naviManual a,
.sub_download .software #naviSoft a,
.sub_download .catalog #naviCatalog a{
	background-color:#336699;
	border-bottom: 1px solid #336699!important;
	cursor:default;
	}



.cautionHead {/*detail内head特例っぽいよね*/
	font-size: 13px;
	font-weight: bold;
	background-color: #ECF5FF;
	width: 540px;
	margin: 5px 10px;
	padding: 5px;
	clear:both;
}


/*overview内で使ってます*/
.demonstration {
	height:50px;
	width:550px;
	margin-bottom: 10px;
	clear: both;
	background-position: center;
	display:block;
}

.demonstration a{
	width:550px;
	background-image: url(../images/icon_try.gif);
	background-repeat:no-repeat;
	background-position: center;
	display:block;
	overflow: hidden;
	height: 0 !important;
	height /**/:50px;
	padding-top:50px;
}
.demonstration a:hover {
	height:50px;
	width:550px;
	background-image: url(../images/icon_try_over.gif);
}


/*function内のラインナップ*/
.lineup {
	width: 550px;
	height: 20px;
	font-size: 13px;
	text-indent: 5px;
	color: #666666;
	line-height: 20px;
	margin: 10px 0 10px 10px;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-bottom-color: #333333;
	font-weight: bold;
}

.lineup a{
	color: #990000;}

/*単位のタグ。右揃え*/
.unit {
	font-size:10px;
	text-align:right;
	width:490px;
	}

/*check box*/
.checkbox{
	clear:both;
	vertical-align: baseline;
	font-size:10px;
	width:460px;
	margin: 0 0 10px 35px;
	}

/*Product supportのリスト*/

.supportlist{
	font-size:11px;
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 15px;
	}
	
	.supportlist li{
	clear:both;
	margin-left:10px;}
	
	.supportlist dl{
	width:70px;
	float:left;
	}
	
	.supportlist dt{
	width:90px;
	float:left;
	}
	
	.supportlist dd{
	float:left;
	width:350px;
	text-align: left;
	}
	
/*Product downloadページのリスト*/

.downloadlist{
	font-size:11px;
	font-weight:bold;
	margin-left:30px;
	background-color: #FFFFFF;

	}

	
	.downloadlist dt{
	float:left;
	width:400px;
	clear:both;
	line-height: 20px;
	}
	
	.downloadlist dd{
	float:left;
	width:80px;
	line-height: 20px;
	}

.downloadlist_software{
	font-size:11px;
	font-weight:bold;
	margin-left:15px;
	margin-top: 10px;
	margin-bottom: 15px;
	}
		
	.downloadlist_software dt{
	float:left;
	width:250px;
	clear:both;
	height: 20px;
	}
	
	.downloadlist_software dd{
	float:left;
	width:150px;
	height: 20px;
	}

/**/
ul#naviDistributer{
width:578px;
	margin-bottom:5px;
	background-color:#deeef5;
	padding:3px;
	border-top:3px solid #000066;
	height:50px;
	}
	
	ul#naviDistributer li{
	display:inline;
	float:left;
	text-indent:-9999px;

	}



#naviDistributer li.bordernone{
	background-color:#deeef5;
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	float: left;
	display:block;
}

#naviDistributer li.backnone{

background-color:#deeef5;	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	float: left;
	display:block;
}

.region{
margin:0;
padding:0;
}

/*Distributors listメニュー*/


#button_namerica{

background-image:url(/image/button_namerica.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}


 #button_namerica a{

background-image:url(/image/button_namerica.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}

#button_namerica a:hover {
background-image:url(/image/button_namerica_over.gif);
}


#button_europe{

background-image:url(/image/button_europe.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}


 #button_europe a{

background-image:url(/image/button_europe.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}

#button_europe a:hover {
background-image:url(/image/button_europe_over.gif);
}


#button_asia{

background-image:url(/image/button_asia.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}


 #button_asia a{

background-image:url(/image/button_asia.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}

#button_asia a:hover {
background-image:url(/image/button_asia_over.gif);
}


#button_oceania{

background-image:url(/image/button_oceania.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}


 #button_oceania a{

background-image:url(/image/button_oceania.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}

#button_oceania a:hover {
background-image:url(/image/button_oceania_over.gif);
}

#button_mideast{

background-image:url(/image/button_mideast.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}


 #button_mideast a{

background-image:url(/image/button_mideast.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}

#button_mideast a:hover {
background-image:url(/image/button_mideast_over.gif);
}

#button_samerica{

background-image:url(/image/button_samerica.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}


 #button_samerica a{

background-image:url(/image/button_samerica.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}

#button_samerica a:hover {
background-image:url(/image/button_samerica_over.gif);
}


#button_africa{

background-image:url(/image/button_africa.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}


 #button_africa a{

background-image:url(/image/button_africa.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}

#button_africa a:hover {
background-image:url(/image/button_africa_over.gif);
}

#button_head{

background-image:url(/image/button_head.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}


 #button_head a{

background-image:url(/image/button_head.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}

#button_head a:hover {
background-image:url(/image/button_head_over.gif);
}

#button_map{

background-image:url(/image/button_map.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}


 #button_map a{

background-image:url(/image/button_map.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}

#button_map a:hover {
background-image:url(/image/button_map_over.gif);
}





/*Distributors listメニュー選択時*/

#button_namerica_active{
background-image:url(/image/button_namerica_over.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}


 #button_namerica_active a{
background-image:url(/image/button_namerica_over.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}

#button_namerica_active a:hover {
background-image:url(/image/button_namerica_over.gif);
}

#button_europe_active{
background-image:url(/image/button_europe_over.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}


 #button_europe_active a{
background-image:url(/image/button_europe_over.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}

#button_europe_active a:hover {
background-image:url(/image/button_europe_over.gif);
}

#button_asia_active{
background-image:url(/image/button_asia_over.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}


 #button_asia_active a{
background-image:url(/image/button_asia_over.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}

#button_asia_active a:hover {
background-image:url(/image/button_asia_over.gif);
}

#button_oceania_active{
background-image:url(/image/button_oceania_over.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}


 #button_oceania_active a{
background-image:url(/image/button_oceania_over.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}

#button_oceania_active a:hover {
background-image:url(/image/button_oceania_over.gif);
}


#button_mideast_active{
background-image:url(/image/button_mideast_over.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}


 #button_mideast_active a{
background-image:url(/image/button_mideast_over.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}

#button_mideast_active a:hover {
background-image:url(/image/button_mideast_over.gif);
}

#button_samerica_active{
background-image:url(/image/button_samerica_over.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}


 #button_samerica_active a{
background-image:url(/image/button_samerica_over.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}

#button_samerica_active a:hover {
background-image:url(/image/button_samerica_over.gif);
}


#button_africa_active{
background-image:url(/image/button_africa_over.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}


 #button_africa_active a{
background-image:url(/image/button_africa_over.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}

#button_africa_active a:hover {
background-image:url(/image/button_africa_over.gif);
}

#button_head_active{
background-image:url(/image/button_head_over.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}


 #button_head_active a{
background-image:url(/image/button_head_over.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}

#button_head_active a:hover {
background-image:url(/image/button_head_over.gif);
}

#button_map_active{
background-image:url(/image/button_map_over.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}


 #button_map_active a{
background-image:url(/image/button_map_over.gif);
	height: 25px;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	display:block;
}

#button_map_active a:hover {
background-image:url(/image/button_map_over.gif);
}





.form {
	width: 480px;
	height: 300px;
	border: 1px solid #666666;
	text-indent: 20px;
	margin-left: 30px;
}

/*contact ハイライト*/

.sub_contact .americas #Americas a
.sub_contact .information #dealer_information a, 
.sub_contact .europe #Europe a, 
.sub_contact .asia #Asia a,
.sub_contact .oceania #Oceania a,
.sub_contact .south #s_America a,
.sub_contact .middle #Middle a,
.sub_contact .africa #Africa a

{
	background-color:#336699;
	border-bottom: 1px solid #336699!important;
	cursor:default;
	}
	
	



.howtobuy{
	border: 1px solid #000000;
	border-top: 10px solid #000066;
	width:579px!important;
	}
	



.detailTextLink li {
		background-image: url(images/@detailTextLink-li.gif);
		}
		
	.sub_datalogger #naviProductDetail li a {
		background-image: url(images/@sub_datalogger-&naviProductDetail-li-a.jpg);
		}
		
	.sub_datalogger #naviProductDetail li a:hover {
		background-image: url(images/@sub_datalogger-&naviProductDetail-li-a;hover.jpg);
		}
		
	.sub_datalogger .overview #overview a,.sub_datalogger .function #funtion a,.sub_datalogger .specification #specification a {
		background-image: url(images/@sub_datalogger-@overview-&overview-a,@sub_datalogger-@function-&funtion-a,@sub_datalogger-@specification-&specification-a.jpg);
		}
		
	.sub_datalogger .software #software a,.sub_datalogger .option #option a {
		background-image: url(images/@sub_datalogger-@software-&software-a,@sub_datalogger-@option-&option-a.jpg);
		}
		
	.sub_datalogger .support #support a {
		background-image: url(images/@sub_datalogger-@support-&support-a.jpg);
		}
		
	.demonstration a {
		background-image: url(images/@demonstration-a.gif);
		}
		
	.demonstration a:hover {
		background-image: url(images/@demonstration-a;hover.gif);
		}

.detailTextLink li {
		background-image: url(images/@detailTextLink-li.gif);
		}
		
	.sub_datalogger #naviProductDetail li a {
		background-image: url(images/@sub_datalogger-&naviProductDetail-li-a.jpg);
		}
		
	.sub_datalogger #naviProductDetail li a:hover {
		background-image: url(images/@sub_datalogger-&naviProductDetail-li-a;hover.jpg);
		}
		
	.sub_datalogger .overview #overview a,.sub_datalogger .function #funtion a,.sub_datalogger .specification #specification a {
		background-image: url(images/@sub_datalogger-@overview-&overview-a,@sub_datalogger-@function-&funtion-a,@sub_datalogger-@specification-&specification-a.jpg);
		}
		
	.sub_datalogger .software #software a,.sub_datalogger .option #option a {
		background-image: url(images/@sub_datalogger-@software-&software-a,@sub_datalogger-@option-&option-a.jpg);
		}
		
	.sub_datalogger .support #support a {
		background-image: url(images/@sub_datalogger-@support-&support-a.jpg);
		}
		
	.demonstration a {
		background-image: url(images/@demonstration-a.gif);
		}
		
	.demonstration a:hover {
		background-image: url(images/@demonstration-a;hover.gif);
		}
		
	
