/* 
	管理HOMEページのCSS定義
*/

/* **************************************************************************** */
/* CSSの再定義 Start */
#m_s_recruit_top a {
	background: url(../../img/menu_sub_recruit_top.png) 10px 9px no-repeat;
	background-color: #ddd;
}
#m_s_recruit_con a {
	background: url(../../img/menu_sub_recruit_con.png) 10px 9px no-repeat;
}
#m_s_recruit_mi a {
	background: url(../../img/menu_sub_recruit_mi.png) 10px 9px no-repeat;
}
#m_s_recruit_ro a {
	background: url(../../img/menu_sub_recruit_ro.png) 10px 9px no-repeat;
}
#m_s_recruit_am a {
	background: url(../../img/menu_sub_recruit_am.png) 10px 9px no-repeat;
}
dl,dt,dd {
	padding: 0;
	margin: 0;
}
div.rec_contents {
	clear: both;
	width: 570px;
}
div.rec_news {
	width: 330px;
	float: left;
	display: inline;
}
div.employee_introduction {
	width: 220px;
	float: right;
	display: inline;
}
.new_clear {
	clear: both;
	line-height: 0;
}

/* 基本CSSの再定義 End */
/* **************************************************************************** */


/* テーブルの幅定義 */

.essential {
	border: 1px solid #ccc;
	width: 325px;
	padding: 20px;
}
html>body .essential {
	width: 285px;
}
.essential h3{
	margin-bottom: 15px;
}
.essential ul{
	margin-left: 0px;
	list-style-type: none;
}
