@charset "utf-8";
/* CSS Document */
header,article,footer,navigation,figure{
	display:block;
	border:0px;
	vertical-align:text-top;
	font-size:0;	
	}
img {
	border:0px;
	margin:0px;
	padding:0px;}
body{
background:#f3e0fa;
margin: 0px auto;
	}
header{
	height: 63px;
	float: left;
	background-color: #a47e38;
	width: 100%;
	}
footer {
	width: 100%;
	height: 63px;
	display: block;
	padding: 0px;
	background-color: #a47e38;
}	

/*======================all setting=========================*/

#header_box{
	background-image: url(../images/top.png);
	width: 1200px;
	height: 63px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#header_logo{
	float:left;
	}
#header_toplink {
	float: left;
	width: 400px;
	color: #FFF;
	text-align: left;
	margin-left: 680px;
	padding-top: 10px;
	margin-top: 30px;
}
#header_toplink a{
	color:#fff;
	font-size:14px;
	}
#header_toplink a:hover{
	color:#2D1300;
	}
.header_linklist a{
	margin:0 5px;
	
	}
.container section {
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
.container{
	width: 1200px;
	margin:0 auto;
	line-height:0px;
	}

.container section img{
	width:100%;
	}
.clearfix{
	clear:both;
	}

footer div{
	background-image: url(../images/copyright.png);
	width: 1200px;
	display: block;
	height: 63px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
footer div p{
	font-size:12px;
	color:#fff;
	text-align:right;
	padding-top:10px;
	padding-right:30px;
	margin:0px;
	}
