/* 
Recruit.net
jp-header.css
Latest revision: 22 May 2006
*/

#header {
	background: #fff;
	margin:0;
	height: 70px;
	border-bottom: solid 5px #ddd;
	}
*html #header {
	height: 1%;
	}

#header h1 {
	text-indent: -9999px;
	height: 50px;
	margin: 0;
	padding: 20px 5px 0 0;
	}
#header h1 a {
	background: url(../img/logo.gif) no-repeat 10px 0px;
	display: block;
	width: 225px;
	height: 48px;
	}
#header h1 a span {
	display: none;
	}

