@charset "utf-8";

/*-------------------------------------------------------------------------

エムアンドアールのトップページのメイン部分のcssです

-------------------------------------------------------------------------*/

/*----------------------------------------------------
	トップページ
----------------------------------------------------*/

#main div#top-message {
	margin:0 0 15px;
	padding:0 0 30px 10px;
	_height:1%;
	background:url(../img/top-dashed-bottom.gif) no-repeat right bottom;
}

#main div#top-message h2 {
	background:url(../img/top-dashed-top.gif) no-repeat right top;
}

#main div#top-message h2 img {
	position:relative;
	bottom:7px;
}

#main div#top-message p {
	margin:5px 15px 0;
	font-size:116%;
	line-height:1.5;
}

#main div#top-jobinfo {
	margin:0 0 15px;
	padding:0 0 10px;
	width:623px;
	_height:1%;
	background:url(../img/jobinfo-bg.jpg) no-repeat bottom;
}

#main div#top-jobinfo div.btn {
	float:right;
	margin-top:-22px;
	padding-right:20px;
}

#main div#top-jobinfo div.btn a {
	display:block;
	width:234px;
	height:46px;
	position:relative;
}

#main div#top-jobinfo div.btn a:hover {
	top:2px;
	left:2px;
}

#main div#top-jobinfo p {
	margin:5px 30px 0 15px;
	line-height:1.5;
	font-weight:bold;
}

#main div#top-news {
}

#main div#top-news h2 {
}

#main div#top-news ul {
	margin:15px 0 0;
}

#main div#top-news ul li {
	padding:4px 0 6px 22px;
}

#main div#top-news ul li.new {
	background:url(../img/icon-new.gif) no-repeat left top;
}