@charset "UTF-8";


/*ヘッダを固定して常に表示
-----------------------------*/

@media screen {  
body{  
	margin: 0;  
	padding-top:100px;
}  
* 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: 100px;  
    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 */
}
}  



/*メインイメージ
-----------------------------*/

/*=====更新履歴-詳細=====*/
#mainimage_whatsnew{
	background:url(../imgs/main_whatsnew.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}
/*=====展示会情報-詳細=====*/
#mainimage_tenji{
	background:url(../imgs/main_tenji.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}

/*=====イチオシ商品＆新製品=====*/
#mainimage_recommend{
	background:url(../imgs/main_ichioshi.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}

/*=====個人情報保護方針=====*/
#mainimage_privacy{
	background:url(../imgs/main_privacy.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}
/*=====サイトマップ=====*/
#mainimage_sitemap{
	background:url(../imgs/main_sitemap.jpg) no-repeat ;
	width:750px;
	height:137px;
	overflow:hidden;
	text-indent:-9999px;
}


/*更新履歴関連
-----------------------------*/
.whatslist {
	border-bottom:1px solid;
}
