@charset "utf-8";

/*--------------------------------------
	Style Name : news Style Sheet

	content
--------------------------------------*/


/*--------------------------------------
	div#content
--------------------------------------*/

#content #section-01 #news {
	position:absolute;
	top:1px;
	left:151px;
	overflow:auto;
	width:415px;
	height:550px;
	background-color:#e2e2e1;
}

#content #section-01 #news div.block {
	margin:-0.5em 5px 5px;
	padding-left:10px;
}

#content #section-01 #news div.block.pseudo-first-child {
	margin-top:5px;
}

#content #section-01 #news div.block h3.title {
	margin:0 0 5px -10px;
	padding-left:8px;
	border-left:10px solid #ff0078;
	color:#fff;
	background-color:#818181;
}

#content #section-01 #news div.block li.title {
	padding-left:8px;
	border-left:10px solid #ff0078;
	color:#fff;
	background-color:#818181;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: -10px;
}

