﻿@charset "utf-8";
/* Rese */

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,
caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body{
	background-image:url(../img/bg.jpg);
	background-repeat: repeat-x;
	font-size:14px;
	font-family: "微軟正黑體";
	font-weight:normal;
	color:#666;
	line-height:27px;
}
a{
	text-decoration:none;
	color:#666;
}
a:hover{
	text-decoration:none;
	color:#000;
}

/* head */
.container{
	width:1000px;
	height:auto;
	margin:0 auto;
	}
.head_menu{
	width:970px;
	height:150px;
	margin-top:7px!important;
	margin:0 auto;
}
.logo{
	width:250px;
	height:80px;
	margin: 30px 0 0 10px;
	float:left;
}
.menu_btnBox{
	width:650px;
	height:145px;
	float:left;
	margin: -25px 0 0 50px;
}
.menu_btnBox ul{
	width:auto;
	height:145px;
	float:left;
	list-style-type: none;
	letter-spacing:1px;
    text-align:center;
}
.menu_btnBox li{
	width:85px;
	height:90px;
	float:left;
	color:#000;
	font-size:19px;
	padding: 80px 25px 10px 25px;
}
.menu_btnBox li a{
	width:130px;
	height:80px;
	float:left;
	color:#000;
    margin-top:-55px;
    padding-top:60px;
}
.menu_btnBox li a:hover{
	color:#fff;
	cursor:pointer;
    background-color:#82B13F;
    background:linear-gradient(top,#82B13F,#fff);
    background:-moz-linear-gradient(top,#82B13F,#fff);
    background:-webkit-linear-gradient(top,#82B13F,#fff);
    width:130px;
    text-shadow:1px 1px 3px #000;
}
.menu_btn_visited{
    color:#fff!important;
	cursor:pointer;
    background-color:#98438c;
    background:linear-gradient(top,#98438c,#fff);
    background:-moz-linear-gradient(top,#98438c,#fff);
    background:-webkit-linear-gradient(top,#98438c,#fff);
    width:130px;
    text-shadow:1px 1px 3px #000;
    padding-top:60px!important;
    height:70px!important;
    margin-top:25px;
}
.menu_itemBtnBox ul{
	width:540px;
	height:25px;
	float:left;
	list-style-type: none;
	text-align:center;
	margin-left:250px;
	letter-spacing:1px;
}
.menu_itemBtnBox li{
	width:135px;
	height:25px;
	background-image:url(../img/menu_btn.png);
	float:left;
	margin:-12px 0 0 -1px;
}
.menu_itemBtnBox li a{
	color:#FFF;
}
.menu_itemBtnBox li a:hover{
	color:#000;
	cursor:pointer;
}

/* footer */
.footer_line{
	width:1000px;
	height:3px;
	background-image: url(../img/line.png);
	background-repeat:repeat-x;
	margin:80px auto 0 auto;
}
.footer_box{
	width:970px;
	height:130px;
	margin:0 auto;
	padding-right:30px;
}
.footer_word{
	width:350px;
	height:70px;
	float:left;
	margin:30px 0 0 40px;
}
.footer_btnFB,.footer_btnMap{
	width:85px;
	height:22px;
	float:right;
	background-image:url(../img/fb_icon.png);
	background-repeat:no-repeat;
	text-align:right;
	margin-right:20px;
	margin-top:75px;
}
.footer_btnMap{
	background-image:url(../img/mapicon.png);
}
.footer_Btnline{
	width:3px;
	height:25px;
	background-image:url(../img/footer_Btnline.png);
	float:right;
	margin-top:80px;
	margin-right:20px;
}
.space{
	display:block;
	width:1000px;
	height:20px;
	margin:auto;
}
p {
    font-size:15px;
    line-height:28px;
}
td,tr {
    border:solid thin #ccc;
}
td {
    margin-left:10px;
    padding:10px;
}
li {
    *line-height:28px;
    *margin-left:20px;
}