@charset "utf-8";
/*
====================================================
	
	gallery.css
	
	CSS page layput setting
	全ページに適用
	
====================================================
*/

.gallery #HeaderBody{
	background:url(../img/gallery/share/head_back.gif) repeat-x;
}


.gallery .table_01 {
}
.gallery .table_01 td{
	padding-right:9px;
}

/*--contentsLeft--*/
.gallery #contentsLeft{
	width:264px;
	float:left;
}
.gallery #contentsLeft #ul01 {
}
.gallery #contentsLeft #ul01 li{
	margin-bottom:5px;
}

/*--contentsRight--*/
.gallery #contentsRight{
	width:736px;
	float:right;
}

.gallery #slideshow {
    width: 736px;
	margin:2px 0px 15px 0px;
	padding-bottom:15px;
}
.gallery #slideshow div {
    width: 732px;
    height: 605px;
    overflow: hidden;
    position: relative;
	margin-bottom:3px;
}
.gallery #slideshow div div {
    top: 0;
    left: 0;
    position: absolute;
}
.gallery #slideshow ul {
    width: 736px;
}
.gallery #slideshow ul li {
    float: left;
	padding-right:3px;
}
.gallery #slideshow .active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

.gallery_list{
  
}

.gallery_list li{
  float: left;
  margin-right: 9px;
  margin-bottom: 9px;
}
.gallery_list li:nth-child(4n){
  margin-right: 0;
}