﻿@charset "utf-8";
* {
   padding:0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
body {
  background-size: cover; 
  background-image: url(../images/AA.jpg);
  　-moz-user-select : none;
　-webkit-user-select: none;
}
#content{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../images/content.png);
}
#header{
	height: 74px;
	width: 1000px;
	background-image: url(../images/header-0.jpg);
}
#main{
	width: 1000px;
	height: 294px;
}
#main_1{
	background-image: url(../images/main.png);
	background-repeat: no-repeat;
	height: 219px;
	width: 406px;
	float: left;
	margin-top: 38px;
	margin-right: 38px;
	margin-bottom: 38px;
	margin-left: 50px;
}
#main_2{
	background-image: url(../images/main.png);
	background-repeat: no-repeat;
	height: 219px;
	width: 406px;
	float: right;
	margin-top: 38px;
	margin-right: 50px;
	margin-bottom: 38px;
	margin-left: 38px;
}
#main_2 a {
	font-family: "微軟正黑體";
	font-size:16px;
	line-height: 18px;
	text-decoration: none;
	color:#006837;
}
#main_2 a:hover {
	font-family: "微軟正黑體";
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
    color:#000000;
}
#footer{
	background-color: #FFF;
	width: 1000px;
	height: 75px;
	line-height: 15px;
	font-family: "微軟正黑體";
	font-size: 14px;
}
.main_text_1{
	font-family: "微軟正黑體";
	font-size: 26px;
	color: #FFF;
}
.main_text_2{
	font-family: "微軟正黑體";
	font-size: 18px;
	color: #42210B;
	padding-left: 25px;
	font-weight: bolder;
}
.main_text_3{
	font-size: 15px;
	color: #006837;
	a-text-decoration:none;
    a-hover-text-decoration:underline;
}
.main_White_background{
	background-image: url(../images/White_background-250X27.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.main_images{
	background-image: url(../images/B-01.png);
	background-repeat: no-repeat;
	background-position: right;
}
.search_categories{
  font-size: 18px;
  padding: 5px 4px 5px 7px;
  background: #d4e0da;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.search_categories .select{
  width: 120%;
  background:url('arrow.png') no-repeat;
  background-position:80% center;
}

.search_categories .select select{
  background: transparent;
  line-height: 1;
  border: 0;
  padding: 0;
  border-radius: 0;
  width: 120%;
  position: relative;
  z-index: 10;
  font-size: 1em;
}
 input[type="text"]{
 padding:5px 10px; border:1px solid #999999;
 cursor:pointer;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 }
#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;
}