html {
	font-family: '微軟正黑體', 'Microsoft JhengHei', 'Roboto', 'Helvetica Neue', 'Segoe UI', 'Helvetica, Arial', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body,
html {
	height: 100%;
}


/*加了這行，則div可直接設定要畫面高度的%*/

body {
	margin: 0 auto;
	font-size: 15px;
	/*16px (assuming browser default is 16px) */
	line-height: 1;
	/* 16px */
	background-color: rgba(45, 43, 54, 1);
	/*overflow-x:hidden;*/
	/*讓橫向捲軸隱藏*/
	/*overflow-y:hidden;*/
	/*讓縱向捲軸隱藏*/
	overflow-x: auto;
	overflow-y: auto;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a:link,
a:visited {
	text-decoration: none;
}

a:focus {
	-moz-outline-style: none;
	outline: 0;
}

a img {
	border: none;
}

A.naz:link {
	COLOR: #222222;
	TEXT-DECORATION: none
}

A.naz:visited {
	COLOR: #222222;
	TEXT-DECORATION: none
}

A.naz:hover {
	COLOR: #d18600;
	TEXT-DECORATION: none;
	left: 2px;
	top: 2px;
	right: -2px;
	bottom: 0px;
	position: relative;
}

a.mailink {
	color: aliceblue;
}


/*
	主要定位區
*/

.warp {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.main-Area {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 1000px;
	min-height: 960px;
}


/*
**	主選單區
*/

.mainMenu {
	position: absolute;
	top: 96px;
	left: 360px;
	list-style-type: none;
}

.mMItem {
	float: left;
	height: 18px;
	margin-right: 21px;
	line-height: 17px;
	text-align: center;
	padding-left: 4px;
	background-image: url(../images/menu_bL.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 13px;
	min-width: 88px;
}

.mMItem:hover {
	/*border-left: 3px #C8FF00 solid;*/
	position: relative;
	top: -7px;
	background-image: url(../images/menu_bLO.png);
}

.menuActive {
	text-shadow: 2px 2px 4px #000000;
	font-size: 17px;
	color: rgba(255, 245, 56, 1);
}

.nMItemFB {
	position: absolute;
	top: 29px;
	left: 1071px;
	float: left;
	width: 105px;
}

A.menuLink:link {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}

A.menuLink:visited {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}

A.menuLink:hover {
	filter: Alpha(Opacity=80, FinishOpacity=90, Style=2);
	filter: alpha(opacity=90);
	/* IE */
	-moz-opacity: 0.9;
	/* Moz + FF */
	opacity: 0.9;
}


/*
**	彈跳訊息區 開始
*/

.topShow
{
	position: fixed;
	opacity:0;   
    left: 0px;
	z-index: 9999;
}
.topShowItem
{
	background-image: url(../images/showInfoPic.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 560px;
    height: 400px;    
	position:  relative;
}
.topShowItemTitle
{
	position: absolute;
    top: 60px;
    left: 75px;
    color: #cc274d;
    font-size: 19px;
    transform: rotate(-2deg);
}
.topShowItemContent
{
	position: absolute;
    top: 98px;
    left: 79px;
    color: #3d4796;
    font-size: 15px;
    line-height: 16px;
    transform: rotate(-2deg);
}
.closeBtn
{
	position: absolute;
    top: 31px;
    right: 51px;
    border: 1px solid rgb(165, 161, 161);
    color: rgb(140, 140, 140);
    background-color: rgba(179, 172, 147, 0.8);
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 18px;
    font-size: 26px;
    transform: rotate(-2deg);
}
.closeBtn:hover{
	cursor: pointer;
	background-color: burlywood;
}

/*
**	彈跳訊息區 結束
*/



/*
**	頁尾區
*/

.socialMedia {
	position: absolute;
	top: 2099px;
	left: 255px;
	text-align: left;
}

.smi {
	height: 34px;
	line-height: 34px;
	font-family: Trebuchet MS;
}

.allright-area {
	font-family: "新細明體", "細明體", "Roboto", "Helvetica Neue", "Segoe UI", "Helvetica, Arial", sans-serif;
	position: absolute;
	text-align: left;
	top: 2107px;
	left: 457px;
	line-height: 23px;
	font-size: 12px;
	color: rgba(255, 255, 87, 1);
}

.tSocialItem {
	display: inline-block;
}

.googleMap {
	position: absolute;
	top: -64px;
}

.allright-txt-a-xTitle {
	font-size: 18px;
	font-family: Helvetica, Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	color: crimson;
}

.allright-txt-a-cTitle {
	font-family: Helvetica, Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	color: #ffffff;
}

.cpyT {
	color: rgba(199, 205, 170, 1);
}

.fbW {
    font-family: '微軟正黑體', 'Microsoft JhengHei', 'Roboto', 'Helvetica Neue', 'Segoe UI', 'Helvetica, Arial', sans-serif;
    font-size: 13px;
    margin-left: 5px;
}

.cWhite
{
	color: #d6ff03f5;
}
