@charset "UTF-8";
/* CSS Document */

/***************************************
　gallery　ギャラリー
***************************************/


#gallery
{
}


#gallery .text
{
	margin:70px 0px;

	
	line-height:25px;
	text-align:center;
}


#illust
{
	padding:0px 20px;
}

.illust
{
	height:100px;
	width:100px;
	margin:0px 20px 40px 20px;
	float:left;
}


#illust img:hover
{
    opacity: 0.6; 
    filter: alpha(opacity=60); 
    -moz-opacity: 0.6;
}
