
/*共通*/
#container{
	width: 950px;
	height: 642px;
	margin: -15px auto 0;
	position: relative;
	background:url('../img/base_openpsd.png') no-repeat ;
}

h1{
	width:80px; 
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.0rem;
	color: 000;
	position: absolute;
	top: 105px;
	left: 80px;
}
h1 span{font-size: 10px!important;}

/*画像表示（function.js）*/
.disp{display: block!important;}

/*大きい画像*/
.large_Img{
	width:611px;
	overflow: hidden;
	text-align: center;
	position: relative;
	top: 105px;
}
.large_Img li{width:auto; height: 394px; display:none;}
.large_Img img{width:auto; height: 266px;}

/*サムネイル*/
.thumb_Img{
	width:533px;
	position:relative;
	top:20px;
	left:40px;
	z-index:999;
}
.thumb_Img li{
	display: inline-block;
	padding: 0 2px;
	cursor: pointer;
	}
.thumb_Img img{width:55px;}


#navi{ width: 611px;}/*表示領域の幅*/
#navi{ overflow: hidden;}/*表示領域以外を非表示*/
#navi{margin: 83px auto 0; position:relative;}
#navi ul{height: auto; list-style-type: none;}
#navi .pageWrap{width: 3055px;}/*全体の幅*/
#navi .pageWrap .page{width: 611px;float: left;}/*１スライドの幅と横並びに設定*/


/*==========================
一階層目　ページャー
============================*/

/*次へ前へ*/
#navi p{
  clear: both;
  width: 611px;
  height:25px;
  padding: 0px 0;
  text-align: center;
  position: relative;
  top:-20px;
  z-index:10;
}
#navi p img{ width:25px; height: 25px; cursor: pointer; float: left; }


.next{
	position:absolute; 
	right: 10px;	
}
.back{
	position:absolute; 
	left: 10px;	
}
.page2{		
	position:absolute; 
	top: -45px!important;
	right: -20px!important;
	width: 589px!important;
}

.close{
	position: absolute;
	bottom:265px;
	right:100px;
	
}

/*----------------------------------------
footer
------------------------------------------*/
.footer{
	width: 100%;
	text-align: center;
	font-size:10px;
	position:absolute;
	bottom:150px;
	color: #999980;
}


