/*===============================================
画面の横幅が640pxまで（PC用）
===============================================*/
@media screen and (min-width:768px){
* {

}
	header {
		width:980px;
	height: 85px;
    z-index: 10000;
	position: fixed;
	z-index:200;
}
header nav {
    position: absolute;
    top: ０
}
#pagebody {
 
    margin:0 auto;
width:980px;  
}
header nav a {
	color: #fff;

    text-decoration: none;
}