@charset "utf-8";


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


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

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


.left_column{
	float:left;
}

.right_column{
	float:right;
}


.layout_box01 .left_column {
	width:400px;
}

.layout_box01 .right_column {
	width:400px;
}

.layout_box01 .left_column .left{
	float:left;
}

.layout_box01 .left_column .right{
	float:right;
}

.layout_box02 .left_column {
	width:510px;
}

.layout_box02 .left_column .left{
	width:260px;
	float:left;
}

.layout_box02 .left_column .right{
	width:230px;
	float:right;
}

.layout_box02 .right_column {
	width:290px;
}

.layout_box03 {
	border: 1px solid #333333;
	padding: 15px;
	margin-bottom:30px;
}

/* 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 {
	background: url(../image/btn_prev.gif) no-repeat left top;
	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 {
	background: url(../image/btn_next.gif) no-repeat left top;
	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;
}


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;
}

.tec_caution{
	padding:15px 0 15px 0;
	color:#6699CC;
	font-weight:bold;
	font-size:90%;
	}
	
	
/* 受賞ロゴ */	
.jushorogo	{
	position:relative;
	top:11px;
	margin-left:10px;	
}
	
/*.ul_gallery ul {
	margin-left: 20px;
	width: 900px;
}
.ul_gallery li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.ul_gallery li  a {
	overflow: hidden;
	display: block;
	width: 58px;
	height: 30px;
}
.ul_gallery li  a span {
	position: relative;
	margin-top: -70px;
	display: block;
	width: 58px;
	height: 38px;
}

.ul_gallery li  div.caption {
	display: none;
}*/