@charset "utf-8";
/* CSS Document */

body {
	font-family: "微軟正黑體";
	min-width: 1080px;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #339999;
}
ul {
	margin: 0;
	padding: 0;
}
.Middle1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.imp
{
	color:#F00;
}
.cmxform label.error {
	display: none;
	color: #FF0000;
	font-size: 12px;
}


/*----HEADER----*/
#up-menu {
	width: 100%;
	height: 100px;	
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

#up-menu .logo {
	float: left;
	height: 80px;
	width: 280px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#up-menu .sub {
	float: right;
	height: 20px;
	padding: 5px 25px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size: 10pt;
	color: #FFF;
	/*background-color: #253503;*/
}
#up-menu .sub a {
	margin-right: 5px;
	margin-left: 5px;
	color: #FFF;
}


/* 主要選單 */
.cl-effect-5  {
	float: right;
	width: 700px;
	text-align: right;
	margin-top: 15px;
}
.cl-effect-5 a {
	overflow: hidden;
	padding: 0 3px;
}
.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	font-size: 13pt;
	letter-spacing: -1px;
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 13pt;
	margin: 15px 10px;
}

nav a:hover,
nav a:focus {
	outline: none;
}


/*中間 */
#Inside_up {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	height: auto;
	overflow: hidden;
	background-image: url(../images/inbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#up_photo {
	width: 100%;
	padding: 95px 0 0 0;
	margin: 0;
	display: block;
	height: auto;
	background-image: url(../images/photo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#In_Contents {
	width: 1060px;
	padding: 3px 3px 40px 3px;
	margin: 0 auto;
	display: block;
	height: auto;
	overflow: hidden;
	background-image: url(../images/bg_insTop.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#Template {
	width: 1060px;
	position: relative;
}

#site {
	float: right;
	text-align: right;
	font-size: 10pt;
	letter-spacing: 1pt;
	color: #399;
	position: absolute;
	top: 20px;
	right: 20px;	
}
#site a {
	color: #999;
}



#Title_by {
	float: left;
	width: 1000px;
	margin-right: 30px;
	margin-left: 30px;	
	margin-top: 30px;
	background-image: url(../images/h1_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#Title_by .title {
	float: left;
	font-size: 24pt;
	width: 500px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 15px;
}




#Button {
	float: right;
	text-align: right;
	margin-top: 30px;
	margin-right: 20px;
}
#Button a {
	float: left;
	height: 32px;
	line-height: 32px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #009245;
}
#Button a:hover {
	color: #000;
	border-bottom: 2px solid #CCC;
	height: 30px;
}
#Button a.stay {
	color: #a70000;
	border-bottom: 2px solid #CCC;
	height: 30px;
}


#photo_Menu {
	float: left;
	width: 960px;
	margin-top: 40px;
	margin-right: 50px;
	margin-left: 50px;
}
#photo_Menu a{
	padding: 5px 15px;
	margin: 5px;
	color: #FFF;
	background-color: #999;
	letter-spacing: 2pt;
	font-size: 10pt;
}
#photo_Menu a:hover{
	background-color: #000;
}
#photo_Menu .stay{
	background-color: #000;
}


/*----------成功案例----------*/
#photo {
	float: left;
	width: 960px;
	margin: 30px 50px 20px;
}
#photo .h220 {
    height: 220px;
}
#photo .h280 {
	height: 280px;
}
#photo .h330 {
	height: 330px;
}

#photo .mar {
	float: left;
	width: 290px;
	margin: 10px 15px;
	overflow:hidden;
	position: relative;
}
#photo .mar div {
	clear:both;
	overflow: hidden;
}
#photo .mar .map {
	height: 260px;
	width: 290px;
	overflow: hidden;
	position:relative;
}
#photo .mar .video{
	height: 160px;
    width: 290px;
    overflow: hidden;
    position:relative;
}
#photo .mar .reform{
    height: 130px;
    width: 290px;
    overflow: hidden;
    position:relative;
}

#photo .mar .map-bg {
	width: 290px;
	height:15px;
	margin-bottom: 5px;
	background-image: url(../images/photo_by.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#photo .mar .map a {
}
#photo .mar .map:hover img {
	transform: scale(1.03, 1.03);
	-webkit-transition: width 0.4s linear, height 0.4s linear, -webkit-transform 0.4s linear;
	-moz-transition: width 0.4s linear, height 0.4s linear, -moz-transform 0.4s linear;
	-o-transition: width 0.4s linear, height 0.4s linear, -o-transform 0.4s linear;
	transition: width 0.4s linear, height 0.4s linear, transform 0.4s linear;
}
#photo .mar .map img {
	/*
	transform: scale(1.0, 1.0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	*/
}
#photo .mar .map div{
	height: 130px;
	width: 290px;
}
#photo .mar .map .video-play {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/Broadcast.png) center center no-repeat;
	width: 260px;
	height: 145px;
}
#photo .mar .Title {
	width: 270px;
	max-height: 40px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	line-height: 1.3em;
	overflow: hidden;
}
#photo .mar .Narrative {
	width: 270px;
	margin: 10px 10px 5px;
	font-size: 10pt;
	line-height: 16pt;
	color: #666;
}
#photo .mar .more {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family: Georgia,"Times New Roman",Times,serif,微軟正黑體;
	color: #099;
}
#photo .mar .sort {
	position: absolute;
	top: 220px;
	padding: 5px 15px;
	color: #FFF;
	font-size: 11pt;
	background-color: rgba(51, 153, 153, 0.64);
}





#photo .Title2{
	float: left;
	width: 860px;
	margin-bottom: 20px;
	font-family: "細明體";
	font-size: 24pt;
	color: #399;
 }
#photo .Previous{
	float: left;
	width: 100px;
	height: 30px;
	margin-top: 15px;
	margin-bottom: 5px;
}


#photo-masonry{
    margin: 0px -16px;
	overflow:hidden;
	font-size:0;
}
#photo-masonry .Staff {
	float: left;
	width: calc(100%/5 - 32px);
	height:auto;
	margin:0 15px 15px;
	border:1px 
}
#photo-masonry .Staff .map {
    width: 100%;
    border: #ccc solid 1px;
    -moz-box-shadow: 3px 3px 1px 0px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow: 3px 3px 1px 0px rgba(20%,20%,40%,0.5);
    box-shadow: 3px 3px 1px 0px rgba(20%,20%,40%,0.5);
    padding: 2px;
    overflow: hidden;
}
#photo-masonry .Staff .Title{
    padding:10px 3px;
    margin:0;
	font-size: 14px;
	text-align: center;
}
#photo-masonry .Staff img{
	width: 100%;
}


#project_word {
	float: left;
	width: 960px;
	line-height: 20pt;
	margin-bottom: 30px;
	position:relative;
}

#project-info {
	position:absolute;
	top:50px;
	left:50px;
	min-width: 200px;
	padding:20px;
	font-size: 10pt; 
	background-color: rgba(0,0,0,0.8); 
	color: #FFF; 
}
#project-info div {
	margin:5px 0px;
}
#project-text {
	font-size: 10pt;
	padding: 10px 20px 2px 20px;
}

#project_map {
	float: left;
	width: 960px;
	padding-top: 30px;
	border-top: 1px solid #CCC;
}
#project_map .Staff {
	float: left;
	width: 230px;
	margin: 5px;
}

.tip_block {
	float: left;
	width: 230px;
	overflow: hidden;
	position: relative;
}
.tip_block .caption {
	position: absolute;
	top: 100%;	/* .abgne_tip_gallery_block 的高 - 想顯示 title 的高(這邊是設 55) */
	width: 210px;	/* .abgne_tip_gallery_block 的寬 - .caption 的左右 padding */
	padding: 10px;
	cursor: pointer;
	color: #fff;
	background-image: url(../images/1px_black.png);
	background-repeat: repeat;
}
.tip_block .caption h3 {
	margin: 0;
	padding: 5px;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
}


/*----最新資訊----*/
#news {
	float: left;
	width: 100%;
	border-top: 1px dotted #CCC;
	overflow: hidden;
}

#news-content {
	width: 700px;
	margin: auto;
	overflow: hidden;
}
#news-content ul li {
	list-style:none;
}
#news-content .Article {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px #CCC dotted;
	overflow: hidden;
	position: relative;
}
#news-content .Article .Previous {
	position: absolute;
	left: 5px;
	top: 5px;
}
#news-content .Article .sort {
	height: 40px;
	margin-bottom: 15px;
	overflow: hidden;
	text-align: right;
	float: right;
	margin: 0;
}
#news-content .Article .sort .first {
	background: url(../images/tree01.gif) no-repeat left top;
	width: 10px;
	height: 40px;
	float: left;
}
#news-content .Article .sort .mid {
	background: url(../images/tree02.gif) repeat-x right top;
	color: #666;
	font-size: 11px;
	height: 35px;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
#news-content .Article .sort .last {
	background: url(../images/tree03.gif) no-repeat left top;
	width: 10px;
	height: 40px;
	float: left;
}
#news-content .Article .Content {
	width: 100%;
}
#news-content .Article .Content li{
	padding: 10px 0;
	margin-bottom: 5px;
}
#news-content .Article .Content .Date {
	font-size: 10pt;
	color: #666;
	padding: 0px;
}
#news-content .Article .Content .Title {
	width: 100%;
	font-size: 18pt;
	color: #399;
	padding: 15px 0px 10px;
}
#news-content .Article .Content .Title a{
	color: #399;
	font-size: 18pt;
}
#news-content .Article .Content .Content {
	font-size: 10pt;
	line-height: 16pt;
	letter-spacing: 2pt;
}
#news-content .Article .Content .more a {
	font-size: 10pt;
	color: #666;
}



/*----NEWS 導覽----*/
#Classification {
	float: right;
	width: 220px;
	margin-left: 25px;
	margin-right: 25px;
}
#Classification .subject {
	width: 200px;	
	height: 40px;
	font-size: 16pt;
	font-weight: bold;
}
#Classification .assort {
	float: left;
	margin-top: 50px;
	width: 220px;
}
#Classification .assort .cate-subject {
	font-size: 16pt;
	font-weight: bold;
	height: 40px;
	width: 200px;
}
#Classification .assort ul {
	padding-bottom: 50px;
}
#Classification .assort .Baseline {
	border-bottom: 1px dotted #CCC;
}
#Classification .assort .Baseline li {
	width: 200px;
	list-style-type: disc;
	margin-left: 20px;
	color: #666;
	font-size: 12pt;
	margin-bottom: 10px;
}
#Classification .assort .Baseline li span {
	width: 200px;
	margin-bottom: 15px;
	display: block;
	font-size: 10pt;
	margin-top: 8px;
}
#Classification .assort .Baseline li span a {
	width: 200px;
	margin-bottom: 5px;
}

#Classification .assort .top li {
	float: left;
	list-style: none;
	padding-bottom: 30px;
	border-bottom: 1px dotted #CCC;
}
#Classification .assort .top li .Date {
	float: left;
	width: 100px;
	margin-bottom: 10px;
}
#Classification .assort .top li .Title {
	float: left;
	width: 200px;
	font-size: 10pt;
	line-height: 20pt;
	font-family: "微軟正黑體", "Century Gothic";
	font-weight: bold;
}
#Classification .assort .top li .sort {
	float: left;
	color: #F60;
	width: 80px;
}
#Classification .assort .top .Height30 {
	padding-top: 30px;
	font-size: 10pt;
}



#detail {
	float: left;
	width: 1060px;
	min-height:650px;
	background: url(../images/submenuBg.png) no-repeat left 2px;
}

/*----LEFT MENU----*/
#Left_Menu {
	float: left;
	width: 240px;
	
}
#Left_Menu .menutitle {
	margin-top: 40px;
	font-size: 16pt;
	padding-left: 30px;
}

#Left_Menu .menutitle .en {
	font-size: 10pt;
	color: #BB0708;
	font-family: Georgia, "Times New Roman", Times, serif, "微軟正黑體";
	margin-left: 10px;
}
#Left_Menu .Options  {
	float: left;
}
#Left_Menu .Options a {
	float: left;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 30px;
	margin-left: 30px;
	border-bottom: 1px dotted #EAEAEA;
}
#Left_Menu .Options a:hover {
	color: #399;	
}
#Left_Menu .Options div {
	float: left;
	margin-bottom: 20px;
}
#Left_Menu .Options div a {
	float: left;
	padding: 5px 5px 5px 20px;
	margin: 0px 0px 0px 30px;
	background-image: url(../images/o.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
	border-color: #FFF;
	color: #999;
	font-size: 11pt;
}
#Left_Menu .Options div a.stay,
#Left_Menu .Options div a:hover {
	background-image: url(../images/o2.jpg);
	color: #399;
	font-weight:normal;
}



/*----RIGHT CONTENT---*/
#Right_Content {
	float: left;
	width: 820px;
	overflow: hidden;
}

#Title_by2 {
	float: left;
	width: 780px;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
	background-image: url(../images/h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#Title_by2 .title {
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 15px;
	font-size: 24pt;
}

#word {
	float: left;
	width: 960px;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}

/*720*/
.milieu {
    padding: 4px;
    width: 900px;
    border: 1px solid #CCC;
    margin: 0 auto 15px;
}
.milieu .literal {
    text-align: center;
    border: 1px dotted #CCC;
    padding: 4px;
    margin: 5px 3px;
    font-size: 16px;
    line-height: 20px;
}

/*faq*/
#faq {
	float: left;
	width: 740px;
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 40px;
}
#faq .Introduction {
	float: left;
	height: 190px;
	width: 400px;
	margin-top: 10px;
	margin-left: 30px;
}
#faq .Introduction .Title {
	float: left;
	width: 400px;
	margin-bottom: 10px;
	font-size: 30px;
	color: #000;
	line-height: 40px;
}
#faq .Introduction .narrative {
	color: #707070;
	font-size: 13px;
	line-height: 22px;
	float: left;
	width: 400px;
}
#faq .Introduction .more {
	float: left;
	color: #FFF;
	font-size: 10pt;
	margin-top: 15px;
}
#faq .Introduction .more a {
	color: #FFF;
	background-color: #3CC;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#faq .Introduction .more a:hover {
	background-color: #F93;
}


#sliderbox {
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
}
#sliderbox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sliderbox ul > li {
	float: left;
	width: 100%;
	padding: 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #CCC;;
	color: #666;
	background: url(../images/newsclosedbg.gif) no-repeat 0px 9px;
}
#sliderbox ul li > div {
	float: left;
	text-indent: 30px;
}
#sliderbox ul li .jobname {
	width: 95%;
	line-height: 30px;
}
#sliderbox ul li .jobname a {
	cursor: pointer;
}
#sliderbox ul li .slideinfo {
	padding: 10px 30px;
	text-indent: 0;
	font-size: 10pt;
	line-height: 20pt;
	/*background: url(../images/a.png) no-repeat 17px 13px;*/
	display: none;
}




/*檔案下載*/
#Newsitem1 {
	float: left;
	width: 720px;
	margin: 20px 50px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
	border-top: 3px solid #39C;
}
#Newsitem1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
#Newsitem1 ul li {
	float: left;
	width: 720px;
	background-image: url(../images/dash.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#Newsitem1 ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	text-decoration: none;
	color: #666;
	font-size: 10pt;
	line-height: 18pt;
}
#Newsitem1 ul li:hover{
	border-color: #333;
	background-color: #F0F0F0;
	color: #000;
}
#Newsitem1 ul li div {
	float: left;
	width: 100px;
}
#Newsitem1 ul .Line-title div{
	height: 35px;
	margin-left: 1px;
	color: #FFF;
	background-color: #3CC;
	font-size: 12pt;
	line-height: 35px;
	letter-spacing: 5pt;
	text-align: center;
}
#Newsitem1 ul .Line-title .Messagetopic2 {
	width: 417px;
	margin-left: 0px;
	letter-spacing: 2cm;
	height: 35px;
}

#Newsitem1 ul .Line div {
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
	font-size: 10pt;
	text-align: center;
	overflow: hidden;
}
#Newsitem1 ul .Line .Messagetopic {
	width: 385px;
	padding-left: 30px;
	text-align: left;
}


/*-------客服中心-------*/
.say {
	float: left;
	width: 450px;
	height: 237px;
	margin: 0px 80px;
	padding-top: 80px;
	padding-right: 450px;
}
.say h3 {
	width: 400px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	-webkit-margin-before: 5px;
	-webkit-margin-after: 5px;
}
.say h2 {
	font-weight: bold;
	color: #000;
	font-size: 20pt;
	padding: 0px;
	-webkit-margin-before: 5px;
	-webkit-margin-after: 5px;
}
.say p {
	color: #666;
	width: 420px;
	font-size: 11pt;
	line-height: 20pt;
	margin-left: 10px;
}

.contact {
	float: left;
	width: 960px;
	margin-bottom: 80px;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 30px;
	padding-bottom: 0;
	overflow: hidden;
	background-image: url(../images/ta_bg.jpg);
	background-repeat: repeat-x;	
}
.contact table tr td h4 {
	font-size: 15px;
	color: #444;
	font-weight: normal;
	-webkit-margin-before: 5px;
    -webkit-margin-after: 5px;
}
.contact table tr td h4 span {
	color: #F40201;
	margin-left: 2px;
}
.contact table tr td input {
	width: 230px;
	height: 25px;
	border: 1px solid #E0E0E0;
	color: #666666;
	line-height: 25px;
	padding: 1px 0;
}
.contact table tr td {
	padding: 0px 20px 15px 10px;
}
.contact table tr td textarea {
	width: 400px;
	height: 118px;
	border: 1px solid #E0E0E0;
}
.contact table tr td select {
	width: 230px;
	height: 30px;
	padding: 0px;
	background-color: transparent;
	border: 1px solid #E0E0E0;
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 30px;
}

.loginsubmit2 {
	float:left;
	width: 100px;
	height: 35px;
	overflow:hidden;
}
.loginsubmit2 a{
	line-height: 35px;
	color: #fff;
	display: block;
	text-align: center;
	letter-spacing: 4pt;
	background-color: #CCCCCC;
}
.loginsubmit2 a:hover{
	background-color: #F90;
}


.reservation {
	float: left;
	width: 900px;
	margin: 30px 50px 20px;
	padding: 30px;
	background-image: url(../images/table_bg.png);
}
.reservation .Title {
	width: 880px;
	margin: 0px 10px 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 16pt;
	letter-spacing: 2pt;
}
.reservation .Title span {
	padding: 0px 10px 8px;
	border-bottom: 4px solid #399;
}

.reservation table tr td {
	width:33%;
	padding: 0px 10px 15px;
}
.reservation table tr td h4 {
	font-size: 15px;
	color: #444;
	font-weight: normal;
	-webkit-margin-before: 5px;
    -webkit-margin-after: 5px;
}
.reservation table tr td h4 span {
	color: #F40201;
	margin-left: 2px;
}
.reservation table tr td input {
	padding: 1px 0;
	border: 1px solid #E0E0E0;
	color: #666666;
	line-height: 25px;
}
.reservation table tr td textarea {
	width: 230px;
	height: 118px;
	border: 1px solid #E0E0E0;
}
.reservation table tr td select {
	width: 230px;
	height: 30px;
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #E0E0E0;
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 30px;
}


/*
.reservation h4 {
	font-size: 15px;
	color: #444;
	font-weight: normal;
	-webkit-margin-before: 5px;
	-webkit-margin-after: 5px;
}
.reservation h4 span {
	color: #F40201;
	margin-left: 2px;
}
.reservation table tr td {
	padding-top: 0;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

.reservation  table tr td input {
	border: 1px solid #E0E0E0;
	color: #666666;
	line-height: 25px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
.reservation table tr td select {
	width: 260px;
	height: 30px;
	background-color: #FFF;
	border: 1px solid #E0E0E0;
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.reservation table tr td #Sex label {
	float: left;
	width: 100px;
	
}

.reservation table tr td textarea {
	width: 280px;
	height: 118px;
	border: 1px solid #E0E0E0;
}
*/




/*----INDEX-FLASH----*/
#mid {
	width: 100%;
	overflow: hidden;
}
#flash {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#flash .slideshow {
	float: left;
	height: 450px;
	width: 600px;
	overflow:hidden;
}

#Home_Middle {
	clear:both;
	width: 100%;
}
.Down {
	margin-top: 25px;
	margin-bottom: 50px;
}

#page {
	float: left;
	width: 1000px;
}
#page ul {
	float: left;
	width: 240px;
	height: 280px;
	margin: 5px;
	display: block;
	position: relative;
	list-style:none;
}
#page ul .map {
	height: 150px;
	width: 240px;
	overflow: hidden;
}
#page ul .map img {
	transform: scale(1.0, 1.0);
	-webkit-transition: width 0.4s linear, height 0.4s linear, -webkit-transform 0.4s linear;
	-moz-transition: width 0.4s linear, height 0.4s linear, -moz-transform 0.4s linear;
	-o-transition: width 0.4s linear, height 0.4s linear, -o-transform 0.4s linear;
	transition: width 0.4s linear, height 0.4s linear, transform 0.4s linear;
}
#page ul .map:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transition: width 0.4s linear, height 0.4s linear, -webkit-transform 0.4s linear;
	-moz-transition: width 0.4s linear, height 0.4s linear, -moz-transform 0.4s linear;
	-o-transition: width 0.4s linear, height 0.4s linear, -o-transform 0.4s linear;
	transition: width 0.4s linear, height 0.4s linear, transform 0.4s linear;	
}
#page ul .Thumbnail {
	position: absolute;
	left: 80px;
	top: 110px;
}
#page ul .Title {
	width: 240px;
	margin-top:50px;
	text-align: center;
}
#page ul .Narrative {
	width: 200px;
	margin:10px 20px 0px;
	font-size: 10pt;
	text-align: center;
	color: #666;
}


#newsflash {
	float: left;
	width: 980px;
	margin: 0px 10px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #C00;
	background: url(../images/news.png) no-repeat left center;
}
#newsflash .areaflash {
	float: left;
	height: 42px;
	width: 840px;
	overflow: hidden;
	position: relative;
	margin-left: 100px;
}
#newsflash .areaflash .tempWrap{ 
	width: 840px !important; 
}
#newsflash ul li {
	float: left;
	height: 42px;
	margin-right: 80px;
	font-size: 13pt;
	line-height: 42px;
	color: #FFF;
	list-style:none;
}
#newsflash .areaflash .mltitle .Date {
	margin-left: 20px;
	font-size: 12pt;
	color: #F90;
	font-family: Georgia, "Times New Roman", Times, serif, "微軟正黑體";
}



/*-------頁碼-------*/
.quotes {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 10px 3px 3px 3px;
	font-size: 10pt;
}
.quotes a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	text-decoration: none; 
	color: #aaa;
}
.quotes a:hover {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #a0a0a0;
}
.quotes b {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #aaa;
}

