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

#header {
	margin:0 0 0 60px;
	padding:0;
	height:130px;
	text-align:left;
}
#logo {
	width:188px;
	float:left;
}
#head-content {
	width:680px;
	height:30px;
	float:left;
}
.button-login {
	margin:37px 0 0 0;
	float:right;
	width:168px;
	height:44px;
}
.button-login span {
	display:none;
}
.button-login a {
	background:url(../images/but-login.jpg) no-repeat top left;
	display:block;
	height:44px;
}
.button-login a:hover {
	background-position:0 -44px;
}
.button-welcome {
	margin:37px 0 0 0;
	float:right;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
.button-welcome p {
font-size:100%;
line-height:1.2em;
}