@charset "Shift_JIS";
/* CSS Document */


/* 汎用スタイル
========================================== */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/* 
========================================== */
img {
	border: none;
}

/*--------------------------------------------------求人ナースバナー（使わない）*/
#bnr_nurse {
	background: #fff;
	width: 704px;
	padding: 3px 0 10px 0;
}
#bnr_nurse p {
	background: #f09088;
	margin: 0 5px 0 6px;
	text-align: right;
	padding: 3px 10px;
}
#bnr_nurse p a {
	background: url(../img/icon_nurse.gif) no-repeat 0px 50%;
	padding: 0 0 0 10px;
	font-size: 14px;
}
#bnr_nurse p a:link { color:#fff; text-decoration:underline;}
#bnr_nurse p a:visited { color:#fff; text-decoration:underline;}
#bnr_nurse p a:hover , #bnr_nurse p a:active { color:#fff; text-decoration:none;}


/* ▼ナース、オフィス　バナー */
.bnrBox {
	width: 690px;
	margin: 10px 5px 10px 5px;
}
/* 左　ナース */
.bnrBoxL {
	float: left;
	display: inline;
	width: 340px;
	text-align: left;
	background: #f09088;
}
/* 右　オフィス */
.bnrBoxR {
	float: right;
	display: inline;
	width: 340px;
	text-align: left;
	background: #FF7E23;
}
.bnrBox img {
	margin: 5px 0 5px 5px;
}
.bnrBox p {
	font-size: 14px;
	margin: 0;
	background: url(../img/icon01.gif) no-repeat 10px 5px;
	padding: 0 5px 5px 20px;
}
.bnrBox p a:link { color:#fff; text-decoration:underline;}
.bnrBox p a:visited { color:#fff; text-decoration:underline;}
.bnrBox p a:hover , .bnrBox p a:active { color:#fff; text-decoration:none;}
