@charset "utf-8";
/* CSS Document */
@import url('common.css');
@import url('icon.css');
/*設定html外框、邊界、字型*/
a{
	outline:none;
}

body,html{
	font-family: 'Arial, Helvetica, sans-serif';
	margin:0;
	padding:0;
	text-align:center;
	font-size: 12px;
}

/*顯示框架寬度*/
#container{
	width:959px;
	margin:0 auto;
}

/*表頭*/
#header{
	margin:0 0 1em 0 !important;/*邊界*/
	margin:0;
}

#body{
	margin-bottom:1em;
}

/*左邊*/
#left_sidebar{
	float:left;
	width:146px;
	position:relative;
	margin:0 8px 0 0;
}

#keyVision{
	float:left;
	width:800px;
	height:147px;
}

#path{
	margin:0.5em 0 0.5em 8px;
	float:left;
	width:792px;
}

/*中間*/
#content{
	float:left;
	width:590px !important;
	width:585px;
	height:100%;
	/*padding:0 5px;*/
}

/*右邊*/
#right_sidebar{
	float:right;
	width:206px;
	height:100%;
}

#bottom_adv{
	text-align:center;
}

#bottom_adv a{
	margin:0 5px;
	text-decoration:none;
}

#bottom_adv img{
	border:1px solid black;
}

#bottomNav{
	clear:both;
}

/*底部*/
#footer{
	clear:both;
}