@charset "UTF-8";

#header{
	height: 101px;
}
#logo {
	width: 240px;
	height: 76px;
	float: left;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 36px;
	line-height: 100%;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	border-top:25px solid rgba(0, 0, 0, 0.1);
}
	#logo a {
		display:block;
		width: 240px;
		padding-top: 20px;
		height: 56px;
		text-decoration: none;
		-moz-transition: color 0.3s linear; /* Firefox 3.7 */
		-webkit-transition: color 0.3s linear;
		-o-transition: color 0.3s linear;
	}
	
#header h2{
	font-family: 'Josefin Sans', sans-serif;
	width: 710px;
	margin-right: 10px;
	float: right;
	line-height: 1;
	font-size: 24px;
	color: #777;
	padding-top: 30px;
	text-align: right;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

	*:first-child+html #header h2{
		padding-top: 15px;
	}

#main p{
	margin: 0 10px 30px 10px;
}

pre{
	padding:0 10px;
	margin-bottom: 30px;
}

#container{
	padding-top: 40px;
	width:1024px;
	margin:0 auto;
}


#ind_banner img {
	width:1024px;
	height:300px;
}
#ind_banner .bx-pager, #ind_banner .prev-next{
	display:none;
}
.slider_img{
	width:1024px !important;
	height:300px;
}

/* banner image */
#slide1 {
	height:300px;
	background:url(../lancelot/common_files/images/public/pannel/ind-banner01.jpg) center top no-repeat;
}
#slide2 {
	height:300px;
	background:url(../lancelot/common_files/images/public/pannel/ind-banner02.jpg) center top no-repeat;
}
#slide3 {
	height:300px;
	background:url(../lancelot/common_files/images/public/pannel/ind-banner03.jpg) center top no-repeat;
}
#slide4 {
	height:300px;
	background:url(../lancelot/common_files/images/public/pannel/ind-banner04.jpg) center top no-repeat;
}
#slide5 {
	height:300px;
	background:url(../lancelot/common_files/images/public/pannel/ind-banner05.jpg) center top no-repeat;
}
/****************************************

          2. Slider

*****************************************/
.bx-wrapper{
	width: 100% !important;
	overflow: hidden;
	position: relative !important;
}
.bx-window{
	width: 1024px !important;
	margin: 0 auto !important;
	overflow: visible !important;
	height: 300px;
	/*background: url(../lancelot/common_files/images/public/bx-window-bg.png) no-repeat center 0;*/
}

#slider div{
	width: 960px;
}
	#slider h3{
		font-family: 'Josefin Sans', sans-serif;
		line-height: 1.2;
		font-size: 36px;
	}

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


/* Navi */
.bx-pager{
	width: 180px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;

}

.bx-pager a{
		display: block;
		width: 24px;
		height: 25px;
		float: left;
		background: url(../cycle-gallery/navi-bg.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 5px;
	}
	
	.bx-pager a:hover,
	.bx-pager a.pager-active{
		background-position: 0 100%;
	}
/* prev next */
.prev-next{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
	
	
	.bx-prev,
	.bx-next{
		font-family: 'Josefin Sans', sans-serif;
		font-size: 60px;
		line-height: 70px;
		text-align: center;
		vertical-align: baseline;
		padding-bottom: 20px;
		display: block;
		width: 70px;
		height: 70px;
		position: absolute;
		top:-250px;
		text-decoration: none;
	}
		.bx-prev {left: 35px;}
		.bx-next { right: 35px;}
			.bx-prev:hover,
			.bx-next:hover{
				text-decoration: none;
			}
		*:first-child+html .bx-prev,
		*:first-child+html .bx-next{
			top:-260px;
		}

/* frame */
body,
#container,
.wrapper{
	position: relative;
}
html,
body{
	overflow-x: hidden;
}

#slider-frame-left{
	height: 300px;
	position: absolute;
	width: 1000px;
	top:-300px;
	right:1024px; /*960px*/
	background: url(../lancelot/common_files/images/public/bx-frame-bg.png) repeat-x 100% 0;
}
#slider-frame-right{
	height: 300px;
	position: absolute;
	width: 1000px;
	top:-300px;
	left:1023px; /*960px*/

	background: url(../lancelot/common_files/images/public/bx-frame-bg.png) repeat-x 0 0;
}
#frame-top,
#frame-bottom{
	position: absolute;	
	width:1024px; /*960px*/
	height: 50px;
	left:0;
}
	#frame-top{
		top:-300px;
		background: url(../lancelot/common_files/images/public/frame-top.png) repeat-x 0 0;
	}
	#frame-bottom{
		top:-50px; /*-105px*/
		background: url(../lancelot/common_files/images/public/frame-bottom.png) repeat-x 0 0;
	}

#frame-left,
#frame-right{
	width: 50px;
	height: 230px;
	position: absolute;
	top:-250px;
}
	#frame-left{
		left:0;
		background: url(../lancelot/common_files/images/public/frame-left.png) repeat-x 0 0;
	}
	#frame-right{
		right: 0;
		background: url(../lancelot/common_files/images/public/frame-right.png) repeat-x 0 0;
	}

