body
{
    color: #444;
    font-family: Microsoft JhengHei, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 22px;
	width: 100%;
}
body, table, div, span, form
{
    margin: 0;
    padding: 0;
}
img
{
    border: 0;
}
hr
{
   /* border: thin dotted #3e3e3e;*/
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}
ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
    color: #F30;
}
a:active
{
    text-decoration: none;
}
.tcc
{
    text-align: center;
}
.tcr
{
    text-align: right;
}
.tcl
{
    text-align: left;
}
.icon-img
{
    margin-right: 10px;
}
.icon-img02
{
    margin: 0 7px;
}
.clear
{
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/*---------------------------------------------------------------*/

iframe
{
    n1ifm: expression(this.src='about:blank',this.outerHTML=''); /*這行代碼是解決掛IFRAME木馬的哦*/
}

/*---------------------------------------------------------------*/

#container
{
    margin: 0 auto;
    position: relative;
	width: 100%;
}
/*---------------------------------------------------------------*/
#top-box
{
	background:#fff;
	box-shadow:0 4px 5px rgba(60%,60%,60%,0.5);
	-moz-box-shadow:0 4px 5px rgba(60%,60%,60%,0.5);
	-webkit-box-shadow:0 4px 5px rgba(60%,60%,60%,0.5);
	height: 115px;
	position:absolute;
	width:100%;
	z-index:99;
}
#top-line
{
	height:5px;
	background-color:#6bab90;
}
#top-box-item
{
	margin: 0 auto;
	position:relative;
	width:960px;
}
#logo
{
    background: url(../images/logo.jpg) no-repeat;
    height: 80px;
    left: 10px;
    position: absolute;
    top: 15px;
    width: 390px;
    z-index: 99;
}

/* 上方連結 */
#top-link
{
    color: #666;
    position: absolute;
    right: 10px;
    top: 30px;
    z-index: 99;
}
#top-link ul
{
   list-style-type:none;
   margin: 0;
   padding: 0;
}
#top-link li
{
	background: url(../images/toplink-line.jpg) left top repeat-y;
    float: left;
	height:13px;
	line-height:13px;
   	margin-left: 15px;
    padding-left: 15px;
}
#top-link a
{
    color: #666;
    text-decoration: none;
}
#top-link a:hover
{
    color: #f30;
    left: 1px;
    position: relative;
	top: 1px;
}
/* 全站搜尋 */
#search-box
{
    background: url(../images/search.png) no-repeat;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 50px;
    width: 220px;
    z-index: 99;
}
#search-box input[type="text"]
{
	border: 0;
    color: #777;
    float: left;
    height: 28px;
    line-height: 28px;
    margin: 1px 0 1px 5px;
    padding: 0;
    width: 180px;
}
#search-box img
{
    float: right;
}
/*---------------------------------------------------------------*/
#base
{
	background-color:#FFF;
	margin: 0 auto;
	position:relative;
	width:960px;
}
#banner-box
{
    height: 270px;
    margin: 0 auto;
	padding: 110px 0 20px;
    position: relative;
    width: 960px;
   /* background: url(../images/banner.jpg) no-repeat;*/
}

/* 會員登入前 */
#member-box
{
	background:url(../images/member-bg.png);
	float: left;
    height:270px;
	position: relative;
    width: 240px;
}
.member-title
{
	height: 63px;
    margin: 0 auto;
    position: relative;
	text-align: center;
}
.member-middle
{
    margin: 0 auto;
	position: relative;
    width: 200px;
}
.login-id
{
	height: 30px;
	position:relative;
	width:200px;
}
.login-id select
{
    background: #fff;
    border:1px solid #7a7a7a;
    cursor:pointer;
    color:#888;
    display: inline-block;
	height: 30px;
    outline:none;
	width: 200px;
}
.member-middle input[type="text"]
{
	background: url(../images/id-icon.png) no-repeat #fff 10px;
	border: 1px solid #7a7a7a;
    height: 30px;
	margin-top: 10px;
    margin-bottom: 10px;
	padding-left:35px;
    width: 165px;
}
.member-middle input[type="password"]
{
    background: url(../images/pw-icon.png) no-repeat #fff 10px;
	border: 1px solid #7a7a7a;
    height: 30px;
    margin-bottom: 10px;
	padding-left:35px;
    width: 165px;
}
.member-login
{
	background:#4c79ab;
	border:0;
	color:#FFF;
	cursor:pointer;
	float:right;
	font-family: Microsoft JhengHei;
	font-size:14px;
	height:30px;
	width:95px;
}
.member-login:hover
{
	border: 4px solid #0050a8;
	background-color:#0050a8;
	transition:background-color 1.5s;
    -moz-transition:background-color 1.5s;
    -webkit-transition:background-color 1.5s;
    -o-transition:background-color 1.5s;
}
.member-login:active
{
	top:2px;
	left:1px;
	position:relative;
}
.member_btn_pw
{
	background:#9aa3af;
	border:0;
	color:#fefefe;
	cursor:pointer;
	float:left;
	font-family: Microsoft JhengHei;
	font-size:14px;
	height:30px;
	margin-bottom:5px;
	width:95px;
}
.member_btn_pw:hover
{
	border: 4px solid #45494f;
	background-color:#45494f;
	transition:background-color 1.5s;
    -moz-transition:background-color 1.5s;
    -webkit-transition:background-color 1.5s;
    -o-transition:background-color 1.5s;
}
.member_btn_pw:active
{
	left:1px;
	position:relative;
	top:2px;
}
.member-item
{
	float:left;
    position: relative;
	width: 200px;
}
.member-item ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.member-item li
{
	float:left;
}
.member-item li a
{
	color:#304d6d;
    display: block;
	font-weight:bolder;
	font-size:14px;
    height: 20px;
	line-height:20px;
    overflow: hidden;
    width: 200px;
}
.member-item li a:hover
{
	text-decoration:underline;
	color:#009;
}

/* 會員登入後 */
.member-sort
{
    color: #000;
    margin: 0 auto 5px;
    position: relative;
	width: 180px;
}
.member-welcome
{
   	color: #000;
    letter-spacing: 1px;
    margin: 0 auto;
    position: relative;
    width: 200px;
}
.member-name
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
	background:#666666;
    background: rgba(0,0,0,0.5);
	color: #ff0;
    font-size: 15px;
    margin: 0 auto 5px;
    padding: 5px 10px;
}
.member-welcome select
{
    background: url(../images/member-select.png) no-repeat;
    border: 0;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 10px;
    padding-left: 5px;
    width: 180px;
}
.member-logout
{
    border: 0;
	background-color:#4C79AB;
	background-image: linear-gradient(bottom, rgb(62,51,46) 0%, rgb(101,86,78) 100%);
	box-shadow: inset 0px 4px 0px 0px #4C79AB, 0px 4px 0 #314e6e;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	color:#FFF;
    cursor: pointer;
    display: block;
	font-size:18px;
    height: 40px;
	line-height:40px;
	letter-spacing:5px;
    margin: 5px auto;
    position: relative;
	text-align:center;
    width: 180px;
}
.member-logout:hover
{
	box-shadow: 0 3px #314e6e;
	color:#FFF;
	top: 1px;
}
.member-logout:active
{
	border:0;
	box-shadow: inset 0px 0 0px 0px #4C79AB, 0px 0 0 #314e6e;
	top:3px;
}

/* 主要顯圖 */
#flash
{
    float: right;
    height: 270px;
    position: relative;
	width: 720px;
}
#Div_Banner div
{
	background:url(../images/top.jpg) no-repeat #8c8b8b;
	/*background-color:#8c8b8b;*/
	height:270px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 720px;
}

/* 顯圖連結 */
.banner-link
{
   	background: url(../images/banner-link.png) no-repeat;
    height: 55px;
	margin: 0 auto 20px;
    position: relative;
 	width: 940px;
}
.banner-link li a
{
    display: block;
	height: 55px;
	margin-left: 20px;
	overflow: hidden;
	width: 220px;
}
.banner-link li:first-child a
{
	margin-left: 0;
}
.banner-link ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.banner-link li
{
    float: left;
}
.banner-link_a a:hover
{
	background:url(../images/banner-link.png) 940px 55px;
}
.banner-link_b a:hover
{
	background:url(../images/banner-link.png) 700px 55px;
}
.banner-link_c a:hover
{
	background:url(../images/banner-link.png) 460px 55px;
}
.banner-link_d a:hover
{
	background:url(../images/banner-link.png) 220px 55px;
}

/*---------------------------------------------------------------*/

#content-box
{
    margin: 0 auto;
    width: 940px;
    position: relative;
}

/*---------------------------------------------------------------*/

#left-box
{
	background: url(../images/menu-bg.jpg) repeat-y;
    float: left;
    position: relative;
    width:220px;
}
#right-box
{
	float:right;
	margin: 0 auto;
    position: relative;
	width: 700px;
}
#page-edit
{
    float: right;
    position: relative;
	width: 720px;
}

/*---------------------------------------------------------------*/

/* 功能選單 */
.l-aplus
{
    height: 10px;
	line-height: 10px;
	margin: 0 auto;
    position: absolute;
	z-index:99;
}
#menu-box
{
   	background: url(../images/menu-top.jpg) top no-repeat;
	float: left;
    position: relative;
	width: 220px;
}

/*---------------------------------------------------------------*/

/* 中間顯示區 */
.aplus
{
	height: 10px;
    line-height: 10px;
	margin: 0 auto;
    position: relative;
}

/* 即時訊息 */
#marquee-box
{
	background: url(../images/marquee-box.jpg) no-repeat;
	font-size: 14px;
	height: 40px;
	margin: 0 auto 10px auto;
	position:relative;
	right: 0;
    width: 700px;
    z-index: 98;
}
#marquee_block
{
	line-height: 40px;
	margin-left:45px;
	overflow:hidden;
    padding-right:5px;
    position: relative;
    width: 650px;
}
#Div_Marquee div
{
	color: #000;
    margin: 0;
    padding: 0;
	word-break: break-all;
}
/* 最新消息 */
#news_box
{
    margin: 7px auto 15px;
    position:relative;
}
.news-title
{
    background: url(../images/news-title.jpg) no-repeat;
	height: 55px;
	margin: 0 auto;
    position: relative;
}
/* 分類標題 */
#news-nav-box
{
    background: url(../images/news-nav-bg.jpg) bottom repeat-x;
	margin: 0 auto 5px;
    position: relative;
}
#news-nav
{
    background: url(../images/news-nav.jpg) no-repeat;
	height: 35px;
	margin: 0 auto;
	position: relative;
	width: 522px;
}
#news-nav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#news-nav li
{
    float: left;
    height: 35px;
	width: 87px;
}
#news-nav li a
{
	display: block;
	height: 35px;
    overflow: hidden;
	width: 85px;
}
.box-middle
{
    margin: 0 auto;
    position: relative;
	width: 700px;
}
.btn-more
{
	border: 0;
	background: linear-gradient(#807f7f,#333);
	border-radius:2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	color:#fff;
	display: block;
	font-size:12px;
	float: right;
	height: 20px;
	letter-spacing:1px;
	line-height:20px;
	margin: 15px 10px 0 0;
    position: relative;
    text-align:center;
    width: 44px;
}
.btn-more:hover
{
	background: linear-gradient(#333,#807f7f);
	color:#fff;
	top:2px;

}
.news-item
{
    margin: 0 auto;
	position:relative;
	width: 680px;
}
.news-item th
{
    color: #b02;
	letter-spacing: 1px;
	font-weight:bold;
	font-family:Arial;
	font-size:14px;
    text-align: left;
	padding-top:5px;
}
.news-sort
{
}
.news-line
{
    background: url(../images/news-line.jpg) bottom repeat-x;
	padding: 0 10px 8px 44px;
}
.news-item span
{
	border: 0;
	border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    color: #fff;
    padding: 0 8px;
}
.news-item th img
{
	padding-left:20px;
	padding-right:10px;
}
/* 活動花絮 */
#album-box
{
	float:right;
    margin: 0 auto 15px;
    position: relative;
	width:700px;
}
.album-title
{
    height: 55px;
    background: url(../images/album-title.jpg) no-repeat;
	margin: 0 auto;
    position: relative;
}
.album-middle
{
    margin: 0 auto;
	padding-top:10px;
    position: relative;
	width: 680px;
}
.album-block
{
	background: url(../images/album-bg.png) top no-repeat;
	float: left;
    margin-left:7px;
	margin-right:7px;
    padding-top: 5px;
	position: relative;
	width:156px;
}
.album-view-block
{
	background: url(../images/album-bg.png) top no-repeat;
	float: left;
    padding-top: 5px;
	 position: relative;
	width:156px;
}
.album-img
{
	height: 105px;
    margin: 0 auto 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 140px;
}
.album-img a:hover img
{
	filter: Alpha(Opacity=60);
    opacity: 0.6;
}
.album-txt
{
    margin: 0 auto;
	position: relative;
    text-align: center;
	width: 160px;
}
.album-txt a
{
    color: #333;
    text-decoration: none;
}
.album-txt a:hover
{
    color: #50a;
    left: 1px;
    position: relative;
	top: 1px;
}

/*---------------------------------------------------------------*/

/* 相關連結 */
#link-box
{
	float:right;
    margin: 0 auto 15px;
    position: relative;
	width:700px;
}
.link-title
{
    background: url(../images/link-title.jpg) no-repeat;
	height: 55px;
	margin: 0 auto;
    position: relative;
}
.link-middle
{
    margin: 0 auto;
    position: relative;
	width:680px;
}
.link-middle ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.link-middle li
{
	float:left;
    height: 50px;
    padding: 10px 4px;
	text-align: center;
}

.link-middle img
{
	border: 1px solid #b7b7b7;
	height:60px;
   	width: 160px;
}
/*相關連結內頁*/
#page-link-box
{
    margin: 0 auto;
    position: relative;
	text-align: center;
}
.page-link-block
{
	border: 0;
	box-shadow: #999 0 0 5px;
    -webkit-box-shadow: #999 0 0 5px;
    -moz-box-shadow: #999 0 0 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	float: left;
	height:130px;
	margin-top:20px;
	margin-right:20px;
	margin-left:28px;
    position: relative;
	width:180px;
}
.page-link-block:hover
{
    box-shadow: #3A68A6 0 0 5px;
    -webkit-box-shadow: #3A68A6 0 0 5px;
    -moz-box-shadow: #3A68A6 0 0 5px;
    border: 0;
}
.page-link-img
{
	border: 1px solid #b7b7b7;
	height:60px;
	margin: 10px auto 5px;
    position: relative;
	width:160px;
}
.page-link-title
{
	height: 20px;
	line-height:20px;
	margin: 10px  0;
	padding-right: 28px;
	padding-left: 28px;
    position: relative;
}
/*---------------------------------------------------------------*/

/* 版權宣告 */
#footer
{
    background: url(../images/footer.jpg) #6bab90 top repeat-x;
    letter-spacing: 1px;
    margin: 25px auto 0;
    position: relative;
	text-align:center;
	width: 100%;
}
.Information
{
	height:77px;
	color:#5d5d5d;
	padding-top:16px;
}
.copyright
{
	color:#fff;
	padding-top:11px;
	padding-bottom:11px;

}
.Information a
{
	color:#5d5d5d;
}
.Information a:hover
{
	color:#F00;
}

.copyright a
{
	color:#fff;
}
.copyright a:hover
{
	color:#F00;
}
/*---------------------------------------------------------------*/
