﻿@charset "utf-8";
/* CSS Document */
img {
   border:0px;
}
body
{
    margin: 0;
	background-image: url(../images/AA.jpg);
    　-moz-user-select : none;
　-webkit-user-select: none;
}
.container
{
	width:100%;
	background-image: url(../images/content.png);
	height:auto;
	
}
#header 
{
	background-image: url(../images/headerbg.jpg);
	background-repeat: repeat-x;
}
#header img {
    max-width:80%;
	margin-left:10px;
}
#hbanner  img {
    max-width:100%;
}
#msearcharea {
   width:100%;
   padding-top:20px;
}
#keywordarea a {
	font-family: "微軟正黑體";
	font-size:16px;
	line-height: 18px;
	text-decoration: none;
	color:#006837;
}
#keywordarea a:hover {
	font-family: "微軟正黑體";
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
    color:#000000;
}
#footer{
	background-color: #FFF;
    width:100%;
	height: 75px;
	line-height: 15px;
	font-family: "微軟正黑體";
	font-size: 8px;
}