@charset "utf-8";
/* CSS Document */

#ga_title {
	 text-align: center;
}

#bg_top_gallery {
	background: url(../img/common/body_bg_top.png) no-repeat;
	width: 1262px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#container_gallery {
	background: url(../img/common/body_bg.png) repeat-y;
	width:1283px;
	height: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 105px;
	padding-top: 30px;
}

#bg_bottom_gallery {
	background: url(../img/common/body_bg_bottom.png) no-repeat;
	width: 1249px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: -11;
}

#gallery_area {
	background: url(../img/gallery/gallery_bg.png) no-repeat;
	width: 1052px;
	height: 727px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 80px;
	padding-left: 40px;
	position: relative;
}

.gallery {
    margin-top: -25px;
}

.gallery ul {
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 0px;
}

.gallery ul li {
	list-style-type: none;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.area_b {
	position: absolute;
	top: 354px;
	right: 10px;
}

#img2 {
	float: right;
	margin-right: 30px;
	margin-bottom: 20px;
}