/* 
Recruit.net
jp-header.css
Latest revision: 22 May 2006
*/

#header {
	background: #fff;
	padding-bottom:1em;
	height: 80px;
	border-bottom: solid 5px #ddd;
	}
*html #header {
	height: 1%;
	}

#header h1 {
	text-indent: -9999px;
	height: 90px;
	margin: 0;
	padding: 0 5px 0 25px;
	}
#header h1 a {
	background: url(../img/logo/logo-all.gif) no-repeat 10px 0px;
	display: block;
	width: 235px;
	height: 69px;
	}
#header h1 a span {
	display: none;
	}
	
.feed {
	position:relative;
	float:right;
	padding-right:5px;
	top: 30px;
}

.feed a{
	text-decoration: none;
	color: #639ACE;
}

.feed a:hover{
	text-decoration: underline;
}