@charset   "UTF-8";
a {
	text-decoration: none; 
}
a img {border-style:none;}
body{
	margin : 0px;
padding : 0px;
text-align : center;
}

* html body {
   background: url(null) fixed;     
}  

div#header  {
    position: fixed;  
    top:0;  
    margin: 0 auto;  
}  
* html div#header    {
    position: absolute;     
    top: 		expression(eval(document.documentElement.scrollTop+0));  
}  
img{
	display:block;
}
#main{
	margin-left:auto;    /* 左側マージンを自動的に空ける */
margin-right:auto;   /* 右側マージンを自動的に空ける */
text-align:left;     /* 中身を左側表示に戻す */
width : 980px;  


}
