/*■home----------------*/
#gallery{ margin-top:0; }

/*■ヘッダー・フッター最小幅----------------*/
#header,
#footer{
	min-width:1020px;
}
#header_box {
	margin-top:-47px;
	min-width:1020px;
	z-index:2;
}
#header_box #header_box2 #header_b_logo {
	margin:0 0 0 610px;
}
/*■メニュー----------------*/
#container #navi_a {
	position: absolute;
	margin:32px 0 0 0;/*[上][右][下][左]*/
	z-index:3;
}

/*■contentBOX----------------*/
#gallery #content_box_760{
	width:760px;
	margin:0 0 0 220px;
	padding:0;
	/*background-color:#ccc;*/
}
/*■content_box_　ページタイトル----------------*/
#content_title{
	margin:-32px 0 0 19px;
}
/*■サムネイル----------------*/
#gallery .thumb3{
	margin:10px 0 20px 19px;/*[上][右][下][左]*/
}
#gallery .thumb3 .box {
	float: left;
	width:223px;
	height:125px;
	margin-right:19px;
	margin-bottom:20px;
}
/*#gallery .thumb3 .box>a>img{
	border:1px solid #ccc;
}*/
#gallery .thumb3 {
	overflow: hidden;
}
/* clearfix */
#gallery .thumb3:before,
#gallery .thumb3:after {
    content: "";
    display: table;
}
#gallery .thumb3:after {
    clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
#gallery .thumb3 {
    zoom: 1;
}

/*■----------------*/
#gal_bottom{
	height:250px;
}

/*■----------------*/
#gallery #content_box_760 ul {
	height:1170px;
}
#gallery #content_box_760 ul li {
	float: left;
	display: none;
	overflow: hidden;
	border:1px solid #ccc;
}
.clearboth {
	clear: both; 
}