@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 */
}
}  

/*メインイメージ
-----------------------------*/
/*=====サービスのトップ=====*/
#digitalcatalog_top{
	background:url(../imgs/main_cataloue.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}

/*見出し（メイン内）
-----------------------------*/

.midashi_order{
	width:718px;
	height:30px;
	background:url(../imgs/midashi01-2.jpg) no-repeat;
	border-top:1px solid #CFCFCF;
	border-left:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	text-indent:20px;
	color:#333333;
	font-size:17px;
	font-weight:500;
	line-height:32px;
}

/*枠01（メイン内）
-----------------------------*/

.order_waku01{
	width:718px;
	border:1px solid #CFCFCF;
	padding:15px;
}
