@charset "utf-8";
/* CSS Document */



/* FONT-SIZE
--------------------------------------------------------- */
*html body { font-size: 76%; }
*:first-child+html body { font-size: 76%; }
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	color: #4A4A4A;
	padding:0px;
	margin:0px;
}






a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	color: #0066CC;
	text-decoration: none;
}


a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}


.text {;
	margin-right: 20px;
	margin-left: 5px;
	margin-bottom: 20px;
	margin-top: 10px;
	}
	
img {
	padding: 0px;
}
	
.photo {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	}
	
.photoright {
	float: right;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	}
	
.smalltext {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: lighter;
}


html{overflow-y:scroll;}/*スクロール分ずれないように調整*/

/* ヘッダー
--------------------------------------------------------- */


#header {
	height: 135px;
	width: 1075px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 0px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

#header h1 {
	float: left;
	margin-bottom: 0px;
	height: 55px;
	width: 230px;
	padding: 0px;
	margin-top: 80px;
}


/* メニュー
--------------------------------------------------------- */





ul#menu_wide {
	float: left;
	width:845px;
	height: 135px;
	margin: 0;
	padding: 0px;	
}

ul#menu_wide li {
    float:left; /*次の要素を右側へ回り込ませる*/
    list-style:none; /*リストの●を消す*/
}



li#products {
	width:150px; height:135px;	/*背景画像に合わせたサイズ指定*/
	background-image:url("img/menu_products.gif");	/*背景画像*/
}


li#products :hover{
	width:150px; height:135px;
	background-image:url("img/menu_products_on.gif");
}


li#company {
	width:150px; height:135px;
	background-image:url("img/menu_company.gif");
}


li#company :hover{
	width:150px; height:135px;
	background-image:url("img/menu_company_on.gif");
}




li#recruit {
	width:150px; height:135px;
	background-image:url("img/menu_recruit.gif");
}


li#recruit :hover{
	width:150px; height:135px;
	background-image:url("img/menu_recruit_on.gif");
}

li#news {
	width:150px; height:135px;
	background-image:url("img/menu_news.gif");
}

li#news :hover {
	width:150px; height:135px;
	background-image:url("img/menu_news_on.gif");
}


li#english {
	width:245px; height:80px;
	background-image:url("img/menu_english.gif");
}


li#english :hover {
	width:245px; height:80px;
	background-image:url("img/menu_english_on.gif");
}


li#info {
	width:245px; height:55px;
	background-image:url("img/menu_info.gif");
}

li#info :hover  {
	width:245x; height:55px;
	background-image:url("img/menu_info_on.gif");
}



ul#menu_wide li a {
	width:150px; height:135px;
    display:block; /*インラインからブロック要素へ変更*/
    text-align:center;
    font-weight:bold;
    letter-spacing:1px;
    text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
    background-repeat:no-repeat;


}

/*選択中*/

li#products_selected {
	width:150px; height:135px;
	background-image:url("img/menu_products_on.gif");
}


li#company_selected{
	width:150px; height:135px;
	background-image:url("img/menu_company_on.gif");
}

li#recruit_selected{
	width:150px; height:135px;
	background-image:url("img/menu_recruit_on.gif");
}


li#news_selected{
	width:150px; height:135px;
	background-image:url("img/menu_news_on.gif");
}


li#english_selected {
	width:245px; height:80px;

	background-image:url("img/menu_english_on.gif");
}

li#info_selected{
	width:245x; height:55px;
	background-image:url("img/menu_info_on.gif");
}

/* フッター
--------------------------------------------------------- */


#footer {
	height: 30px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #0068b7;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	clear: both;
}


#footerwide {
	width: 1072px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 30px;
}


#footercopy {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 500px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 30px;
	float: left;
	color: #FFF;
}



ul #footernavi {
	width:359px;
	float:right;
}

ul#footernavi li {
    float:right; /*次の要素を右側へ回り込ませる*/
    list-style:none;
}



li#site {
	width:132px; height:25px;
	background-image:url("img/f_site.gif");
}


li#site :hover{
	width:132px; height:25px;
	background-image:url("img/f_site_on.gif");
}




li#sitemap {
	width:75px; height:25px;
	background-image:url("img/f_sitemap.gif");
}

li#sitemap :hover {
	width:75px; height:25px;
	background-image:url("img/f_sitemap_on.gif");
}


li#privacy {
	width:115px; height:25px;
	background-image:url("img/f_privacy.gif");
}

li#privacy :hover  {
	width:115px; height:25px;
	background-image:url("img/f_privacy_on.gif");
}



ul#footernavi li a {
    display:block; /*インラインからブロック要素へ変更*/
    height:25px;
    text-align:center; 
    font-weight:bold; 
    letter-spacing:1px;
    text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/


}






/* トップページ
--------------------------------------------------------- */



#topimages p {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 8px;
}





#main{
	float: left;
	}

#topnews {
	width: 793px;
	margin-right: 0px;
	overflow:hidden;/*float解除*/
}



/*ニュース大*/
#contents h2{
	width: 793px;
	background-image: url(../img/t_newsline.gif);
	background-repeat: no-repeat;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	color: #3b87de;
	font-size: 26px;
	font-weight: lighter;
	padding-top: 5px;
	padding-left: 3px;
	margin: 0px;
	line-height: normal;
	height: 32px;
}
	



	
#contents #topnews dl dt {
	width : 375px;
	float : left;
	clear : both;
	padding: 1px;
	margin-right: 15px;
	background-image: 
}


#topnews dl .news_text p {
	height: 2px;
	width: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	line-height: 0px;
	padding-bottom: 5px;
	float: right;
}




#contents .date {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 25px;
}

#topnews .news_text h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #3b87de;
	font-size: 20px;
	line-height: 20px;
	font-weight: lighter;
	padding-bottom: 10px;
}





#contents .news_contents {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}



/*ニュース小*/

#contents  .newsmini  {
	width : 197px;
	padding: 0px;
	margin: 0px;
	overflow:hidden;/*float解除*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	

}



#contents  .newsmini  a:hover{
text-decoration: underline;	

}






#contents .newsmini dl .news_text {
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	padding: 1px;
}


.newsmini {
	float: left;
}




#news1 {
	clear: both;
}

#news5 {
	clear: both;
}



/*右サイドバー*/

.topside {
	width: 228px;
	float: right;
	
	}



/* サイドバー共通
--------------------------------------------------------- */

#commonsidebar {
	display: block;
	width: 235px;
	float: right;
	margin-top: 36px;
}


#contentsright {
	display: block;
	width: 830px;
	float: left;
}

#rightsidebar #commonsidebar {
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 33px;
	font-weight: lighter;
	display: block;
	margin-left: -35px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}




/* 下層ページ共通
--------------------------------------------------------- */


#contents {
	width: 1075px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;/*float解除*/
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}



/*タイトル*/

#title h2{
	width: 1075px;
	background-image: url(../img/title_line1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 35px;
	margin-top: 30px;
	background-color: #FFF;
	color: #333;
	font-size: 20px;
}


#title2 h2{
	width: 830px;
	background-image: url(../img/title_line3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 35px;
	margin-top: 30px;
	background-color: #FFF;
	color: #333;
	font-size: 20px;
}



#sub h3{
	background-image: url(../img/h3bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 450px;
	display: block;
	height: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: lighter;
	padding-left: 10px;
	padding-bottom: 2px;
	margin-top: 15px;
	margin-bottom: 1px;
	margin-left: 5px;
	line-height: 32px;
}




h4 {
  color: #ffffff ;
  background: #1f85db;
  font-size: 8pt ;
  margin:10px 0px;
    border-top:1px solid #c9ddf5;
    border-radius: 0px ;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
}



#sub h4{
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
	display: block;
	height: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	padding-left: 15px;
	padding-bottom: 2px;
	margin-top: 15px;
	margin-bottom: 1px;
	margin-left: 5px;
	line-height: 26px;
}

#h4contents{
	width: 98%;
	padding-left: 15px;
	padding-bottom: 2px;
	margin-top: 7px;
	margin-bottom: 1px;
	margin-left: 5px;
	line-height: 16px;
}


#contents #movie {
	padding-top: 30px;
	padding-bottom: 10px;
}



/*　注目の記事 */
.markup {
	background-color:#F1F1F1;
	border-radius:5px;
	position:relative;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
 
.markup:after {
border:10px solid transparent;
border-top-color:#F1F1F1;
border-bottom-width:0;
bottom:-10px;
content:"";
display:block;
left:30px;
position:absolute;
width:0;
}





/* 製品案内
--------------------------------------------------------- */
.productsall {
	width: 350px;
	padding: 2px;
	float: left;
}


#coating {
	clear: both;
}



.productsall .text {
	display: block;
	width: 330px;
	}
	

/* 会社概要
--------------------------------------------------------- */



li#profile {
	width:235px;
	height:36px;
	background-image:url(img/company/menu_profile.gif);	
}


li#profile :hover{
	width:235px;
	height:36px;
	background-image:url(img/company/menu_profile_on.gif);
}

li#profile_selected {
	width:235px;
	height:36px;
	background-image:url(img/company/menu_profile_on.gif);	
}


li#map {
	width:235px;
	height:36px;
	background-image:url(img/company/menu_map.gif);	
}


li#map :hover{
	width:235px;
	height:36px;
	background-image:url(img/company/menu_map_on.gif);
}

li#map_selected {
	width:235px;
	height:36px;
	background-image:url(img/company/menu_map_on.gif);	
}


li#principle {
	width:235px;
	height:36px;
	background-image:url(img/company/menu_principle.gif);	
}


li#principle :hover{
	width:235px;
	height:36px;
	background-image:url(img/company/menu_principle_on.gif);
}

li#principle_selected {
	width:235px;
	height:36px;
	background-image:url(img/company/menu_principle_on.gif);	
}


li#atmosphere {
	width:235px;
	height:36px;
	background-image:url(img/company/menu_atmosphere.gif);	
}


li#atmosphere :hover{
	width:235px;
	height:36px;
	background-image:url(img/company/menu_atmosphere_on.gif);
}

li#atmosphere_selected {
	width:235px;
	height:36px;
	background-image:url(img/company/menu_atmosphere_on.gif);	
}



li#link {
	width:235px;
	height:36px;
	background-image:url(img/company/menu_link.gif);	
}


li#link :hover{
	width:235px;
	height:36px;
	background-image:url(img/company/menu_link_on.gif);
}


li#link_selected {
	width:235px;
	height:36px;
	background-image:url(img/company/menu_link_on.gif);	
}

li#brochure {
	width:235px;
	height:36px;
	background-image:url(img/company/menu_brochure.gif);	/*背景画像*/
}


li#brochure :hover{
	width:235px;
	height:36px;
	background-image:url(img/company/menu_brochure_on.gif);
}

li#brochure_selected {
	width:235px;
	height:36px;
	background-image:url(img/company/menu_brochure_on.gif);	
}


ul#commonsidebar li a {
	width:235px;
	height:36px;
	display:block; /*インラインからブロック要素へ変更*/
	text-align:center;
	font-weight:bold;
	letter-spacing:1px;
	text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
	background-repeat:no-repeat;
}



/* テーブル
--------------------------------------------------------- */

.table_03{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 20px;
}
.table_03 th{
	width:20%;
	text-align: left;
	vertical-align: top;
	color: #444;
	background-color: #F4FBFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #FFFFFF;
	padding: 4px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.table_03 td{
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}


#contentsright p {
	margin-top: 20px;
	margin-bottom: 30px;
}

/*テーブル2*/


#table_photo {
	
border="0"
cellspacing="0" cellpadding="8"


}

/* ニュース
--------------------------------------------------------- */


li#newsnavi {
	width:235px;
	height:36px;
	background-image:url(img/news/menu_news.gif);	
}


li#newsnavi :hover{
	width:235px;
	height:36px;
	background-image:url(img/news/menu_news_on.gif);
}

li#newsnavi_selected {
	width:235px;
	height:36px;
	background-image:url(img/news/menu_news_on.gif);
}



li#media {
	width:235px;
	height:36px;
	background-image:url(img/news/menu_media.gif);
}


li#media :hover{
	width:235px;
	height:36px;
	background-image:url(img/news/menu_media_on.gif);
}

li#media_selected {
	width:235px;
	height:36px;
	background-image:url(img/news/menu_media_on.gif);
}


/* 画像キャプション
--------------------------------------------------------- */


figure {
	position: relative;
	overflow: hidden;
	width: 300px;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
figure:hover figcaption {
	opacity: 1;
}




/* 製品案内サイドバー
--------------------------------------------------------- */

/*サイド・異形部品*/


li#inserter {
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_inserter.gif);	
}


li#inserter :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_inserter_on.gif);
}

li#inserter_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_inserter_on.gif);
}


li#feature {
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_feature.gif);	
}


li#feature :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_feature_on.gif);
}

li#feature_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_feature_on.gif);
}

li#inserterproducts {
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_products.gif);	
}


li#inserterproducts :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_products_on.gif);
}

li#inserterproducts_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_products_on.gif);
}

li#ai2200 {
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_ai2200.gif);	
}


li#ai2200 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_ai2200_on.gif);
}

li#ai2200_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_ai2200_on.gif);
}

li#ai2600 {
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_ai2600.gif);	
}


li#ai2600 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_ai2600_on.gif);
}

li#ai2600_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_ai2600_on.gif);
}

li#ai2500 {
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_ai2500.gif);	
}


li#ai2500 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_ai2500_on.gif);
}

li#ai2500_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_ai2500_on.gif);
}


li#ai2100 {
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_ai2100.gif);	
}


li#ai2100 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_ai2100_on.gif);
}

li#ai2100_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_ai2100_on.gif);
}

li#inserterpdf {
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_inserterpdf.gif);	
}


li#inserterpdf :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/inserter/menu_inserterpdf_on.gif);
}



/*サイド・冷凍機*/


li#refrigerator {
	width:235px;
	height:36px;
	background-image:url(../img/products/refrigerator/menu_refrigeration.gif);	
}


li#refrigerator :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/refrigerator/menu_refrigeration_on.gif);
}

li#refrigerator_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/refrigerator/menu_refrigeration_on.gif);
}


li#ai829 {
	width:235px;
	height:36px;
	background-image:url(../img/products/refrigerator/menu_ai829.gif);	
}


li#ai829 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/refrigerator/menu_ai829_on.gif);
}

li#ai829_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/refrigerator/menu_ai829_on.gif);
}

li#ai860 {
	width:235px;
	height:36px;
	background-image:url(../img/products/refrigerator/menu_ai860.gif);	
}


li#ai860 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/refrigerator/menu_ai860_on.gif);
}

li#ai860_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/refrigerator/menu_ai860_on.gif);
}

li#ai830 {
	width:235px;
	height:36px;
	background-image:url(../img/products/refrigerator/menu_ai830.gif);	
}


li#ai830 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/refrigerator/menu_ai830_on.gif);
}

li#ai830_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/refrigerator/menu_ai830_on.gif);
}

li#ai870 {
	width:235px;
	height:36px;
	background-image:url(../img/products/refrigerator/menu_ai870.gif);	
}


li#ai870 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/refrigerator/menu_ai870_on.gif);
}

li#ai870_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/refrigerator/menu_ai870_on.gif);
}

li#refrigeratorpdf {
	width:235px;
	height:36px;
	background-image:url(../img/products/refrigerator/menu_refrigeratorpdf.gif);	
}


li#refrigeratorpdf :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/refrigerator/menu_refrigeratorpdf_on.gif);
}



/*サイド・低高温検査機*/

li#tempature {
	width:235px;
	height:36px;
	background-image:url(../img/products/tempature_tester/menu_tempature.gif);	
}


li#tempature :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/tempature_tester/menu_tempature_on.gif);
}

li#tempature_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/tempature_tester/menu_tempature_on.gif);
}


li#ai1002af {
	width:235px;
	height:36px;
	background-image:url(../img/products/tempature_tester/menu_ai1002af.gif);	
}


li#ai1002af :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/tempature_tester/menu_ai1002af_on.gif);
}

li#ai1002af_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/tempature_tester/menu_ai1002af_on.gif);
}

li#ai1002 {
	width:235px;
	height:36px;
	background-image:url(../img/products/tempature_tester/menu_ai1002.gif);	
}


li#ai1002 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/tempature_tester/menu_ai1002_on.gif);
}

li#ai1002_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/tempature_tester/menu_ai1002_on.gif);
}

li#ai352 {
	width:235px;
	height:36px;
	background-image:url(../img/products/tempature_tester/menu_ai352.gif);	
}


li#ai352 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/tempature_tester/menu_ai352_on.gif);
}

li#ai352_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/tempature_tester/menu_ai352_on.gif);
}


li#tempaturepdf {
	width:235px;
	height:36px;
	background-image:url(../img/products/tempature_tester/menu_tempaturepdf.gif);	
}


li#tempaturepdf :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/tempature_tester/menu_tempaturepdf_on.gif);
}




/*サイド・コーティング機*/


li#coating {
	width:235px;
	height:36px;
	background-image:url(../img/products/coating/menu_coating.gif);	
}


li#coating :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/coating/menu_coating_on.gif);
}

li#coating_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/coating/menu_coating_on.gif);
}


li#ai6070 {
	width:235px;
	height:36px;
	background-image:url(../img/products/coating/menu_ai6070.gif);	
}


li#ai6070 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/coating/menu_ai6070_on.gif);
}

li#ai6070_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/coating/menu_ai6070_on.gif);
}

li#ai6079 {
	width:235px;
	height:36px;
	background-image:url(../img/products/coating/menu_ai6079.gif);	
}


li#ai6079 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/coating/menu_ai6079_on.gif);
}

li#ai6079_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/coating/menu_ai6079_on.gif);
}

li#ai6076 {
	width:235px;
	height:36px;
	background-image:url(../img/products/coating/menu_ai6076.gif);	
}


li#ai6076 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/coating/menu_ai6076_on.gif);
}

li#ai6076_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/coating/menu_ai6076_on.gif);
}


li#ai6031 {
	width:235px;
	height:36px;
	background-image:url(../img/products/coating/menu_ai6031.gif);	
}


li#ai6031 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/coating/menu_ai6031_on.gif);
}

li#ai6031_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/coating/menu_ai6031_on.gif);
}


li#coatingpdf {
	width:235px;
	height:36px;
	background-image:url(../img/products/coating/menu_coatingpdf.gif);	
}


li#coatingpdf :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/coating/menu_coatingpdf_on.gif);
}

/*サイド・冷却・加熱・乾燥・硬化炉*/


li#furnance {
	width:235px;
	height:36px;
	background-image:url(../img/products/chamber/menu_furnance.gif);	
}


li#furnance :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/chamber/menu_furnance_on.gif);
}

li#furnance_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/chamber/menu_furnance_on.gif);
}


li#ai6078 {
	width:235px;
	height:36px;
	background-image:url(../img/products/chamber/menu_ai6078.gif);	
}


li#ai6078 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/chamber/menu_ai6078_on.gif);
}

li#ai6078_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/chamber/menu_ai6078_on.gif);
}



li#ai351aa {
	width:235px;
	height:36px;
	background-image:url(../img/products/chamber/menu_ai351aa.gif);	
}


li#ai351aa :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/chamber/menu_ai351aa_on.gif);
}

li#ai351aa_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/chamber/menu_ai351aa_on.gif);
}


li#ai6079 {
	width:235px;
	height:36px;
	background-image:url(../img/products/chamber/menu_ai6079.gif);	
}


li#ai6079 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/chamber/menu_ai6079_on.gif);
}

li#ai6079_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/chamber/menu_ai6079_on.gif);
}


li#furnancepdf {
	width:235px;
	height:36px;
	background-image:url(../img/products/chamber/menu_furnancepdf.gif);	
}


li#furnancepdf :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/chamber/menu_furnancepdf_on.gif);
}




/*サイド・その他*/


li#etc {
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_etc.gif);	
}


li#etc :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_etc_on.gif);
}

li#etc_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_etc_on.gif);
}


li#ai6082 {
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ai6082.gif);	
}


li#ai6082 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ai6082_on.gif);
}

li#ai6082_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ai6082_on.gif);
}


li#ai5002 {
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ai5002.gif);	
}


li#ai5002 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ai5002_on.gif);
}

li#ai5002_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ai5002_on.gif);
}


li#ai6083 {
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ai6083.gif);	
}


li#ai6083 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ai6083_on.gif);
}

li#ai6083_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ai6083_on.gif);
}

li#ai1007 {
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ai1007.gif);	
}


li#ai1007 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ai1007_on.gif);
}

li#ai1007_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ai1007_on.gif);
}

li#ichandla {
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ichandla.gif);	
}


li#ichandla :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ichandla_on.gif);
}

li#ichandla_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ichandla_on.gif);
}


li#ai1001 {
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ai1001.gif);	
}


li#ai1001 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ai1001_on.gif);
}

li#ai1001_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ai1001_on.gif);
}


li#ai1000 {
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ai1000.gif);	
}


li#ai1000 :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ai1000_on.gif);
}

li#ai1000_selected {
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_ai1000_on.gif);
}


li#etcpdf {
	width:235px;

	height:36px;
	background-image:url(../img/products/etc/menu_etcpdf.gif);	
}


li#etcpdf :hover{
	width:235px;
	height:36px;
	background-image:url(../img/products/etc/menu_etcpdf_on.gif);
}





/*アイコン3種*/



span#externallinks{
	background-image: url("../img/externallinks.png");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 3px;
	margin-left: 5px;
	padding-left:13px;
	height:20px;
	font-size: 12px;
}


span#movielinks{
	background-image: url("../img/movielinks.png");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 3px;
	margin-left: 5px;
	padding-left:13px;
	height:20px;
	font-size: 12px;
}

span#pdflinks{
	background-image: url("../img/pdflinks.png");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 3px;
	margin-left: 5px;
	padding-left:13px;
	height:20px;
	font-size: 12px;
}



/*サイトマップ・その他*/

.sitemap ul {
	margin:3;
	padding:0;
	background-repeat: no-repeat;
	  }  
.sitemap li {  
    list-style:none;  
    padding-left:25px;  
    background:url('../img/sitemap_t.gif') left top no-repeat;  
    line-height:22px;  
}  
