@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : style.css
 Style Info : ナース募集ページのCSS
=================================================================== */

/***************************************
	main
***************************************/

#page-tit #sub-tit{
	margin-top: -20px;
	padding-left: 250px;
	font-size: 20px;
	color: #c00;
}

/*** left-clm-sub ***/ 

#cel th{
	padding: 5px 0;
	width: 100px;
	text-align: right;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
#cel td{
	padding: 5px 0 5px 1em;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
/*** right-clm-sub ***/

#right-clm-sub #movie{
	margin: 20px auto;
}

/*** president-msg w=870 h=310***/
#president-msg{
	margin: 10px auto;
	padding: 30px 30px 30px 180px;
	background: url("../images/recruit/president-msg-bg.gif") no-repeat;
	width: 660px;
	height: 250px;
	line-height: 1.6em;
}

/*** sub-navi ***/
#main #sub-navi{
	padding: 0 0 20px 20px;
}
#sub-navi li{
	margin-right: 1em;
	float: right;
}
