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

@import url(reset.css);


body {
	font-family: "微軟正黑體";
	background-color: #FFF;
}
body, html{width:100%;height:100%;}
/*body{
  background:
        url(../images/bg-tree-leaves.png),
		url(../images/bg-white.png),
		url(../images/body_bg.jpg);
  background-repeat:  no-repeat ,no-repeat ,repeat-x;
  background-position:  center top ,center top ,right top;
} 
*/
body{
  background:
        url(../images/bg-leaves.png),
        url(../images/cloud.png),
		url(../images/body_bg.jpg);
  background-repeat:  no-repeat , no-repeat  ,repeat-x;
  background-position: center top , center top  ,right top;
} 

/*.theme-default #slider{margin:0px auto 0 auto;width:624px;height:260px;border:0px solid #d7e8ff;}
.theme-pascal.slider-wrapper,.theme-orman.slider-wrapper{margin-top:150px;}
.nivoSlider{position:relative;}
.nivoSlider img{position:absolute;top:0px;left:0px;}
.nivoSlider a.nivo-imageLink{position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;}
.nivo-slice{display:block;position:absolute;z-index:5;height:100%;}
.nivo-box{display:block;position:absolute;z-index:5;}
.nivo-caption{position:absolute;left:0px;bottom:0px;background:#000;color:#fff;opacity:0.8;width:100%;z-index:8;}
.nivo-caption p{padding:5px;margin:0;}.nivo-caption a{display:inline!important;}.nivo-html-caption{display:none;}
.nivo-directionNav a{position:absolute;top:45%;z-index:9;cursor:pointer;}.nivo-prevNav{left:0px;}
.nivo-nextNav{right:0px;}.nivo-controlNav a{position:relative;z-index:9;cursor:pointer;}
.nivo-controlNav a.active{font-weight:bold;}

.theme-default .nivoSlider{position:relative;background:#fff url(../images/loading.gif) no-repeat 50% 50%;margin-bottom:50px;}
.theme-default .nivoSlider img{position:absolute;top:0px;left:0px;display:none;}
.theme-default .nivoSlider a{border:0;display:block;}
.theme-default .nivo-controlNav{position:absolute;right:1%;bottom:3px;margin-left:-40px;}
.theme-default .nivo-controlNav a{display:block;width:22px;height:22px;background:url(../images/bullets.png) no-repeat;text-indent:-9999px;border:0;margin-right:0px;float:left;}
.theme-default .nivo-controlNav a.active{background-position:0 -22px;}
.theme-default .nivo-directionNav a{display:block;width:30px;height:30px;background:url(../images/arrows.png) no-repeat;text-indent:-9999px;border:0;}
.theme-default a.nivo-nextNav{background-position:-30px 0;right:15px;}
.theme-default a.nivo-prevNav{left:15px;}
.theme-default .nivo-caption{font-family:Helvetica,Arial,sans-serif;}
.theme-default .nivo-caption a{color:#fff;border-bottom:1px dotted #fff;}
.theme-default .nivo-caption a:hover{color:#fff;}
*/

.box-green {
	width:180px;
border:solid 1px #2d2d2d;  text-align:center; background:#eeeeee; padding:5px; margin:10px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px;
-moz-box-shadow: 1px  1px  5px  #000000;-webkit-box-shadow: 1px  1px  5px  #000000;box-shadow: 1px  1px  5px  #000000;
}
.box-news {
	width:180px;
border:solid 1px #2d2d2d;  text-align:center; background:#ff0; padding:5px; margin:10px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px;
-moz-box-shadow: 1px  1px  5px  #000000;-webkit-box-shadow: 1px  1px  5px  #000000;box-shadow: 1px  1px  5px  #000000;
}


/*定位查詢 search */
/****************************************
	CSS 3 SEARCH FORM BY CAMERON BANEY
    Design Blog: http://blog.cameronbaney.com 
	Twitter: @cameronbaney
****************************************/

#search-form {
	background: #e1e1e1; /* Fallback color for non-css3 browsers */
	width: 270px;
	margin:10px 0px;
	
	/* Gradients */
	background: -webkit-gradient( linear,left top, left bottom, color-stop(0, rgb(243,243,243)), color-stop(1, rgb(225,225,225)));
	background: -moz-linear-gradient( center top, rgb(243,243,243) 0%, rgb(225,225,225) 100%);
	
	/* Rounded Corners */
	border-radius: 17px; 
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	
	/* Shadows */
	box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3); 
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
}

/*** TEXT BOX ***/
#search-form input[type="text"]{
	background: #fafafa; /* Fallback color for non-css3 browsers */
	
	/* Gradients */
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(250,250,250)), color-stop(1, rgb(230,230,230)));
	background: -moz-linear-gradient( center top, rgb(250,250,250) 0%, rgb(230,230,230) 100%);
	
	border: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid rgba(255,255,255,.8);
	font-size: 16px;
	margin: 4px;
	padding: 5px;
	width: 150px;
	
	/* Rounded Corners */
	border-radius: 17px; 
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	
	/* Shadows */
	box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
	-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
}

/*** USER IS FOCUSED ON TEXT BOX ***/
#search-form input[type="text"]:focus{
	outline: none;
	background: #fff; /* Fallback color for non-css3 browsers */
	
	/* Gradients */
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
	background: -moz-linear-gradient( center top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
}

/*** SEARCH BUTTON ***/
#search-form input[type="submit"]{
	background: #44921f;/* Fallback color for non-css3 browsers */
	
	/* Gradients */
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(79,188,32)), color-stop(0.15, rgb(73,157,34)), color-stop(0.88, rgb(62,135,28)), color-stop(1, rgb(49,114,21)));
	background: -moz-linear-gradient( center top, rgb(79,188,32) 0%, rgb(73,157,34) 15%, rgb(62,135,28) 88%, rgb(49,114,21) 100%);
	
	border: 0;
	color: #eee;
	cursor: pointer;
	float: right;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 30px;
	margin: 4px 4px 0;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	width: 84px;
	outline: none;
	
	/* Rounded Corners */
	border-radius: 30px; 
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	
	/* Shadows */
	box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.4);
	-moz-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.4);
}
/*** SEARCH BUTTON HOVER ***/
#search-form input[type="submit"]:hover {
	background: #4ea923; /* Fallback color for non-css3 browsers */
	
	/* Gradients */
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(89,222,27)), color-stop(0.15, rgb(83,179,38)), color-stop(0.8, rgb(66,143,27)), color-stop(1, rgb(54,120,22)));
	background: -moz-linear-gradient( center top, rgb(89,222,27) 0%, rgb(83,179,38) 15%, rgb(66,143,27) 80%, rgb(54,120,22) 100%);
}
#search-form input[type="submit"]:active {
	background: #4ea923; /* Fallback color for non-css3 browsers */
	
	/* Gradients */
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(89,222,27)), color-stop(0.15, rgb(83,179,38)), color-stop(0.8, rgb(66,143,27)), color-stop(1, rgb(54,120,22)));
	background: -moz-linear-gradient( center bottom, rgb(89,222,27) 0%, rgb(83,179,38) 15%, rgb(66,143,27) 80%, rgb(54,120,22) 100%);
}
/**/  




#mainBody{position:relative;width:100%;}

.bg1000{
	position: relative;
	width: 1000px;
	margin: 0 auto;
/*	background-image: url(../images/bg-line.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top:-40px;
	padding-top:50px;*/
	z-index:1;
	}
.wrap{
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}
#header{
	position: absolute;
	width: 1000px;
	margin: 0 auto;
	z-index: 10;
	left: 0px;
	top: 0px;
	background-image: url(../images/bg-leaves.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.banner{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 10;
/*	line-height: 28px;
	letter-spacing: 1px;
	padding:0 30px;*/
}

.banner a:link{
	text-decoration: none;
}
.camp-rule{
	position: relative;
	width: 940px;
	margin: 0 auto;
	line-height: 28px;
	letter-spacing: 1px;
}

/*關於我們 right*/
.about-right{
	position: relative;
	float: right;
	width: 660px;
	margin: 10px 10px 0 10px;
	z-index: 10;
	background-image: url(../images/bg-about-right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}



/*園區導覽*/
#guide{
	width:350px;
	position:absolute;
	left:0px;
	top:0px;
	}
#guide li{
	border: 1px solid #eee;
	margin: 5px;
	}
#guide p{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	letter-spacing: 2px;
	}
#guide span{
	font-size: 12px;
	color: #000;
	letter-spacing: 1px;
	}
#guide img{
	float:left;
	margin: 5px;
	}
/*園區導覽*/


.camp-rule h1{
	line-height: 22px;
	letter-spacing: 1px;
	font-size: 22px;
	text-decoration: none;
	font-weight: bold;
	color: #F60;
}

.camp-rule li{
	line-height: 22px;
	letter-spacing: 1px;
	font-size: 15px;
	text-decoration: none;
}

/*.banner .rule-txt {
	font-size: 12px;
	line-height: 22px;
}
.banner .rule-txt ul{
	list-style-position: outside;
	list-style-image: url(../images/arror.gif);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
}
*/
.block_map {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 280px;
	padding: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	border: 5px solid #eee;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: rgba(255,255,255,1);
	/*text-align: center;*/
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-shadow: 1px 0 0 0 rgba(0,0,0,0.3);
	box-shadow: 1px 0 0 0 rgba(0,0,0,0.3);
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
	font-family: "微軟正黑體", "標楷體";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	background-color: #8cc63f;
	line-height: 22px;
	letter-spacing: 1px;
}

.block_weather {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 280px;
	padding: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	border: 5px solid #eee;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: rgba(255,255,255,1);
	/*text-align: center;*/
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-shadow: 1px 0 0 0 rgba(0,0,0,0.3);
	box-shadow: 1px 0 0 0 rgba(0,0,0,0.3);
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
	font-family: "微軟正黑體", "標楷體";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	background-color: #8cc63f;
	background-image: url(../images/bg-weather.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.block_news {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 280px;
	padding: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	border: 5px solid #eee;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: rgba(255,255,255,1);
	/*text-align: center;*/
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-shadow: 1px 0 0 0 rgba(0,0,0,0.3);
	box-shadow: 1px 0 0 0 rgba(0,0,0,0.3);
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
	font-weight: normal;
	font-variant: normal;
	background-color: #8cc63f;
	font-family: "微軟正黑體", "標楷體";
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 1px;
}
.block_news li{
	color: #FFF;
	text-decoration: none;
}
.block_news a:link{
	text-decoration: none;
	color: #FFF;
}
.block_news a:hover{
	text-decoration: underline;
	color: #FFF;
}
.block_news a:visited{
	line-height: 18px;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
}

.block_facebook {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 280px;
	padding: 10px  20px;
	margin-bottom: 10px;
	overflow: hidden;
	border: 5px solid #eee;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: rgba(255,255,255,1);
	/*text-align: center;*/
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-shadow: 1px 0 0 0 rgba(0,0,0,0.3);
	box-shadow: 1px 0 0 0 rgba(0,0,0,0.3);
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
	font-family: "微軟正黑體", "標楷體";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	background-color: #004a9a;
}



.block_order {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 260px;
	padding: 8px 3px 20px 5px;
	margin-bottom: 6px;
	overflow: hidden;
	border: 5px solid #eee;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: rgba(102,102,102,1);
	/*text-align: center;*/
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-shadow: 1px 0 0 0 rgba(0,0,0,0.3);
	box-shadow: 1px 0 0 0 rgba(0,0,0,0.3);
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
	font-weight: normal;
	font-variant: normal;
	background-color: #fa8412;
	font-family: "微軟正黑體", "標楷體";
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}
.block_order li{
	color: #999;
	text-decoration: none;
}
.block_order a:link{
	text-decoration: none;
	color: #999;
}
.block_order a:hover{
	text-decoration: underline;
	color: #999;
}
.block_order a:visited{
	line-height: 18px;
	font-size: 12px;
	text-decoration: none;
	color: #999;
}

/*  BLOCK    */
.pricing-grids {
    border: 2px solid #f5f7f9;
    border-radius: 10px;
    float: left;
    width: 100%;
}
.pricing-grids:hover {
/*    transform: scale(1.09);
    transition: all 0.5s ease 0s;*/
}
.basic1 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 0.6em;
	background-attachment: scroll;
	background-color: #0099FF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.basic {
    float: left;
}
.basic h4 {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 800;
	margin: 0;
}
.basic p {
	color: #66FFFF;
	font-size: 13px;
	margin: 0;
}
.value {
    float: right;
}
.value h4 {
	color: #FFCC00;
	font-size: 30px;
	font-weight: 700;
	margin: 5px 0 0;
}
.submit {
    margin-bottom: 3em;
    text-align: center;
}
.submit a {
    background: none repeat scroll 0 0 #ff6868;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 15px 30px;
    transition: all 0.5s ease 0s;
}
.submit a:hover {
    background: none repeat scroll 0 0 #f5f7f9;
    color: #ff6868;
    text-decoration: none;
}
.pricing-grids ul li {
    background: url("../images/row.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #c2c6cb;
    display: block;
    font-size: 16px;
    height: 32px;
    list-style-type: none;
	/*margin:1em 1em 2em 1em ;*/
	margin:15px 10px ;
    padding-left: 2em;
}
.clearfix::before, .clearfix::after, .row::before, .row::after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.row::after, .clearfix::after {
    clear: both;
}
.row, .clearfix {
}

/*  BLOCK    */




.logo {
    float: left;
}
.logo a {
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 125px;
    text-indent: -9999px;
    width: 280px;
}
.rooms{
    width: 300px;
	}
.rooms div.img{
    width: 130px;
	height: 90px;
	}
.rooms div{
	float: left;
	width: 130px;
	font-size: 12px;
	color: #F30;
	letter-spacing: 1px;
	display: block;
	margin:2px;
	}

.container{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	letter-spacing: 2px;
	padding:0px 0px;
	}
p {
    margin: 0;
    padding: 0;
}


.footer {
	position: relative;
	width: 100%;
	height: 273px;
	z-index: 1;
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-position: center bottom;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #000;
	padding-top: 100px;
}
#footer a:link{
	text-decoration: none;
	color: #000;
}
#footer a:hover{
	text-decoration: underline;
	color: #000;
}
#footer a:visited{
	text-decoration: none;
	color: #000;
}

#footer_logo {
	width:380px;
	position: relative;
	left: 0px;
	top: 0px;
	float:left;
	text-align:center;
}

#footer_data {
	width: 550px;
	height: 165px;
	position: relative;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #000;
	margin: 0 auto;
	float: left;
}

.menu-noraml{
	list-style-position: outside;
	list-style-type: circle;
	margin: 0 0 0 20px;
}
.newsArea {
	width: 630px;
	float: right;
}
.mapArea {
	background: url("../images/newsArea_bg.jpg") no-repeat scroll center top transparent;
	height: 250px;
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

.title18 {
	font-size: 18px;
	line-height: 22px;
	color: #000;
	letter-spacing: 1px;
}

.c12 {
	font-size: 12px;
	line-height: 22px;
	color: #000;
	letter-spacing: 1px;
}
.c12-fish {
	font-size: 12px;
	line-height: 22px;
	color: #339900;
	letter-spacing: 1px;
	margin-right: 5px;
}

.c15 {
	font-size: 15px;
	line-height: 22px;
	color: #000;
	letter-spacing: 1px;
}

.r12b {
	font-size: 12px;
	line-height: 18px;
	color: #FF6600;
	letter-spacing: 1px;
	font-weight: bold;
}
.y12b {
	font-size: 12px;
	line-height: 18px;
	color: #FFFF00;
	letter-spacing: 0px;
	font-weight: bold;
}

.r15b {
	font-size: 15px;
	line-height: 18px;
	color: #FF6600;
	letter-spacing: 1px;
	font-weight: bold;
}

.n11 {
	font-size: 9px;
	line-height: 18px;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif
}

.float-left{
	float: left;
}
.float-right{
	float: right;
}
.float-clear{
	clear: both;
}
.imgborder6{
  border:1px solid #999;
  padding:6px;
  background:#fff;
}
.imgborder8{
  border:1px solid #999;
  padding:6px;
  background:#fff;
}

.txt-list ul {
	list-style: disc outside none;
	padding-left: 20px;
	font-size: 12px;
	letter-spacing: 1px;
}

.txt-list img {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.txt-list .link a {
	border-radius: 3px;
	box-shadow: 2px 2px 2px #CCCCCC;
	color: #FFFFFF;
	display: inline-block;
	font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size: 16px;
	padding: 7px 15px;
	transition: none 0s ease 0s;
	text-decoration: none;
	margin-bottom:10px;
}
.btn_color1 {
    background: linear-gradient(to bottom, #64A7C3 1%, #398CB1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.btn_color2 {
    background: linear-gradient(to bottom, #ff6600 1%, #ff9c5a 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.btn_color3 {
    background: linear-gradient(to bottom, #02d311 1%, #67c86e 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.btn_color4 {
    background: linear-gradient(to bottom, #d18aec 1%, #dda8f0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.margin-right-10{
	margin-right: 10px;
}
.margin-left-10{
	margin-left: 10px;
}

.orangeB {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #FF6633;
}

#sonytable{border:1px solid #ccc;border-width:1px 0 0 1px;text-align:center;border-collapse:collapse; padding:3px;} 
#sonytable td,th{border:1px solid #ccc;border-width:0 1px 1px 0;margin:5px;text-align:right; padding:10px;}
#sonytable th{text-align:center;font-weight:600;font-size:12px;background-color:#F4F4F4;}
#sonytable2{border:1px solid #ccc;border-width:1px 0 0 1px;margin:2px 0 2px 0;text-align:center;border-collapse:collapse;} 
#sonytable2 td,th{border:1px solid #ccc;border-width:0 1px 1px 0;margin:2px 0 2px 0;text-align:left;}
#sonytable2 th{text-align:center;font-weight:600;font-size:12px;background-color:#F4F4F4;}
#sonytable3{border:1px solid #ccc;border-width:1px 0 0 1px;margin:2px 0 2px 0;text-align:center;border-collapse:collapse;} 
#sonytable3 td,th{border:1px solid #ccc;border-width:0 1px 1px 0;margin:2px 0 2px 0;text-align:left;}
#sonytable3 th{text-align:center;font-weight:600;font-size:12px;background-color:#F4F4F4;}
#sonytable4{border:1px solid #ccc;border-width:1px 0 0 1px;margin:2px 0 2px 0;text-align:center;border-collapse:collapse;} 
#sonytable4 td,th{border:1px solid #ccc;border-width:0 1px 1px 0;margin:2px 0 2px 0;text-align:left;}
#sonytable4 th{text-align:center;font-weight:600;font-size:12px;background-color:#F4F4F4;}




/*用於photo*/
#pic {
	width: 700px;
	margin-left: 0px;
	margin-top: 0px;
	position: relative;
}
#pic1000 {
	width: 1000px;
	margin-left: 0px;
	margin-top: 0px;
	position: relative;
}
#pic div.img
{
	margin: 2px;
	border: 1px solid #dddddd;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}	
#pic div.img img
{
  display: inline;
  margin: 2px;
  border: 1px solid #eeeeee;
}
#pic div.desc
{
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	width: 220px;
	margin: 0px;
	color: #111;
}

#pic1000 {
	width: 1000px;
	margin-left: 0px;
	margin-top: 0px;
	position: relative;
}
#pic1000 div.img
{
	margin: 2px;
	border: 1px solid #dddddd;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	background-color: #FFF;
}	
#pic1000 div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #eeeeee;
}
#pic1000 div.desc
{
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	width: 220px;
	margin: 0px;
	color: #111;
}
a{
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
}


/*翻頁專用*/
.page{padding:2px;font-weight:bolder;font-size:12px;font-family:Tahoma;}
.page a{border:1px solid #ccc;padding:0 5px 0 5px;margin:2px;text-decoration:none;color:#333;font-family:Tahoma;}
.page span{padding:0 5px 0 5px;margin:2px;background:#09f;color:#fff;border:1px solid #09c;font-family:Tahoma;}


/*jquery 滑鼠移出移入效果*/
#people { width:100%; border-collapse:collapse; font-size:15px; } 
#people th, #people td{ border: silver 1px solid;  padding:6px }
.odd{background-color:#EFF1F1;}
.even{background-color:#FFFFFF;}
.enter{
	background-color: #FFFF99;
}
