@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;  
/*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 */
}
}


/*li(マークつける)
-----------------------------*/
ul.list_disc li{
	list-style:disc;
	margin:20px;
	}


/*封筒テンプレートダウンロード・名刺（システムOAのページへ）
-----------------------------*/	
.yellowback{
	width:718px;
	height:150px;
	background-color:#FFFFCC;
	border:none;
}

  /*冠婚葬祭・表
-----------------------------*/	
.list_a td{
	height:20px;
	background-color:#CCCCCC;
	text-align:center;
}
  
.list_b td{
	height:20px;
	background-color:#FFFFFF;
	text-align:center;
}


  /*封筒サイズ一覧表画面センター表示
-----------------------------*/
#main_center {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
	height: 100%;
}

  


/*メインイメージ
-----------------------------*/
/*=====封筒=====*/
#mainimage_envelope{
	background:url(../imgs/mainimage_envelope.jpg) no-repeat ;
	width:750px;
	height:172px;
	overflow:hidden;
	text-indent:-9999px;
}

/*=====名刺=====*/
#mainimage_visiting{
	background:url(../imgs/mainimage_visiting.jpg) no-repeat ;
	width:750px;
	height:172px;
	overflow:hidden;
	text-indent:-9999px;
}

/*=====はがき・カード=====*/
#mainimage_postcard{
	background:url(../imgs/mainimage_postcard.jpg) no-repeat ;
	width:750px;
	height:172px;
	overflow:hidden;
	text-indent:-9999px;
}

/*=====冠婚葬祭用=====*/
#mainimage_special{
	background:url(../imgs/mainimage_special.jpg) no-repeat ;
	width:750px;
	height:172px;
	overflow:hidden;
	text-indent:-9999px;
}


/*=====賞状・株券=====*/
#mainimage_certificate{
	background:url(../imgs/mainimage_certificate.jpg) no-repeat ;
	width:750px;
	height:172px;
	overflow:hidden;
	text-indent:-9999px;
}


/*=====エコロジー=====*/
#mainimage_eco{
	background:url(../imgs/mainimage_eco.jpg) no-repeat ;
	width:750px;
	height:172px;
	overflow:hidden;
	text-indent:-9999px;
}


/*=====システム・OA機器=====*/
#mainimage_oa{
	background:url(../imgs/mainimage_oa.jpg) no-repeat ;
	width:750px;
	height:172px;
	overflow:hidden;
	text-indent:-9999px;
}


/*=====カレンダー=====*/
#mainimage_calendar{
	background:url(../imgs/mainimage_calendar.jpg) no-repeat ;
	width:750px;
	height:172px;
	overflow:hidden;
	text-indent:-9999px;
}


/*=====年賀状=====*/
#mainimage_newyears{
	background:url(../imgs/mainimage_newyears.jpg) no-repeat ;
	width:750px;
	height:172px;
	overflow:hidden;
	text-indent:-9999px;
}



/*=====その他=====*/
#mainimage_etc{
	background:url(../imgs/mainimage_etc.jpg) no-repeat ;
	width:750px;
	height:172px;
	overflow:hidden;
	text-indent:-9999px;
}


/*=====商品一覧トップ=====*/
#mainimage_product{
	background:url(../imgs/mainimage_product.jpg) no-repeat ;
	width:750px;
	height:172px;
	overflow:hidden;
	text-indent:-9999px;
}

/*=====廃版商品=====*/
#mainimage_haiban{
	background:url(../imgs/main_haiban.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}


/*トピックス右ボタンバック
-----------------------------*/
.midashi01_right3{
	width:200px;
	margin:4px;
	text-align:right;
	float:right;
}
