@charset "UTF-8";

/*=====メイン===============*/


#main_content .top_img {
	height: 195px ;
	margin: 10px 0px 10px 0px;
}

/*新着お仕事・情報の日付の部分の指定*/

#main_content span {
	padding: 0px 10px 0px 0px;
	color: #2c4882 ;
	font-weight:bold;
}

#main_content ul {
	list-style: none;
	width :533px;
	margin: 0px;
	padding: 5px 5px 5px 5px;
}

#main_content li {	
	height:15px;
	margin: 3px 8px 0px 3px;
	padding: 1px 3px 3px 20px;
	border-bottom:1px dotted #2c4882;
	background:url(../img/icon_pointer.gif) no-repeat top;
	background-position:0px 0px;
	color:#333333;
}

#main_content .content_more {	
	margin: 0px 8px 0px 0px;
	padding-right:15px;
	background:url(../img/icon_pointer_more.gif) no-repeat right;
	text-align:right;
	color:#2c4882;
	font-size: 11px;
}

/*新着お仕事・情報 バナー*/

#main_content .top_banner_kari , .top_banner_job {
	width:267px;
	height:97px;
	margin: 0px 0px 10px 0px;
}

#main_content .top_banner_kari {
	float:left;
}

#main_content .top_banner_job {
	float:right;
}

/*新着お仕事・情報 タイトル*/

#main_content .top_content_title {
	height: 30px;
	width: 545px;
	margin: 0px 0px 0px 0px;
	clear:both;
}

/*新着お仕事・情報 リスト*/

#main_content .top_new {
	width: 541px;
	margin: 0px 0px 10px 0px;
	border:1px solid #2c4882;
	font-size: 11px;
}

#main_content .top_content_title_job {
	background:url(../img/top_title_job.gif) no-repeat top;

}

#main_content .top_content_title_info {
	background:url(../img/top_title_info.gif) no-repeat top;
}

