@charset "utf-8";


/* interior
=========================================*/


.interior_wrap {
	margin:40px 40px 30px 40px;
}

.interior_wrap p{
	line-height:170%;
}

.caution_r{
	font-size:75%;
	float:right;
}

.bg_glay{
	font-size:75%;
	background: #D7D7D7;
	padding: 3px 4px 3px 3px;
	margin-right: 3px;
	margin-left: 3px;
}


.left_column{
	float:left;
}

.right_column{
	float:right;
}


.layout_box01 .left_column {
	width:488px;
}

.layout_box01 .right_column {
	width:302px;
}

.layout_box02 {
	width:740px;
	padding-top: 20px;
	padding-right: 39px;
	padding-left: 39px;
	border-right: 1px solid #3F3A39;
	border-left: 1px solid #3F3A39;
	border-bottom: 1px solid #3F3A39;
}

.layout_box03 .left_column {
	width:400px;
}

.layout_box03 .right_column {
	width:400px;
}

div.centering img {  
    margin: 0 5px;  
}  

div.centering p {  
    display: table-cell;  
    vertical-align: middle;  
    margin: 0;  
}  
   
/*for IE6 */  
* html div.centering p {  
    display: inline;  
    zoom: 1;  
}  
   
/*for IE7 */  
*:first-child+html div.centering p {  
    display: inline;  
    zoom: 1;  
}  

.layout_box04 .left_column {
	width:163px;
	margin-right:1px;
	margin-bottom: 1px;
}

.layout_box04 .right_column {
	width:164px;
	margin-bottom: 1px;
}

.line01 {
	border-top: 1px solid #C8C8C8;
	margin-bottom: 35px;
}

/* interior
=========================================*/

div#gallery{
	position: relative;
	width: 900px;
	height: 450px;
}
div#loading{
	width: 900px;
	height: 450px;
}


div.ss-controls{
	display: none;
}
div.nav-controls {
	position:relative;
}

div.nav-controls p.btn_prev {
	position:absolute;
	left: 721px;
	top: 497px;
	width: 44px;
	height: 13px;
	z-index:2;
}
div.nav-controls p.btn_next {
	position:absolute;
	left: 826px;
	top: 496px;
	width: 44px;
	height: 13px;
	overflow: hidden;
	z-index:2;
}

div.nav-controls a {
	overflow: hidden;
	display: block;
	width: 44px;
	height: 13px;
	text-align: left;
	text-indent: -9999px;
}
div.nav-controls p.btn_prev a {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
div.nav-controls p.btn_prev a:hover {
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

div.nav-controls p.btn_next a {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
div.nav-controls p.btn_next a:hover {
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}


/*--キャンプション--*/
.gallery_cap {
	padding:0 20px;
	margin-bottom:15px;
	font-size: 78%;
	line-height: 1.5;
	height:30px;
}
  .gallery_cap div {
	  padding: 5px 0 0 10px;
  }

/*--サムネイル--*/
.navigation {
	overflow: hidden;
	width: 900px;
	padding-bottom: 70px;
	height:80px;
	position:relative;
	z-index:0;
}
.navigation dl {
	display: block;
	min-height: 1%;
}
.navigation dl:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .navigation dl {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

div.gallery_thumbs {
	width:900px;
	padding-top: 16px;
	background: #000000;
	padding-bottom: 16px;
	height:48px;
	position:relative;
	z-index:1;
}
ul.dl_gallery {
	margin:0 6px 0 0;
	float:left;
}
ul.dl_gallery dt {
	height:14px;
	margin:0 6px 0 0;
	text-align:left;
	line-height:0;
	font-size:0;
}
ul.dl_gallery li {
	width:70px;
	height:45px;
	margin:0 4px 0 0;
	float:left;
	z-index:1;
}
ul.dl_gallery li.first_li {
	width:70px;
	height:45px;
	float:left;
	margin-left: 24px;
}
* html ul.dl_gallery li.first_li {
	width:70px;
	height:45px;
	float:left;
	margin-left: 24px;
	display:inline;
}
ul.dl_gallery li a {
	overflow: hidden;
	display: block;
	width: 70px;
	height: 45px;
}

ul.dl_gallery li.selected a span {
}

div.gallery_pagenation {
	float:right;
	width:35px;
	height:20px;
	margin-top:24px;
	margin-right:88px;
}

* html div.gallery_pagenation {
	float:right;
	width:35px;
	height:20px;
	margin-top:24px;
	margin-right:88px;
	display:inline;
}
