@charset "utf-8";


#wrap{
	width:100%;
	background:#f5e7ce;
}

#header{
	width:100%;
	height:142px;
	background:url(/images/main_TOP.gif) no-repeat ;
	background-size:100% auto;
	text-align:center;
	margin-right:-50%;
	}

#header img{
	margin-top:20px;
}

#header span{
	float:right;
	right:5%;
	top:65px;
	display:inline-block;
	position:absolute;
	
}

#topmenu{border:0px solid red;
	width:100%;
	height:auto;
	overflow:hidden;
	background:url(/images/sub_menu_BG.gif) bottom repeat-x ;

}

#topmenu ul{

	width:auto;
	margin:0 auto;
}
#topmenu li{
	float:left;
	width:16%;
	padding:26px 0 30px 0;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	background:url(/images/memu_line.gif) no-repeat left ;
}

#topmenu li:first-child{
	background:none;
	width:20%
}

#main_BG{
	width:100%;
	height:662px;
	overflow:hidden;
	margin:0 auto;
	background:url(/images/main_BG.jpg) no-repeat ;
	background-size:100% auto;
}

#main_BT{
	width:80%;
	height:auto;
	margin:400px auto 50px auto; 

}

#main_BT li{ 
	width:33%; 
	float:left;
	text-align:center;
	margin-bottom:8px;
}
#main_BT li img{width:95%; height:auto}

#contents{width:86%; 
	margin:30px 7% 0 7%;
}

#contents li{ 
	margin:0 auto 30px auto;
}
#contents li img{ width:100%;
height: auto;}


.adress_BT li{
	
}

#contents li span{
	color:#f2880a;
	font-weight:bold;
}

.adress{ overflow:hidden;
	width:93%;
	height:auto;
	background-color:#ddcfb7;
	padding:20px;
	line-height:25px;
	}
.adress p{display:block; border:0px solid red}
.adress span {
	width:25%;
	background-color:#7e715a;
	border:1px solid #c3bfb7;
	color:#fff;
	padding:7px;
	text-align:center;
	float:right;
	}

#footer{
	width:100%;
	height:156px;
	margin:0 auto;
	background:#603e21;
	line-height:25px; 
	text-align:center;
	color:#c4c4c4;
}
#footer img{
margin:20px auto 10px auto;
}