@charset "utf-8";

/* BERUFORT TOP.CSS  */


/*----BASIC STRUCTURE----*/

#main{
	margin-bottom:14px;
	width: 820px;
}

#promoWrap{
	margin:0;
	padding:5px;
	width:820px;
	height:320px;
	background: url(../images/promoBg.jpg) no-repeat;
}

#news_block{
	float:left;
	width:610px;
}

div#news_block p#mainBanner
{
	margin: 36px 0 10px 0;
}

#event
{
	margin: 0 0 0 0;
	padding: 35px 0 0 160px;
	width: 450px;
	height: 95px;
	background: url(../images/event.jpg) no-repeat;
	overflow: hidden;
}

#pickup{
	padding-bottom:24px;
	background:url(../images/box_bg.gif) no-repeat bottom;
	position:relative;
}

#news{
	padding-bottom:24px;
	background:url(../images/box_bg.gif) no-repeat bottom;
	position:relative;
}

#banner {
	float:right;
	margin-top:36px;
	width:190px;
}

/*----NEWS----*/


#event h2
{
	text-indent:-9999px;
}

#event h3
{
	font-size: 18px;
	font-weight: 800;
}

#event h3 a
{
	color: #FFFF82;
}

#event h3 a:hover
{
	text-decoration: underline;
	color: #FFFF82;
}

#event p
{
	margin: 2px 0 0 0;
	width: 430px;
	font-size: 12px;
}

#event p a
{
	color: #FFFFFF;
}

#event p a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

#pickup h2{
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	width:610px;
	height:100px;
	background:url(../images/pickup.jpg) no-repeat;
	text-indent:-9999px;
}

#news h2{
	margin:20px 0 0 0;
	padding:0 0 10px 0;
	width:610px;
	height:60px;
	background:url(../images/news.jpg) no-repeat;
	text-indent:-9999px;
}

.feed_btn01{
	display:block;
	position:absolute;
	top:42px;
	right:10px;
}

.feed_btn02{
	display:block;
	position:absolute;
	top:13px;
	right:10px;
}

#news_block a{
	color:#666666;
}

#news_block a:hover{
	color:#b1adad;
}

#news_block dl{
	width:610px;
	height:42px;
	background:url(../images/line_bg.png) no-repeat bottom;
}

#news_block dt,
#news_block dd{
/*
	padding:10px 0 12px 11px;
*/
	padding:10px 0 0 11px;
	height:30px;
	
	font-size:77%;
	color:#666666;
}

#news_block dt{
	float:left;
	margin:0 20px 0 0;
}

#news_block dd{
	line-height:1.7;
}

/*----BANNER----*/

#banner h3 {
	margin-bottom:9px;
}

#banner li {
	margin-bottom: 9px;
}

#banner a {
	display: block;
	width: 190px;
}




