@charset "Shift_JIS";

/****************************************

          2. Slider

*****************************************/
.bx-wrapper{
	width: 100% !important;
	overflow: hidden;
}
.bx-window{
	width: 627px !important;
	margin: 0 auto !important;
	overflow: visible !important;
	height: 300px;
}

#slider div{
	width: 627px;
	height: 300px;
}

/* slide1 */
#slide1{
}
/* slide2 */
#slide2{
}


/* slide3 */
#slide3{
}

/* slide4 */
#slide4{
}

.right,
.left{
	width:380px !important;
	float: right;
	padding: 70px 50px;
}
.left{
	float: left;
	padding-left: 130px;
}


/* Navi */
.bx-pager{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 99;
}
*+html .bx-pager{
	left: 50%;
	margin-left: -25%;
}
.bx-pager a{
	width: 15px;
	height: 15px;
	background: url(navi-bg1.png) no-repeat 0 0;
	color: #fff !important;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
	font-family: 'Josefin Sans', sans-serif;
	margin: 0 10px;
	text-indent: -9999em;
	display: inline-block;
	}
*+html .bx-pager a{
	display: block;
	float: left;
	}
	
	.bx-pager a:hover,
	.bx-pager a.pager-active{
		background-position: 0 100%;
	}
/* prev next */
.prev-next{
	width: 627px;
	margin: 0 auto;
	position: relative;
}
	
	
	.bx-prev,
	.bx-next{
	text-align: center;
	vertical-align: baseline;
	display: block;
	position: absolute;
	top:-200px;
	text-decoration: none;
	height: 22px;
	width: 22px;
	}
		.bx-prev {
	left: 10px;
	background: url(allow-l.png) no-repeat;
	text-indent: -9999em;
}
		.bx-next {
	right: 10px;
	background: url(allow-r.png) no-repeat;
	text-indent: -9999em;
}
		*:first-child+html .bx-prev {
	background: url(allow-l.gif) no-repeat;
}
		*:first-child+html .bx-next {
	background: url(allow-r.gif) no-repeat;
}
			.bx-prev:hover,
			.bx-next:hover{
				text-decoration: none;
			}

/* frame */
#container,
.wrapper{
	position: relative;
}

#slider-frame-left{
	height: 300px;
	position: absolute;
	width: 237px;
	top:-315px;
	left:0px;
	background: url(frame-l.png) no-repeat;
}
#slider-frame-right{
	height: 300px;
	position: absolute;
	width: 237px;
	top:-315px;
	right:0px;
	background: url(frame-r.png) no-repeat;
}
#frame-top,
#frame-bottom{
	position: absolute;	
	width: 627px;
	height: 50px;
	left:0;
}
	#frame-bottom{
	top:-102px;
	margin-left: 237px;
	}

#frame-left,
#frame-right{
	width: 50px;
	height: 230px;
	position: absolute;
	top:-335px;
}

#frame-right{
	right:0px;
}

