@charset "utf-8";

#container {
	border-top:4px solid #a7df24;
}
#header {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
.header-l {
	float:left;
}
.header-r {
	float:right;
	width:285px;
	text-align:center;
}
#header h1{
	font-size:12px;
}
#wrap {
		width:900px;
	margin-left:auto;
	margin-right:auto;
}
.ctg {
	width:430px;
	float:left;
	padding-top:15px;
	}
.section {
	background-color:#f6ffee;
	height:270px;
	margin-top:30px;
}
.contact-tb{}

.contact-tb th{
	text-align:left;
	font-weight:normal;
	border-bottom:1px solid #ddd;
	padding:5px;
}
.contact-tb td{
	text-align:left;
	font-weight:normal;
	border-bottom:1px solid #ddd;
	padding:5px;
}
.contact-tb span{
	color:red;
}
.buttonArea {

	padding: 12px 0 12px 0;

}
.buttonArea button {
	width: 280px;
	margin: 0 5px;
	padding: 5px 10px;
	border: none;
	opacity: 1;
	background: #009042;
	line-height:100%;
	color: #fff;
	font-size: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.buttonArea button:hover {
	opacity: 0.7;
	background: #999;
}
div#footer {
	background-color:#3a3d3c;
	margin-top:80px;
	padding:50px;
	color:#FFF;
	width:100%;

}
.linkarea {
	 float:right;
	 width:200px;
}
.linkarea li{
	list-style:none;
	background:url(../img/ar.png) no-repeat left ;
	padding-left:10px;
}
.linkarea li a{
	color:#FFF;
}
#toPageTop {
	position:fixed;
	bottom:220px;
	right:40px;
}