@charset "shift_jis";

/*ヘッダー　スクロール表示*/
#scrollhead {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width:100%;
}
#scrollhead #header {
	padding-bottom: 0;
}
#scrollhead #header #headbg {
	width:1000px;
	height:92px;
	background:url("../images/header.jpg") 0 0 no-repeat;
	background:url("../images/header.jpg") 0 0 no-repeat;
}
#scrollhead #header #headbg #reg {
	position: relative;
	top: 6px;
	left: 680px;
}
#scrollhead #header #headbg #reg a {
	display:block;
	width:307px;
	height:53px;
	background:url("../images/hd_btn01_h.gif") 0 0 no-repeat;
}
#scrollhead #header #headbg #reg a:hover img {
	display:none;
}
#scrollhead #header #headbg .twtbtn {
	position: relative;
	top: 12px;
	left: 680px;
}
#pcblock {
	padding-top:92px;
}
