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

#container #header {
	height: 84px;
	width: 750px;
	margin-left: 6px;
	padding-left: 6px;
}
#container  #header  #sitename {
	width: 290px;
	position: absolute;
	height: 58px;
	top: 0px;
	left: 6px;
	z-index: 1;
}
#container #header #contact {
	position: absolute;
	top: 0px;
	z-index: 2;
	width: 460px;
	left: 296px;
}
#container #header #gnline {
	background: url(../images/headerline.gif) top left no-repeat;
	position: absolute;
	height: 26px;
	width: 750px;
	left: 6px;
	top: 58px;
	z-index: 3;
	border-bottom: 1px solid #899C7F;
}
#container #header #gnline #pklist {
	line-height: 22px;
	background-color: #FFFFFF;
	background-image: url(../images/header/header_pkl_bg.gif);
	position: absolute;
	left: 0px;
	top: 4px;
	font-size: 8pt;
	padding-left: 10px;
	width: 289px;
	z-index: 4;
	height: 22px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#container #header #gnline #pklist a {
	text-decoration: none;
}
#container #header #gnline #pklist a:hover {
	text-decoration: underline;
}
#container #header #gnline #gnavi {
	background-color: #dddfd5;
	position: absolute;
	height: 22px;
	top: 4px;
	width: 373px;
	z-index: 5;
	line-height: 22px;
	left: 301px;
}

