@charset "utf-8";


/*
 * 新着情報
 */

#news{
	width: 276px;
	float: left;
	font-size: 0.9em;
	position: relative;
}

#news h2 {
	width: 276px;
	height: 37px;
	font-size: 1px;
	line-height: 0em;
	vertical-align: bottom;
	margin: 0 0 8px 0;
}

#news dt {
	color: #d7000a;
	line-height: 1.4em;
}

#news dd {
	background: url(../images/top/news_line.png) no-repeat left bottom;
	padding: 0 0 7px 0;
	margin: 0 0 5px 0;
	line-height: 1.4em;
}

#news a {
	color: #0068b7;
}

#news #nlist {
	width: 80px;
	height: 19px;
	position: absolute;
	left: 190px;
	top: 11px;
}

#news #nlist a {
	display: block;
	width: 80px;
	height: 19px;
	background: url(../images/top/newslist.png) no-repeat left top;
}

#news #nlist a span {
	position:absolute;
	overflow:hidden;
	width:0;
	height:0;
}

#news #nlist a:link,
#news #nlist a:visited {
	background-position: left top;
}

#news #nlist a:hover,
#news #nlist a:active {
	background-position: left -19px;
}


/* 
 * リクルート関連情報 
 */
 
#recruit_news {
	width: 276px;
	padding: 0 16px;
	float: left;
	font-size: 0.9em;
}

#recruit_news h2 {
	width: 276px;
	height: 37px;
	font-size: 1px;
	line-height: 0em;
	vertical-align: bottom;
	margin: 0 0 5px 0;
}

#recruit_news dl {
	margin-bottom: 10px;
}

#recruit_news dt {
	line-height: 1.4em;
	color: #ff7800;
}

#recruit_news dd {
	background: url(../images/top/news_line.png) no-repeat left bottom;
	padding: 0 0 7px 0;
	margin: 0 0 5px 0;
	line-height: 1.4em;
}

#recruit_news a {
	color: #ff7800;
}

/*
 * バナー
 */

#banner{
	width: 276px;
	float: right;
}

#banner li {
	width: 276px;
	margin-bottom: 10px;
}

