@charset "shift_jis";


/*--------------------------------------------------------------
################################################################
■ 1.基本設定
################################################################
--------------------------------------------------------------*/
div,p,blockquote,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre,
form,fieldset,input,textarea,select,option,table,th,td,embed,object,address {
  margin:0;
  padding:0;
}

body{
  margin:0 0 0 0px;
  padding:0;
  color:#333333;
  border-top:7px solid #f0f0f0;
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
  font-size:100%;
}

ol {padding:0 0 0 20px;}

/*\*/*html ol{margin-left:5px;}/**/

li {list-style-type:none;}

fieldset,table,img {border:0;}



body,h1,h2,h3,h4,h5,h6,td,th,p,li,dt,dd,form,address,
blockquote,div,input,textarea,pre,ul,li,ol,blockquote {
  font-weight:normal;
  font-style:normal;
  }




/*入れ子時の文字サイズ調整
--------------------------------------------------------------*/
li li,li dt,li dd, li p, dd li,dd dd, form pre {/* font-size:100%; */}


/*リンク時テキスト設定
--------------------------------------------------------------*/

a:link    {color:#007126;}
a:visited {color:#007126;}
a:hover   {color:#007126;text-decoration:none;}
a:active  {color: #007126;}

a.link_txt:link    {color:#007126;}
a.link_txt:visited {color:#007126;}
a.link_txt:hover   {color:#007126;text-decoration:none;}
a.link_txt:active  {color: #007126;}




/* a:link    {color:#D600FC;}
a:visited {color:#D600FC;}
a:hover   {color:#D600FC;text-decoration:none;}
a:active  {color: #D600FC;}
 */

#header a:link ,
/* #leftContents  a:link,  */
#footer a:link,
.NewsTable a:link,
#link_box a:link{color:#666666;}

#header a:visited,
#footer a:visited,
.NewsTable a:visited ,
#link_box a:visited{color: #666666;}

#header a:hover ,
#leftContents  a:hover, 
#footer a:hover,
.NewsTable a:hover,
#link_box a:hover{color: #666666;text-decoration:none;}


#link_box li.link_box_green a:link{color:#fff;}
#link_box li.link_box_green a:visited{color: #fff;}
#link_box li.link_box_green a:hover{color: #fff;text-decoration:none;}



/*--------------------------------------------------------------
################################################################
■ 2.clearfix
################################################################
--------------------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*+html .clearfix,
*+html {
  height:1%;
}
* html .clearfix {
   height: 1%;
 }


/*--------------------------------------------------------------
################################################################
■ 共通設定
################################################################
--------------------------------------------------------------*/


/*オレンジタイトルの下にぶら下がるtableの型*/
.tableTemplate01{
margin:2px 0 0 0;
border:#7c7c7c 1px solid;
}
.tableTemplate01 th{
width:13px;
text-align:center;
vertical-align:top;
padding:0 0 0 5px;
}
.tableTemplate01 td{
padding:5px 5px 0 0;
}
.tableTemplate01 td.txt{
padding:10px;
}

/*お知らせ・トピックス等tableの型*/
.tableTemplate02 th.title{
padding:0 0 3px 0;
}
.tableTemplate02 th{
padding:5px 10px 0 10px;
text-align:center;
vertical-align:top;
color:#666666;
font-weight:bold;
white-space:nowrap;
}
.tableTemplate02 td{
padding:5px 5px 0 0;
line-height:1.4;
}


/*--------------------------------------------------------------
################################################################
■ 汎用設定
################################################################
--------------------------------------------------------------*/
/* float */
.flL {float:left;}
.flR {float:right;}

/* font */
.c000000 {color:#000000;}



.txt_small { font-size:80% !important}
.txt_large{ font-size:100% !important}




/* 画像のマウスオーバー */

a.mouseOver img{
background:none!important;
}
 
a:mouseOver:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}





/* text-align*/
.txAL {text-align:left;}
.txAR {text-align:right;}
.txCE {text-align:center;}

/* vertical-align*/
.vAlignT {vertical-align:top;}
.vAlignB {vertical-align:bottom;}
.vAlignM {vertical-align:middle;}

/* clear */
.clear {clear:both;}

/* margin */
/*reset ----------------------------------*/
.m0  {margin:        0;}
.mt0 {margin-top:    0;}
.mr0 {margin-right:  0;}
.mb0 {margin-bottom: 0;}
.ml0 {margin-left:   0;}

/*all ------------------------------------*/
.m5  {margin:  5px;}
.m10 {margin: 10px;}
.m15 {margin: 15px;}
.m20 {margin: 20px;}
.m25 {margin: 25px;}
.m30 {margin: 30px;}

/*top ------------------------------------*/
.mt5  {margin-top:  5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}

/*right ----------------------------------*/
.mr5  {margin-right:  5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}

/*bottom ---------------------------------*/
.mb5  {margin-bottom:  5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}

/*left -----------------------------------*/
.ml5  {margin-left:  5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}

/* padding */
/*reset ----------------------------------*/
.p0  {padding:       0;}
.pt0 {padding-top:   0;}
.pr0 {padding-right: 0;}
.pb0 {padding-left:  0;}
.pl0 {padding-top:   0;}

/*all ------------------------------------*/
.p5  {padding:  5px;}
.p10 {padding: 10px;}
.p15 {padding: 15px;}
.p20 {padding: 20px;}
.p25 {padding: 25px;}
.p30 {padding: 30px;}

/*top ------------------------------------*/
.pt5  {padding-top:  5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}

/*right ----------------------------------*/
.pr5  {padding-right:  5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}

/*bottom ---------------------------------*/
.pb5  {padding-bottom:  5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}

/*left -----------------------------------*/
.pl5  {padding-left:  5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}

/* sup,sub */
/*reset ----------------------------------*/
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
     
}
 
sup {
    bottom: 1ex;
}
 
sub {
    top: .5ex;
}







/*　　img のリンク　マウスオーバー
----------------------------------------------------------*/

a.mouseOver:hover img{
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}


/*　　画像置換　マウスオーバー
----------------------------------------------------------*/

	span.hide-text {
  	display:block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  
  
  a.hide-text {
  	display:block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
    a.hide-text:hover{
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
  }
  
 
 
 
  ul.hide-text a{
  	display:block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
   ul.hide-text:hover a{

  }
  
  
/*　　2段組み
----------------------------------------------------------*/
.column2{ overflow:hidden;} 
.column2 .flL,
.column2 .flR{
	width:47%;
	} 
  
/* h3 */
#rightContents .column2 h3 {
	padding:0 0 2px 10px;
	margin:30px 0 5px 0;
	width:inherit;
	width:100%;
	}


/*--------------------------------------------------------------
################################################################
header
################################################################
---------------------------------------------------------------*/
#header{
	width:980px;
	margin:0px auto;
}


	#headerWrap{
/*	margin:42px 0 13px 0;   */
	margin:15px 0 13px 0;
	}
	
	/* ロゴ */
	#ci{ width:360px; float:left}
		#ci span{ color:#9B9A9A; font-size:80%; vertical-align:bottom; margin-left:10px; line-height:100%} 
	
	
	#headerNavi{ width:580px; float:right; font-size:100%; position:relative; height:40px;font-size:82.5%}
	
		/* サイトマップ */
		#h_link{ background:url(../images/gHeader/i_arrorw.gif) no-repeat left  -1px; margin:0px; padding:0px 0px 0px 18px;  width:90px;
					position: absolute; bottom:0px; left:75px; line-height:100%}
			#h_link a:link{ text-decoration:none; color:#333333}
			#h_link a:hover{ text-decoration:underline}

		/* English */
		#h_english{ background:url(../images/gHeader/i_arrorw.gif) no-repeat left  -1px; margin:0px; padding:0px 0px 0px 18px;  width:55px;
					position: absolute; bottom:0px; left:0px; line-height:100%}
			#h_english a:link{ text-decoration:none; color:#333333}
			#h_english a:hover{ text-decoration:underline}

		
		/* 文字サイズ */
		#font{ width:160px;position: absolute; bottom:0px; left:190px}
			#font p{ margin:0px; padding:0px 10px 0px 0px ; width:70px;position: absolute; bottom:0px; left:0px;line-height:100%}
			#font ul{ margin:0px; padding:0px; width:90px;position: absolute; bottom:0px; left:70px; }
		
				#headerWrap #headerNavi ul { float:left}
					#headerWrap #headerNavi ul li{
					float:left;
					diaplay:inline;
					padding:0px 2px 0 0;
					line-height:0px;
					}

			/* 検索 */
			#headerWrap #headerNavi form{ display:block; background:#000000; width:215px; 
			position: absolute; bottom:0px; left:363px}
			#headerWrap #headerNavi input#seach{
				
			width:166px;
			height:26px;
			/*height:1.2em;*/
			border:#999999 1px solid;
			margin:0 0px 0 0;
			}

/*IE7/8*/
#headerWrap #headerNavi input#seach.vAlignM{ line-height /*\**/:26px\9;}




/*Gnavi************************ */
#Gnavi{ width:100%; margin:0 0 15px 0}
 #Gnavi ul{ margin:0px ; padding:0px; list-style:none; width:981px; margin:0px auto  }
 #Gnavi ul li{ margin:0px; padding:0px; float:left}
 
	 #Gnavi ul.hide-text li a{
		height: 42px;
		background: url(../images/gHeader/Gnavi.jpg);no-repeat 0px 0px;
			}
			
	/*ナビ個別設定*/
	#Gnavi ul.hide-text li.li_01 a{ background-position:0px 0px; width:195px}
	#Gnavi ul.hide-text li.li_02 a{ background-position:-195px 0px; width:196px}
	#Gnavi ul.hide-text li.li_03 a{ background-position:-391px  0px; width:196px}
	#Gnavi ul.hide-text li.li_04 a{ background-position:-587px  0px; width:196px}
	#Gnavi ul.hide-text li.li_05 a{ background-position:-783px  0px; width:196px}
		
		/*MO*/
		#Gnavi ul.hide-text li.li_01 a:hover{ background-position:0px -100px}
		#Gnavi ul.hide-text li.li_02 a:hover{ background-position:-195px  -100px}
		#Gnavi ul.hide-text li.li_03 a:hover{ background-position:-391px  -100px}
		#Gnavi ul.hide-text li.li_04 a:hover{ background-position:-587px  -100px}
		#Gnavi ul.hide-text li.li_05 a:hover{ background-position:-783px  -100px}
		
		/*カレント*/
		body#customer    #Gnavi ul.hide-text li.li_01 a{ background-position:0px -200px}
		body#corporation #Gnavi ul.hide-text li.li_02 a{ background-position:-195px  -200px}
		body#ir                 #Gnavi ul.hide-text li.li_03 a{ background-position:-391px  -200px}
		body#recruit         #Gnavi ul.hide-text li.li_04 a{ background-position:-587px  -200px}
		body#company     #Gnavi ul.hide-text li.li_05 a{ background-position:-783px  -200px}


/* パンクズ */
#topicPath p{
color:#666666;
background:url(../images/gHeader/ico_pankz.gif) no-repeat left center;
padding:0px 0px 0px 15px;
margin:0px 0px 20px  0px; 
color:#333333;
font-size:82.5%;
	}
	
	#topicPath a{
	padding:0 5px 0px 5px ;
	color:#666666;
	text-decoration:none;
	}

	
	
	#topicPath a:visited{
	color:#666666;
	}
	#topicPath a:hover{
	color:#666666;
	text-decoration:underline
	}
	#topicPath a:active{
	color:#666666;
	}
	
	#topicPath span.here{
	padding:0 0 0 5px;
	}

/*--------------------------------------------------------------
################################################################
leftContents
################################################################
---------------------------------------------------------------*/
#leftContents{
width:210px;
float:right
}

#leftContents a{
zoom:1;
}







/*インターネットバンキング第一階層用*/
#leftContents .netBanking01{
background:url(../img/bg04.gif) center bottom no-repeat;
padding:0 0 6px 0;
margin:0 0 10px 0;
}

#leftContents .netBanking01 ul{
font-size:0;
line-height:0;
}

#leftContents .netBanking01 ul li{
margin:6px 6px;
font-size:0;
line-height:0;
}

#leftContents .netBanking01 ul li ul{
margin:0 0 10px 0;
font-size:0;
line-height:0;
}

#leftContents .netBanking01 ul li ul li{
margin:6px 6px 3px 6px;
font-size:0;
line-height:0;
}

/*インターネットバンキング第ニ階層用*/

/*インターネットバンキング第三階層用*/
#leftContents .netBanking03{
/*height:234px;*/
background:url(../img/bg04.gif) center bottom no-repeat;
padding:0 0 6px 0;
margin:0 0 10px 0;
font-size:0;
line-height:0;
}

#leftContents .netBanking03 ul li{
margin:6px 6px;
font-size:0;
line-height:0;
}

#leftContents .netBanking03 ul li ul{
margin:0 0 10px 0;
font-size:0;
line-height:0;
}

#leftContents .netBanking03 ul li ul li{
margin:6px 8px 3px 8px;
font-size:0;
line-height:0;
}

#leftContents #banner{
margin:0 0 15px 0;
}

#leftContents #banner ul li{
margin:0 0 3px 0;
font-size:0;
line-height:0;
}

#leftContents #banner ul li#btn17{
margin:0 0 0 0;
font-size:0;
line-height:0;
}





/*--------------------------------------------------------------
################################################################
rightContents
################################################################
---------------------------------------------------------------*/
#rightContents{
width:740px;
float:left;
/*vertical-align:top;*/
}

#rightContents_waku{ padding:3px 30px 10px 30px; border:1px solid #C9CACA; margin:26px 0 0 0; clear:both}

/* メイン画像（背景グレー）、サブ画像（大きさ足りないとき） */
.main_pic{ background:#F8F8F8; text-align:center; padding:0px 0px 20px 0px; margin:0 0 20px 0 }
.main_2nd_pic{  border:1px solid #C9CACA; padding:	5px 0px 20px 5px ;   }








/* 見出しH3以下を表示するとき使用 */
div.h3_box{ width:650px; margin:20px auto 40px auto }


/* 画像のある */
div.with_img_box566{ width:566px; margin:20px auto 40px auto }
div.with_img_box { width:600px; margin:20px auto 40px auto }

div.mtb10px img{ margin:10px 0}

/*　グレーボックス */
#rightContents .way_box {
	border: 1px solid #C4C4C4;
	background-color: #FFFFFF;
	margin: 10px 0px 10px 20px;
	padding: 5px 0px 5px 5px;
}







/* お問い合わせ */
#inquiryBox {
	margin-top: 20px;
	}

div#inquiryBox div#btn_box{
	text-align: center;
	padding: 6px;
	margin-bottom: 20px;
	}

	div#inquiryBox div#btn_box a{ margin:0px 10px}
	
	/* 画像のマウスオーバー */
		
		div#inquiryBox div#btn_box a img{
		background:none!important;
		
		}
		 
		div#inquiryBox div#btn_box a:hover img{
		opacity:0.6;
		filter:alpha(opacity=60);
		-ms-filter: "alpha( opacity=60 )";
		background:none!important;
		}



		
		div#contact{ width:615px; margin:20px auto; background:#ececec; padding:15px 15px 18px 18px}
			div#contact img{ float:left; margin-top:5px}
			div#contact div.contact_time{ float:right; width:275px; font-size:90%}
				div#contact div.contact_time p{ display:block}
					div#contact div.contact_time p.time{ margin-left:-7px}
						div#contact div.contact_time p span{ display:block; margin:2px 0 0 0 }
				

		div#contact_02{ width:625px; margin:20px auto; background:#ececec; padding:15px 15px 15px 15px}
			div#contact_02 img{margin-top:5px}
					div#contact_02 div.contact_time p.time{ font-size:90%}







/*--------------------------------------------------------------
################################################################
footer
################################################################
---------------------------------------------------------------*/
#footer{
	clear:both
}

/* ページトップ */
.pageTop{
	text-align:right;
	width:980px;
	margin:auto;
	padding-top:10px;
	position:relative;
	}
	.pageTop img{ position:absolute; right:240px; top:10px;}








/* フッターサイトマップ*/
#footerSiteMap_waku{ background:#f8f8f8; padding:20px 0; margin:80px 0 0 0 }
	#footerSiteMap{ width:980px; margin:0px auto; padding:0px 0; overflow: hidden;}




#footerSiteMap div.FSP_navi p{ padding:0 15px 0 15px; font-size:90%; margin:0px; height:2em;
								 font-weight:bold; color:#666}
								
								#footerSiteMap div.FSP_navi p a{  
								background:url(../images/footer/footerSiteMap/ico_FSP_cat.png) no-repeat center left;
								padding-left:16px; line-height:100%
								}
								
#footerSiteMap  div.FSP_navi ul{ font-size:77%; padding:0 15px }
	#footerSiteMap  div.FSP_navi  ul{ margin:10px 0 0 0}
	#footerSiteMap  div.FSP_navi  ul li{ margin:7px 0px 5px 0px ; line-height:130%}
	#footerSiteMap  div.FSP_navi  ul li a{ background:url(../images/footer/footerSiteMap/ico_FSP_list.png) no-repeat 5px 6px; padding:0 0 0 15px; display:block }
	/* リンクなし */
	#footerSiteMap  div.FSP_navi  ul li span{ background:url(../images/footer/footerSiteMap/ico_FSP_no_link.png) no-repeat 5px 6px; padding:0 0 0 15px; display:block; color:#666 }
	
			#footerSiteMap  div.FSP_navi  a{ text-decoration:none}
			#footerSiteMap  div.FSP_navi  a:hover{ text-decoration:underline}	
	
			#footerSiteMap  div.FSP_navi ul  ul{ margin:0px 0 0 5px; font-size:100%}
			#footerSiteMap  div.FSP_navi  ul ul li{ margin:0px 0px 5px 0px ; line-height:130%;}
			#footerSiteMap  div.FSP_navi  ul ul li a{ background:url( ../images/footer/footerSiteMap/ico_FSP_list.png) no-repeat  left 6px; padding:0 0 0 10px;}
	
#footerSiteMap .col05  div{width:194px; float:left;/* border-left:1px solid #ccccc */c }
	#footerSiteMap .col05  div:first-child{ border:none}

#footerSiteMap .col06  div{width:194px; float:left;/* border-left:1px solid #cccccc */ }
	#footerSiteMap .col06  div:first-child{ border:none}


	#footerSiteMap .col_com  div{width:194px; float:left;border-left:}
	#footerSiteMap .col_com  div:first-child{ border:none}
	
	
		#footerSiteMap .col_com div{width:194px; float:left;border-left:}
/* 		#footerSiteMap .col_com .FSP_03,
		#footerSiteMap .col_com .FSP_04{border-left:1px solid #cccccc } */



/* */
/* 	.FSP_01,.FSP_02,.FSP_03,.FSP_04,.FSP_05,.FSP_06{
		    padding-bottom: 32767px;  
			margin-bottom: -32767px;  
			}  */
			
	#footerSiteMap p{margin:10px 0; padding:0px; font-size:110%;}







/* フッターナビ */
#footerNavi_waku{ width:100%;	font-size:75%;background:url(../images/footer/bg_copy.jpg) repeat-x;}
	#footerNavi img{ float:left; margin:0 20px 0 0; display:none }
	#footerNavi ul{  padding:0 0 30px 0px; width:980px; margin:auto }
	#footerNavi ul li{ float:left; margin:15px 0px 0px 10px; padding:0px 10px 0 0px; white-space:nowrap; display:block;
							 border-right:1px solid #81CF9D}
	#footerNavi ul li:last-child{ border-right:none}
	#footerNavi ul li a{ color:#FFFFFF !important}





.footer_info_area{ width:980px; margin:auto; padding-bottom:20px; }
	.footer_info{ font-size:70%; float:left; width:580px; padding-left:10px;}
		.footer_info strong{ font-size:110%; }	
/* コピーライト */
#footer #copy{
					 font-size:60%;
					 float:right;
					 width:300px;
					 color:#999;
					 padding:15px 0 0 0; 
						}
	#footer #copy p{ width:980px; margin:auto;height:45px;  line-height:45px;  }







/* フッターclearfix */
#footerSiteMap:after,
#footerNavi_waku:after, 
#footerSiteMap_waku:after,
.footer_info_area:after,
#footerNavi ul:after,
#footerNavi ul li:after{
  content: "";
  clear: both;
  display: block;
}



/*Fnavi************************ */
#GlovalNavi_foot{ width:967px; margin:0 0 30px 0px; 
							background:url(../images/footer/fnavi_bottom.png) no-repeat center bottom}
 #GlovalNavi_foot ul{ margin:0px ; padding:0px; list-style:none; width:967px; margin:0px auto }
 #GlovalNavi_foot ul li{ margin:0px !important; padding:0px !important; float:left;
 height:60px}
 
 
 
	 #GlovalNavi_foot ul.hide-text li a{
		height: 45px;
		background: url(../images/footer/fnavi.png);no-repeat 0px 0px;
		display:block
			}


	/*ナビ個別設定*/
	#GlovalNavi_foot ul.hide-text li.li_01 a{ background-position:0px 0px; width:194px}
	#GlovalNavi_foot ul.hide-text li.li_02 a{ background-position:-194px 0px; width:193px}
	#GlovalNavi_foot ul.hide-text li.li_03 a{ background-position:-387px  0px; width:193px}
	#GlovalNavi_foot ul.hide-text li.li_04 a{ background-position:-580px  0px; width:193px}
	#GlovalNavi_foot ul.hide-text li.li_05 a{ background-position:-773px  0px; width:194px}
		
		/*MO*/
		#GlovalNavi_foot ul.hide-text li.li_01 a:hover{ background-position:0px -100px}
		#GlovalNavi_foot ul.hide-text li.li_02 a:hover{ background-position:-194px  -100px}
		#GlovalNavi_foot ul.hide-text li.li_03 a:hover{ background-position:-387px  -100px}
		#GlovalNavi_foot ul.hide-text li.li_04 a:hover{ background-position:-580px  -100px}
		#GlovalNavi_foot ul.hide-text li.li_05 a:hover{ background-position:-773px  -100px}
		
		/*カレント*/
		body#customer    #GlovalNavi_foot ul.hide-text li.li_01 a{ background-position:0px -100px}
		body#corporation #GlovalNavi_foot ul.hide-text li.li_02 a{ background-position:-194px  -100px}
		body#ir                 #GlovalNavi_foot ul.hide-text li.li_03 a{ background-position:-387px  -100px}
		body#recruit         #GlovalNavi_foot ul.hide-text li.li_04 a{ background-position:-580px  -100px}
		body#company     #GlovalNavi_foot ul.hide-text li.li_05 a{ background-position:-773px  -100px}









/*--------------------------------------------------------------
################################################################
■ 印刷時対応
################################################################
--------------------------------------------------------------*/


@media print {
	#contents/***/{ overflow:hidden\9;}/*20140811_IE8印刷修正*/

	#footerSiteMap_waku {
		display:none
	}
	#footerNavi_waku{padding-top:20px}
	
	
	/* 右メニューを消す */
	#contents_box,
	#IB_box,
	#link_box,
	#WebA_box,
	#Gaitme_box,
	.pageTop{display:none}
	
	body.top 	#contents_box,
	body.top 	#IB_box,
	body.top 	#link_box,
	body.top 	#WebA_box,
	body.top 	#Gaitme_box{display:block}
	
	
	
/* フッターナビ */
	#footerNavi_waku{ font-size:75%;clear:both;background:url(); }

	#footerNavi ul{  padding:15px 0 15px 0px; width:100%; margin:0px 0px 20px 0px ;background:#00A038}
	#footerNavi ul li{ float:left; margin:0px 0px 0px 10px; padding:0px 10px 0 0px; white-space:nowrap; display:block;
							 border-right:1px solid #81CF9D; line-height:100%}
	#footerNavi ul li:last-child{ border-right:none}
	#footerNavi ul li a{ color:#FFFFFF !important}
	
	











