@charset "utf-8";



/*=============================================*/
/*                   home                      */
/*=============================================*/


#c-carousel {
	min-height:600px;
	min-width:1100px;
	padding:0px;
	margin: 0;
	z-index: 1;
	width:100%;
	text-align:center;
	overflow:hidden;
}
#carousel img {
	margin:0 5px 0 5px;
}
#carousel div {
	display: block;
	float: left;
	height:600px;
}
#click_key {
	width:1200px;
	margin:auto;
	position:relative;
	z-index:100;
	top:-310px;
}
#prev {
	background:url(../img/shared/right.png) no-repeat center top;
	height:60px;
	width:60px;
	top:20px;
	position: absolute;
	right:-10px;
}
#next {
	background:url(../img/shared/left.png) no-repeat center top;
	height:60px;
	width:60px;
	top:20px;
	position: absolute;
	left:-10px;
}

#prev, #next {
    background: url(../img/shared/bg_o.png) repeat scroll center top;
    height:600px;
    position: absolute;
    top: -290px;
    width: 50%;
    z-index: 2;
}
#prev {
    right: -550px;
}

#prev img{
	position:absolute;
	top:290px;
	left:-25px;
}

#next img{
	position:absolute;
	top:290px;
	right:-25px;
}

#next {
    left: -550px;
}

#c-carousel p#logo_key{
	width:1000px;
	margin:0 auto;
	position:relative;
	display:block;
}

#c-carousel p#logo_key img{
	position:absolute;
	top:18px;
	left:-12px;
	z-index:999;
}

#lead{
	background: url(../img/index/bg.png) no-repeat top center;
}

#box_right{
	width: 776px;
	float: right;
	padding-top: 325px;
	position: relative;
}

#box_right p.txt{
	clear: both;
	width: 383px;
	padding:15px 0 30px 7px;
	position: relative;
	z-index: 1;
}

#box_right p.txt01{
	float: left;
	width: 208px;
	padding:0 0 35px 7px;
}

#box_right #title{
	position: absolute;
	top: 474px;
	right: -92px;
}

#lead p.bnr{
	float: left;
	padding-top: 45px;
}

#box_left{
	width: 200px;
	margin-left: -20px;
	float: left;
	padding: 50px 0 0 20px;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	background: url(../img/index/bg_slide.png) repeat-y top center;
}

#box_left ul li{
	margin-bottom: 13px;
}

#sec_01{
	background: url(../img/index/bg01.jpg) repeat-x top center;
	padding-top: 48px;
	box-shadow:0 5px 5px rgba(0,0,0,0.4);
}

#sec_01 .section{
	min-height: 504px;
}

#sec_01 .section h2{
	clear: both;
}

#sec_01 .section ul{
	margin-left: 51px;
}

#sec_01 .section ul li{
	float: left;
}

#blog h3{
	float: left;
}

#feed{
	float: left;
	margin-left: 62px;
	padding-top: 37px;
}

#feed li{
	padding-left: 23px;
	background: url(../img/index/icon.png) no-repeat left center;
	color: #613a16;
	margin:7px 0;
}

#feed li a{
	text-decoration: none;
	color: #613a16;
}

#feed li a span{
	color: #c07832;
}

#feed li a:hover{
	text-decoration: underline;
}

#index #footer_box{
	background: url(../img/index/bg_line.jpg) repeat-x;
}

#index .ft_nav{
	float: left;
	width: 370px;
	padding-top: 60px;
}