﻿element.style {
    position: fixed;
    z-index: 10001;
    left: 250px;
    top: 100px;
	display: none;
}

.color1 {
	background-color: #C2BD92;
}

.color3 {
	background-color: #F7F5F0;
}
.color4 {
}
.border {
	width: 160px;
}

.contact1 {
	font-size: 15px;
	font-family: 微軟正黑體;
	color: White;
	line-height: 38px;
	letter-spacing: 0.1em;
	padding-left: 0px;
	font-weight: bold;
}

.icontent1 {
	font-size: 15px;
	font-family: 微軟正黑體;
	color: #3C372B;
	line-height: 21px;
	width: 546px;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #A69C48;
}

/*=================================font==========================================================*/
body{
	font-family: 微軟正黑體;
	text-decoration: none;
}



ul{
	list-style-image: none;
	list-style-type: none;	
}
li{
	list-style-image: none;
	list-style-type: none;
}
/*header*/

.top_ul{
	height: 26px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
	text-align: center;
	float: right;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
.top_li{
	height: 26px;
	float: left;
	clear: right;
	position: relative;
	font-size: 1em;
	color: #FFF;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	font-weight: bold;
	margin-right: 8px;
	padding-top: 10px;
	font-family: 微軟正黑體;
}


.top_li a:link{
	background-image: url(../images/top_nav.gif);
	background-repeat: repeat-x;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	height: 26px;
	clear: both;
	float: left;
	margin-right: 15px;
	font-weight: bold;
	font-family: 微軟正黑體;
}

.top_li a:visited{
	background-image: url(../images/top_nav.gif);
	background-repeat: repeat-x;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	height: 26px;
	clear: both;
	float: left;
	margin-right: 15px;
	font-weight: bold;
	font-family: 微軟正黑體;
}
.top_li a:active{
	background-image: url(../images/top_nav.gif);
	background-repeat: repeat-x;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	height: 26px;
	clear: both;
	float: left;
	margin-right: 15px;
	font-weight: bold;	
	font-family: 微軟正黑體;
}

.top_li a:hover{
	background-image: url(../images/top_nav_hover.gif);
	background-repeat: repeat-x;
	color: #F5E5B4;
	text-decoration: none;
	height: 26px;
	width: 100%;
	clear: both;
	float: left;
	font-weight: bold;
	font-family: 微軟正黑體;
}


/*內文*/






/*FOOTER*/
.cw{
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	line-height: 19px;
	text-decoration: none;
	font-family: 微軟正黑體;
}

.cw a:link{
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	line-height: 19px;
	font-family: 微軟正黑體;
}

.cw a:visited{
	color: #000000;
	text-decoration: none;
}
.cw a:active {
	color: #000000;
	text-decoration: none;
}

.cw a:hover{
	color: #999;
	text-decoration: none;
}

/*BUTTON*/


 .next2 {
	-moz-box-shadow: inset 0px 1px 0px 0px #86770a;
	-webkit-box-shadow: inset 0px 1px 0px 0px #86770a;
	box-shadow: inset 0px 1px 0px 0px #A69C48;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A69C48), color-stop(1, #918109) );
	background: -moz-linear-gradient( center top, #A69C48 5%, #918109 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A69C48', endColorstr='#918109');
	background-color: #A69C48;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-indent: 0;
	border: 1px solid #918109;
	display: inline-block;
	color: #ffffff;
	font-family: 微軟正黑體;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 30px;
	line-height: 30px;
	width: 130px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #918109;
	letter-spacing: 0.1em;
}
.next2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #918109), color-stop(1, #A69C48) );
	background:-moz-linear-gradient( center top, #918109 5%, #A69C48 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#918109', endColorstr='#A69C48');
	background-color:#918109;
}
.next2:active {
	position:relative;
	top:1px;
}
