/*
----------------------------------

PIKKLES | pikkles.com

copyright 2009

----------------------------------
*/

#news .title {
	padding-bottom: 5px;
	border-bottom: 1px solid #d7d7d7;
}

#news .title h2 {
	float: left;
	color: #252525;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#news .title p {
	float: right;
}

#news .title p a, #news .title p a:visited {
	color: #f7941e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 18px;
}

#news .item {
	margin-top: 10px;
}

#news .item .date {
	float: left;
	width: 100px;
	color: #252525;
	font-size: 11px;
	line-height: 16px;
}

#news .item .text {
	float: left;
	width: 240px;
	color: #252525;
	font-size: 11px;
	line-height: 16px;

}

#news .item .text a, #news .item .text a:visited {
	color: #f78200;
}

#recruit {
	margin-top: 20px;
	padding: 7px;
	border: 1px solid #d7d7d7;
}

#recruit h1 {
	color: #f78200;
	font-size: 16px;
	font-weight: bold;
}

#recruit p {
	color: #464646;
	font-size: 11px;
	line-height: 22px;
}

#recruit p em {
	font-weight: bold;
}

#recruit p a, #recruit p a:visited {
	padding: 2px 5px;
	color: #ffffff;
	background-color: #f78200;
}

#banner1 {
	width:150px;
	margin-top: 20px;
	float: right;
}
#banner2 {
	width:150px;
	margin-top: 20px;
	padding: 7px;
	float: right;
	border: 1px solid #d7d7d7;
}

.b_left {
	float: left;
}

.b_right {
	float: right;
}