
#contents .edit_zone .btn_list{
		margin: 0 auto 30px;
}

#contents .edit_zone .btn_list:after{
		content: " "; display: block; height: 0; clear: both;	
}

#contents .edit_zone .btn_list li{
/*
		float: left;
*/
		display:block;
		
		margin: 0 auto 15px;	
		
		width: 230px;
}
/*
#contents .edit_zone .btn_list li:first-child{
		margin-left: 0;	
}
*/
#contents .edit_zone .btn_list li a{
		display: block;	
}

#contents table{
		table-layout: fixed;	

		margin: 0 0 40px;
		
		width: 100%;
		
		border-collapse: collapse;		

		border: 1px solid #CCC;
		border-left: 0;
		border-right: 0;
}
#contents table tbody{
}
#contents table tbody tr{
		border-bottom: 1px solid #D4D4D4;
}

#contents table tbody tr th{
		width: 26px;
	
		padding: 8px 12px;

		vertical-align: top;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
	
		background: #EFEFEF;
}
#contents table tbody tr td{ 
		padding: 8px 12px;
		
		line-height: 180%;
		vertical-align: top;
}

#contents table tbody tr td a:link,
#contents table tbody tr td a:visited{
		color: #0059B2;
		text-decoration: none;
}
#contents table tbody tr td a:hover,
#contents table tbody tr td a:active{
		color: #E60214;
}

#contents table tbody tr td a:before{
		float: left;
		display: block;
		content: "●";
		font-size: 14px;
		color: #999999;		
		margin-right: 5px;
}














