@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, img, p {
    margin: 0;
    padding: 0;
}
img {
    border: 0 none;
}
a {
    text-decoration: none;
}
.clear {
    clear: both;
}
body{
}
#top{
	background-color: #FFF;
	position:relative;
}
#logo{
	float: left;
	height: auto;
	width: 100%;
  padding-top: 30px;
}
.top_bar{
	background-color: #a90000;
    color: #fff;
    float: left;
    font-family: CG,"微軟正黑體";
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50%;
	overflow: hidden;
}
.top_bar a {
    background: url(../images/lang_line.jpg);
	background-repeat: no-repeat;
	background-position: right top;
    color: #fff;
    display: block;
	font-weight: bold;
	height: 100%;
}
.top_bar_on {
	background-color: #610000;
	background-repeat:repeat;
}
.lang_bar {
	background-color: #a90000;
	background-repeat:repeat;
    clear: both;
    display: none;
    padding: 10px 0;
}
.lang_bar ul {
    margin: 0 0 0 20px;
}
.lang_bar li {
    color: #fff;
    float: left;
    font-family: Arial, Helvetica, sans-serif,"微軟正黑體";
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 0 10px;
    padding: 0 8% 0 0;
}
.lang_bar li a {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif,"微軟正黑體";
    font-size: 14px;
}
.lang_bar li a:hover{
	color: #000;
}
.contact_bar {
    background-color: #a90000;
    color: #fff;
    float: left;
     font-family: Arial, Helvetica, sans-serif,"微軟正黑體";
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50%;
	overflow: hidden;
}
.contact_bar a {
    color: #fff;
    display: block;
	font-weight: bold;
}
#banner {
    float: left;
    width: 100%;
}
#banner img {
    width: 100%;
}
.menu {
    border-top: 2px solid #fff;
    clear: both;
    display: block;
    font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
    margin: 0 auto;
    width: 100%;
}
.menu_head {
    background-image: url(../images/arrow-r.png);
	background-repeat: no-repeat;
	background-position: right 20px;
    border-bottom: 2px solid #3c3c3c;
	background-color: #fff;
    color: #3c3c3c;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding: 10px 20px;
	font-weight: bold;
}
.menu_head a {
    color: #3c3c3c;
    display: block;
	font-weight: bold;
	font-size: 20px;
}
.menu_head_on {
	background-image: url(../images/arrow-t.png);
	background-color: #9a9a9a;
	background-repeat: no-repeat;
	background-position: right 20px;
    border: 0 none;
	color: #FFF;
}
.menu_body {
	background-color: #585858;
	background-repeat: no-repeat;
    color: #554176;
    display: none;
    padding: 20px 10px;
}
.menu_body li {
    border-bottom: 1px solid #8b8b8b;
    font-size: 20px;
    list-style: none outside none;
    padding: 10px;
}
.menu_body li a {
	background-image: url(../images/arrow-s.png);
	background-repeat: no-repeat;
	background-position: right 10px;;
    color: #b9b9b9;
    display: block;
	font-size: 16px;
}
.menu_body li a:hover{
	color: #FFF;
}
#footer {
   float: left;
    /*background: none repeat scroll 0 0 #a90000;*/
    color: #fff;
    font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
    font-size: 12px;
    line-height: 24px;
    padding: 10px 0 0 0;
    text-align: center;
	width: 100%;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 80px;
}
#footer strong {
    font-size: 14px;
    font-weight: bold;
}
#footer a {
    color: #fff;
	font-weight: bold;
	font-size: 16px;
}
#footer a:hover {
    text-decoration: underline;
}
.top_group{
	position: absolute;
	right: 5px;
	top: 5px;
}
.top_group > a{
	margin: 0 5px 0 0;
}
.search {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #E5E5E5;
    overflow: hidden;
    width: 235px;
    height: 32px;
    border: 1px solid #a90000;
}

.search input {
    border: 0;
    width: 180px;
    height: 32px;
    padding: 0px 0 0 7px;
    font-size: 15px;
    -webkit-appearance: none;
    background: none;
}

.search a {
    float: right;
    width: 22px;
    height: 24px;
    padding: 6px 0 0 10px;
    background: url(../images/search-icon.png) no-repeat left bottom;
    border-left: 1px solid white;
    text-indent: -3000px;
}
