/*==========================================================================
管理ページ
*/

	
	
#kanri_header{
	width:920px;
	margin:0 auto;
	padding:0;	
}
table.list tbody tr:nth-child(2n+1) {
background-color:#e1e1e1;
color: white;
}
table.list tbody tr:nth-child(2n+0) {
background-color:#f5f5f5;
}
	
.news_title_bar{
	display:block;
	margin:50px 0 30px 0;
	padding:5px;
	width:900px;
	background:#f1f1f1;
	overflow:hidden;
	border-left:#003a82 10px solid;
}

.news_title_box{
	display:block;
	margin:10px 0;
	padding:10px;
	width:895px;
	background:#f1f1f1;
	overflow:hidden;
	border-left:#333 5px solid;
}

.news_title{
	display:block;
	float:left;
	font-size:18px;
	font-weight:bold;
}

.news_date{
	display:block;
	float:right;
	font-size:12px;
}



.news_pic{
	margin:0 0 10px 20px;
	float:right;
}