div#headwrapper {
	width: 780px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: url(images/header_bg4.jpg) no-repeat 0px 0px;
}

/*<group=ホームに戻る>*/

div#gotoHome {
	width: 326px;
	height: 72px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(images/headerlogo.jpg) no-repeat 0px 0px;
}

div#gotoHome span {
	display: none;
}

div#gotoHome a {
	background: no-repeat url(images/headerlogo.jpg) 0px 0px;
	width: 326px;
	height: 72px;
	margin: 0;
	padding: 0;
	display: block;
}

	
/*</group>*/

/*<group=タブ>*/

ul#hpnaviTab {
	width: 245px;
	list-style: none;
	margin: 0 0 0 200px;
	padding: 0;
	display: block;
	float: left;
}

ul#hpnaviTab span {
	display: none;
	margin: 0;
	padding: 0;
}

.tab01 {
	width: 120px;
	height: 25px;
	display: block;
	float: left;
}

.tab01 a {
	background: url(images/gohp_btn.jpg) no-repeat 0px 0px;
	width: 120px;
	height: 25px;
	display: block;
}

.tab01 a:hover {
	background: url(images/gohp_btn.jpg) no-repeat 0px -35px;
	width: 120px;
	height: 25px;
}

.tab02 {
	width: 125px;
	height: 25px;
	display: block;
	float: left;
}

.tab02 a {
	background: url(images/gocb_btn.jpg) no-repeat 0px 0px;
	width: 125px;
	height: 25px;
	display: block;
}

.tab02 a:hover {
	background: url(images/gocb_btn.jpg) no-repeat 0px -35px;
	width: 125px;
	height: 25px;
}
	
/*</group>*/

/*<group=ログイン>*/

/*#loginBox {
	width: 450px;
	height: 55px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	background: #3366ff;
}*/

.hdP {
	color: #ffffff;
	font: bolder 10pt "Lucida Grande";
	float: left;
	width: 290px;
	margin: 0 0 0 10px;
	padding-top: 5px;
}

p[class="hdP"] {
	color: #ffffff;
	font: bolder 10pt "Lucida Grande";
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
	padding-top: 5px;
}

div#headwrapper table {
	width: 450px;
	height: 55px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

div#headwrapper form {
	margin: 0;
	padding: 0;
}

.inID {
	font-size: 9pt;
	width: 80px;
	padding: 0;
	margin: 0;
}

input[class="inID"] {
	font-size: 9pt;
	width: 80px;
	padding: 0;
	margin: 0;
}

.inPW {
	font-size: 9pt;
	width: 80px;
	padding: 0;
}

div#loginBtn {
	margin: 5px 0 0 20px;
	padding: 0;
	display: block;
	width: 96px;
	height: 44px;
	float: left;
	top: -8px;
	position: relative;
}


div#loginBtn a {
	width: 96px;
	margin: 0 5px 0 0;
	padding: 0;
	display: block;
	background: no-repeat 0px 0px url(images/loginbtn.jpg);
	height: 44px;
}

div#loginBtn a:hover {
	width: 96px;
	height: 44px;
	margin: 0 5px 0 0;
	padding: 0;
	background: no-repeat 0px -50px  url(images/loginbtn.jpg);
}




div#loginBtn span {
	display: none;
}
	
/*</group>*/

/*<group=ログアウト>*/

div#logoutBtn {
	margin: 0px 10px 0 20px;
	padding: 0;
	display: block;
	width: 96px;
	height: 44px;
	top: -5px;
	position: relative;
	float: right;
}

div#logoutBtn a {
	width: 96px;
	margin: 0px;
	padding: 0;
	display: block;
	background: no-repeat 0px 0px url(images/logoutbtn.jpg);
	height: 44px;
}

div#logoutBtn a:hover {
	width: 96px;
	height: 44px;
	margin: 0;
	padding: 0;
	background: no-repeat 0px -50px url(images/logoutbtn.jpg);
}

div#logoutBtn span {
	display: none;
}

.welmsg {
	font: bolder 12pt "Lucida Grande";
	color: #ffffff;
	float: left;
	margin: 0 0 0 20px;
	width: 280px;
	padding-top: 5px;
}


.login-bar{
		float:right;
		width: 440px;
		}

	
