@charset "utf-8";
/* CSS Document */
/*主板樣式設定*/
body{
	font-family:微軟正黑體;
	color:#2a201e;margin:0 auto;
	font-size:15px;
}
#main{
	width:100%;
}
/*header部分*/
#header{
	width:100%;
}
.header{
	width:1000px;
	height:80px;
	margin:0 auto;
	margin-top:40px;

}
.logo{
	width:250px;
	height:54px;
	float:left;
}
.logoImg{
	margin-top: 10px;
}
.btnbar{
	width:480px;
	height:50px;
	margin:15px 0 0 60px;
	float:left;
}
.search{
	width:210px;
	height:50px;
	float:left;
	margin-top:10px;
}
.search-left, .search-right{
	float:left;
	margin-top:22px;
}
.search input{
	height: 25px;
}

/*link樣式部分*/


/*content部分*/
#content{
	width:100%;
	height:auto;
	margin-top:30px;
	float:left;
}



/*footer部分*/
#footer{
	width:100%;
	height:auto;
	margin-top:30px;
	float:left;
}

.bottom{
	float:left;
	width:100%;
	height:50px;
	background-color:#313131;
	color:#FFF;
	text-align:center;
}



