@charset "UTF-8";


/*ヘッダを固定して常に表示
-----------------------------*/

@media screen {  
body{  
	margin: 0;  
	padding-top:130px;
}  
* html body{  
    overflow: hidden;  
	/*スクロール時のブレ対策*/
    background-image : url("dummy");
    background-attachment: fixed;
}   
div#rock {  
    position: fixed !important;  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 130px;  
    background-color: #FFF;
	z-index:100;
/*IE6ヘッダ固定用*/
    _top: expression(eval(document.documentElement.scrollTop+0)+'px');
}  

* html div#moveable{  
    height: 100%;  
    overflow: auto;  
}  
}  
@media print {  
body {
	margin: 0;  
	zoom: 67%; /*WinIE only */
}
}

/*メインイメージ
-----------------------------*/
/*=====会社案内のトップ=====*/
#mainimage_company_top{
	background:url(../imgs/main_company_top.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}
/*=====ビジョン=====*/
#mainimage_vision{
	background:url(../imgs/main_company_vision.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}

/*=====エコロジー=====*/
#mainimage_ecology{
	background:url(../imgs/main_company_eco.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}

/*=====モノづくり=====*/
#mainimage_make{
	background:url(../imgs/main_company_mono.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}

/*=====会社概要====*/
#mainimage_company{
	background:url(../imgs/main_company_gaiyou.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}

/*=====組織図====*/
#mainimage_organization{
	background:url(../imgs/main_company_soshiki.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}

/*=====沿革====*/
#mainimage_outline{
	background:url(../imgs/main_company_enkaku.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}

/*=====支店営業所=====*/
#mainimage_branch{
	background:url(../imgs/title_img_cf5.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}
