@charset "UTF-8";
/* CSS Document */

.panel{
	cursor: pointer;
	background-image: url(../../nrh_img/top/btn_close.gif);
	background-repeat: no-repeat;
	height: 74px;
	width: 450px;
}
.panel:hover{
	height: 74px;
	width: 450px;
}
.panel a{text-decoration:none}
.panel-closed{display:none}
.panel-up{
	background-attachment: scroll;
	background-image: url(../../nrh_img/top/btn_open.gif);
	background-repeat: no-repeat;
	height: 74px;
	width: 450px;
}
.panel-down{
	background-attachment: scroll;
	background-image: url(../../nrh_img/top/btn_close.gif);
	background-repeat: no-repeat;
	height: 74px;
	width: 450px;
}
.panel-target{padding:0px;background-color:#fff;}