@charset "UTF-8";

#top #main {
	margin-bottom: -2px;
	}

#top #main h2 {
	border: none;
}

#top .containerBox {
	width: 690px;
	padding: 0;
	clear: both;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

#top #leftColumn {
	width: 405px;
	height: auto;
	clear: both;
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
	}

#top #rightColumn {
	width: 255px;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
	}

/***** ニュース *****/
#top #leftColumn #newsBox {
	width: auto;
	height: 250px;
	margin: 0;
	padding:  0 0 10px 10px;
	/*border-left: 1px solid #333;*/
	/*border-bottom: 1px solid #333;*/
	}

#top #leftColumn #newsBox h2 {
	width: 153px;
	height: 25px;
	margin: 0 0 5px;
	padding: 0;
	/*background: url(../img/top/h_news.gif) no-repeat;*/
	}

#top #leftColumn #newsBoxInner {
	width: auto;
	height: 215px;
	overflow: auto;
	margin: 0;
	padding: 0 5px 0 5px;
	border: 1px solid #999;
	}

/* IE7 */
*:first-child+html #top #leftColumn #newsBoxInner {
	height: 210px;
}

#top #leftColumn #newsBox table {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 12px;
	border: none;
	}

#top #leftColumn #newsBox tr {
	}

#top #leftColumn #newsBox th {
	/*width: 115px;*/
	width: 6em;
	height: auto;
	margin: 0;
	padding: 10px 0 5px 0;
	line-height: 1.3;
	font-weight: normal;
	vertical-align: top;
	border-top: none;
	border-right: none;
	border-bottom: 1px dashed #666;
	border-left: none;
	background: #FFF;
	}

/** html #top #leftColumn #newsBox th {
	width: 85px;
	}*/

#top #leftColumn #newsBox td {
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 0 5px 20px;
	line-height: 1.3;
	border-top: none;
	border-right: none;
	border-bottom: 1px dashed #666;
	border-left: none;
	}

#top #leftColumn .linkBox {
	width: auto;
	height: auto;
	margin: 5px 0 0;
	padding: 0;
	text-align: right;
	font-size: 90%;
	}

#top #leftColumn .linkBox a {
	text-decoration: none;
	}

/***** バナーボックス *****/
#top #leftColumn #bannerBox {
	width: auto;
	height: auto;
	padding: 0;
	text-align: right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

#top #leftColumn #bannerBox img {
	width: auto;
	height: 90px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	}


/***** 右カラム共通 *****/
#top #recommendBox{
	width: auto;
	height: 210px;
	background: url(../img/common/bg01.gif);
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 5px;
	}
#top #recruitBox {
	width: auto;
	height: 95px;
	background: url(../img/common/bg01.gif);
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 5px;
	}
#top #aimBox {
	width: auto;
	height: 55px;
	background: url(../img/common/bg01.gif);
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 5px;
	}
* html #top #recommendBox,
* html #top #recruitBox {
	margin: 0 auto 10px;
	}

#top #rightColumn ul {
	margin: 0;
	padding: 0;
	position: relative;
	}

#top #rightColumn li {
	padding: 0;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

* html #top #rightColumn li {
	margin: 3px 0 0;
	}

#top #rightColumn li a {
	display: block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	}

#top #rightColumn li a img {
	width: 119px;
	height: 36px;
	}

/***** おすすめ情報 *****/
#top #rightColumn #recommendBox h2 {
	width: 244px;
	height: 16px;
	background: url(../img/top/h_recommend.gif) no-repeat;
	margin: 0 auto 1px;
	padding: 0;
	}

/***** 採用情報 *****/
#top #rightColumn #recruitBox h2 {
	width: 244px;
	height: 16px;
	background: url(../img/top/h_recruit.gif) no-repeat;
	margin: 0 auto 1px;
	padding: 0;
	}

/***** 看護士を目指す・・・ *****/
#top #rightColumn #aimBox h2 {
	width: 244px;
	height: 16px;
	background: url(../img/top/h_aim.gif) no-repeat;
	margin: 0 auto 5px;
	padding: 0;
	}

/***** 共通クラス *****/
.left {
	float: left;
	}

.right {
	float: right;
	}

.first {
	clear: both;
	}
#top #wrapper #main #contents .containerBox #leftColumn #linked {
	margin: 0px;
	width: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/***** 小野追加しました。2017.09.18 *****/
#top #wrapper #main #contents .containerBox #rightColumn #recommendBox .pullnavtop li {
	width: 119px;
}
#top #wrapper #main #contents .containerBox #rightColumn #recommendBox .pullnavtop .right {
	float: right;
}
#top #wrapper #main #contents .containerBox #rightColumn #recommendBox .pullnavtop .first.left {
	float: left;
}
#top #wrapper #main #contents .containerBox #rightColumn #recommendBox .pullnavtop {
}
#top #wrapper #main #contents .containerBox #rightColumn #recommendBox .pullnavtop .first.left {
	margin-bottom: 5px;
}
#top #wrapper #main #contents .containerBox #rightColumn #recommendBox .pullnavtop .right {
	margin-bottom: 5px;
}
td a #wnakamoji {
    color: #F00;
}
