/* CSS Document */
.listp_cont
{
	margin: 7px 20px;
	width: 148px; 
	height: 200px;
	float: left;
}
	.listp_cont .listp_img_cont
	{
		width:148px;
		height:148px;
		padding:0 4px 0 4px;
		position: relative;
	}
		.listp_cont .listp_img_cont img
		{
			position: absolute;
			bottom: 0;
		}
	.listp_cont .text_box_one
	{
		font-size:11px;
		width:148px;
		text-align:left;
	}
	.href_style 
	{
	color:#74A0D4;
	}
	.number_color
	{
	color:#999999;
	}
