

.list_count_box{
	float:left;
	width:100%;
	padding-top:10px;
}

	.list_count{
		float:left;
	}
	
	.list_link_box{
		float:right;
	}
	
#list_contents{
	float:left;
	width:100%;
	margin:5px 0px;
	background:#FFFFFF;
	border:#CCCCCC solid 1px;
	padding-bottom:10px;
}

	#list_category_name{
		float:left;
		width:100%;
		text-align:center;
		padding-top:20px;
		padding-bottom:20px;
		border-bottom:#CC66FF solid 1px;
		margin-bottom:10px;
		background:#993333;
		color:#FFFFFF;
	}
	
	.list_item_line{
		float:left;
		width:100%;
		padding:5px 0px;
		text-align:center;
	}
	
		.list_item_box{
			float:left;
			width:33%;
		}
		
		.index_newitem_box_center{
			float:left;
			width:30%;
			padding:0px 20px;
		}
		
			.list_item_text{
				float:left;
				width:100%;
				padding:2px 0px;
				text-align:center;
			}
			
				.list_item_date{
					font-size:11px;
					color:#CC0000;
				}
		
			.list_item_photo{
				float:left;
				width:100%;
				text-align:center;
				padding-bottom:5px;
			}
			
				.list_item_photo img{
					padding:2px;
					border:#cccccc solid 1px;
				}
