@charset "utf-8";
/* header 頭樣式樣式 */
@import url("../shared_css/cssmenu.css");
@import url("../shared_css/shared_title.css");
@import url("../shared_css/footer.css");

body{
	font-family: "微軟正黑體","Arial";
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	line-height: 28px;
	color: #676767;
}

#header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	color: #FFF;
}

#header{
	margin: 0 auto;
	padding: 0;
}

#header_top{
	background-image: url(../shared_images/header%20bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	-moz-background-size: cover;
	background-size: cover;
	width: 98.5%;
	margin: 0 auto;
	height: 130px;
	padding: 0 1% 0 0.5%;
}

#header_top a{
	color: #FFF;
	text-decoration: none;
}

#header_top a:hover {
	color:#FF0;
}

#logo_img{
	width: 110px;
	float: left;
}/*LOGO 圖片*/

#logo_name{
	font-size: 36px;
	padding-top: 35px;
	letter-spacing: 5px;
	float: left;
}/*公司名稱*/

.web{
	font-size: 18px;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
}/*網址*/

.tel{
	font-size: 26px;
	text-align: right;
	letter-spacing: 3px;
	padding-top: 50px;
	font-weight: 600;
}/*公司電話*/

#content_footer {
	width: 100%;
	position:absolute;
	top: 175px;
	left: 0;
	margin: 0 auto;
	padding: 0;
}/*內容+頁尾*/