/* 焼肉平安求人のご案内レイアウトCSS Document */
 
/* ==================== コンテンツ部分 ==================== */
#contents{
    width:720px;
	padding:122px 0px 0px 0px;
	margin:0px;
	background-color:#FFFFFF;
	text-align:center;
	}

/* ==================== メインコンテンツ部分 ==================== */
#maincontents{
    width:720px;
	background-color:#FFFFFF;
	text-align:left;
	} 

/* ==================== 求人情報内容 (メインコンテンツ)==================== */	
#maincontents img{
     text-align:left;
     margin:20px 0px 0px 30px;
	 }
	
.recruit{
     width:600px;
	 text-align:left;
	 margin:20px 30px 20px 50px;
	 }

ul{
     line-height:170%
	 }