@charset "utf-8";



/**********************************************************************/
/**
	board gallery
**/
#asha_board_gallery {
	clear:both;
	margin:0 auto;
	margin-bottom:30px;
	width:765px;
}

#asha_board_gallery_null {
	clear:both;
	margin:0 auto;
	margin-bottom:30px;
	width:765px;

	height:500px;
	font-size:12px;
	
	font-style: normal;
	line-height: 150%;
	
	color: #888;
	text-align:center;
}

#asha_board_gallery_tb {
	margin:0 auto;
	margin-left:2px;
	width:100%;
	height:270px;
}

#asha_board_gallery_tb_bloc {
	margin:0 auto;
	margin-right:5px;
	width:248px;
	height:248px;
	float:left;

	border:1px solid #ededed;
}

#asha_board_gallery_bloc_img {
	margin:4px;
	width:240px;
	height:159px;
}
#asha_board_gallery_bloc_img a.photo_gallery:link, a.photo_gallery:visited {
	margin:0 auto;
	width:240px;
	height:159px;
	background-color:#FFF;
}
#asha_board_gallery_bloc_img a.photo_gallery:hover, a.photo_gallery[href]:hover {
	margin:0 auto;
	width:240px;
	height:159px;
	background-color:#FFF;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.3;
}

#asha_board_gallery_bloc_txt {
	margin:4px;
	width:240px;
	height:50px;
	text-align:center;
}

#asha_board_gallery_bloc_txt a.photo_txt:link, a.photo_txt:visited {
	margin:0 auto;
	display:block;

	width:240px;
	height:50px;

	font-size:12px;
	
	font-style: normal;
	font-weight:bold;
	line-height: 150%;
	
	color: #666;
	text-align:center;
}

#asha_board_gallery_bloc_txt a.photo_txt:hover, a.photo_txt[href]:hover {
	margin:0 auto;
	display:block;

	width:240px;
	height:50px;

	font-size:12px;
	
	font-style: normal;
	font-weight:bold;
	line-height: 150%;
	
	color: #bbb;
	text-align:center;
}

#asha_board_gallery_bloc_date {
	margin:4px;
	width:240px;
	height:20px;

	font-size:12px;
	
	font-style: normal;
	line-height: 150%;
	
	color: #666;
	text-align:right;
}
/**********************************************************************/



#asha_board_gallery table {
	margin:0 auto;
	text-align:center;
	width:100%;
	height:255px;
}

#asha_board_gallery table tr {
	/* margin:0 auto;
	margin-top: 20px; */
}

#asha_board_gallery table tr td {
	/* margin:0 auto;
	text-align:center; */
}

#asha_board_gallery td.null_data {
	height:200px;
	font-size:12px;
	
	font-style: normal;
	line-height: 150%;
	
	color: #888;
	text-align:center;
}

#asha_board_gallery table.gallery_tb {
	margin:0 auto;
	float:left;
	text-align:center;
	margin:2.5px;
	width:250px;
	height:250px;

	border:1px solid #DFDFDF;
}

/*#asha_board_gallery tr.gallery_tr {

	border:1px solid red;
}*/


