@charset "utf-8";

/*2009/11/05*/

/*gallery.css
============================================================*/

/*コンテンツ
----------------------------------------*/
#content h2 {
	background: url(../img/gallery/img_main.jpg) no-repeat;
}

#page_title {
	background: url(../img/gallery/title_gallery.png) no-repeat;
}
.img_box {
	margin-bottom: 30px;
	width: 100%;
}
.img_box a {
	margin-right: 20px;
	_margin-right: 18px;
	margin-bottom: 20px;
	border: 1px solid #BBBBBB;
	float: left;
}
.img_box a.right {
	float: right;
	margin: 0 22px 20px 0;
}
#container {
	background: none;
}

#main {
	margin-left: 30px;
	padding: 15px 0 30px;
	width: 810px;
}

