/* みんなのギャラリー用 */
.ba_list{
	background-color:#008c00;
	color:#fff;
	width:100%;
	pading:5px 20px;
	text-align:center;
}
.ba_list a{
	color:#fff;
}
.gallery_list{
	width:100%;
	border-collapse:collapse;
	border-spacing:none;
}
.gallery_list tr:nth-child(2n+1) td{
	background-color:#ffc;
}
.gallery_list a{
	display:block;
	padding:5px 10px;
}
.gallery_list a:hover{
	text-decoration:none;
}
.gallery_search{
	border-collapse:collapse;
	border-spacing:0;	
	width:65%;
	margin:auto;
}
.gallery_search td:first-child{
	background-color:#090;
	color:#fff;
	padding:5px 20px;
	border-bottom:1px solid #fff;
	text-align:center;
	width:20%;
}
.gallery_search tr:last-child td:first-child{
	border-bottom:1px solid #090;	
}
.gallery_search td:nth-child(2){
	border:1px solid #ccc;	
	padding:5px 30px;
	text-align:center;
}
.gallery_search select{
	width:400px;
}