@charset "utf-8";

/*--------------------------------------
	Style Name : News Style Sheet

	main-content
--------------------------------------*/


/*--------------------------------------
	div#main-content
--------------------------------------*/

/*	div.pseudo-frame
--------------------------------------*/

div.pseudo-frame {
	padding-top:30px;
	height:390px;
}

div.pseudo-frame div.section {
	margin:0 0 10px 20px;
	overflow:hidden;
	width:515px;
	min-height:100px;
	border-bottom:1px solid #adacac;
	zoom:1;
}

* html div.pseudo-frame div.section {
	height:auto !important;
	height:100px;
}

div.pseudo-frame div.section h3.section-title {
	margin:0;
}

div.pseudo-frame div.section div.image {
	margin:-14px 0 10px 0;
	float:right;
}

div.pseudo-frame div.section div.image img {
	width:100px;
}

div.pseudo-frame div.section div.text {
	width:400px;
	float:left;
}

