@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_service_top{
	background:url(../imgs/main_service_top.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}

/*=====見本帳のご請求=====*/
#mainimage_mihon{
	background:url(../imgs/main_service_mihon.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}

/*=====既製品web発注=====*/
#mainimage_web{
	background:url(../imgs/main_service_web.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}

/*=====おもしろプラザ=====*/
#mainimage_plaza{
	background:url(../imgs/main_service_omoshiro.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}

/*=====無料ダウンロード=====*/
#mainimage_download{
	background:url(../imgs/main_service_download.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}
/*=====チラシ=====*/
#mainimage_service_chirashi{
	background:url(../imgs/main_service_chirashi.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}

/*=====キングニュース=====*/
#mainimage_service_news{
	background:url(../imgs/main_service_news.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}
