@charset "utf-8";
#headerArea {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
}
#logoArea {
	float: left;
	height: auto;
	width: auto;
	padding: 12px 0 12px 90px;
}
#navLoginArea {
	float: left;
	height: 57px;
	width: 100%;
	line-height: 57px;
}
#navLoginArea a {
	color: #000;
}
#guestArea {
	float: left;
	height: 57px;
	width: auto;
	padding: 0 0 0 55px;
	color: #000;
}

#guestIcon {
	background-image: url(../images/guesticon.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 21px;
	float: left;
	margin: 18px 0 0 0;
}
.guestText {
	float: left;
	height: auto;
	width:auto;
	margin: 0 10px;
	display:inline;
	white-space: nowrap;
}
.guestLine {
	background-image: url(../images/guestline.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 1px;
	margin: 20px 0 0 0;
}
#loginArea {
	float: left;
	height: 57px;
	width: auto;
	padding: 0 0 0 25px;
}
#loginIcon {
	background-image: url(../images/loginicon.gif);
	background-repeat: no-repeat;
	float: left;
	height: 11px;
	width: 11px;
	margin: 22px 0 0 0;
	*margin: 23px 0 0 0;
}
#loginText {
	float: left;
	height: auto;
	width: auto;
	padding: 0 0 0 15px;
}
.nav {
	float: right;
	height: 57px;
	width: auto;
}
#loginOut {
	float: left;
	height: auto;
	width: auto;
	padding: 10px 0 0 15px;
	line-height: 18px;
}
