@charset "utf-8";
/***********************
	gallery.css
***********************/

div#container {
	padding-top: 50px;
}
div.contents {
	background: #ccccff;
}
div.contents h2 {
	background: #c0c0ff;
}
div.gallery_contents {
	width: 600px;
	margin: 0 auto;
	padding: 5px 0px;
}

/* end of stylesheet */