@charset "utf-8";
/* CSS Document */

#gallery{
	margin-top:20px;
}

#gallery img{
background-color:#FFFFFF;
padding:5px;
margin-left:40px;
margin-bottom:40px;
border-top: solid 1px silver;
border-left: solid 1px silver;
border-bottom: solid 2px gray;
border-right: solid 2px gray;
}

a{
text-decoration:none;
}

a:hover{
text-decoration:none;
}

.g_bun{
	margin-left:100px;
	text-align:left;
}
