/* ---------------------------------------------------------------- 初始化 -----------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
	}
fieldset,img {
   border:0;
}
ol,ul {
	list-style-type: none;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
    font-size:12px;
}	
/* Remove the link outline */
a {
  outline:none;	/* For FF */
  noFocusLine:expression(this.onFocus=this.blur()); /* For IE */
} 
:focus {
  -moz-outline-style: none;
} /* For Firefox */ 	

html body div.clear, html body span.clear
{
     background: none;
     border: 0;
     clear: both;
     display: block;
     float: none;
     font-size: 0;
     margin: 0;
     padding: 0;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

/* ------------------------------------------------------------- 基本設定 -----------------------------------------------*/

body {
	background: #ac9475 url(back_body.jpg) no-repeat center top;	
	font-size: 12px;
	color: #484848;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
a {
	color: #484848;
	text-decoration: none;
}
a:hover {
	color: #df3e12;
}



/* ---------------------------------------------------------- 內頁背景 --------------------------------------------------*/


div#wrap_box {
	background: url(back_wrap2.jpg) repeat-y left top;			
	width: 1003px;
	margin: 0 auto;
}
div#wrap {
	background: url(back_wrap1.jpg) no-repeat left top;	
	width: 980px;
	margin:0 auto;
	padding:0 10px 0 13px;
	position: relative;	
}


/* ----------------------------------------------------------- header ---------------------------------------------------*/

div#header {
	position: relative;
	width:100%;
	margin: 0;
	height:142px;
	z-index:10; /*有下拉選單時一定要加,才能在最上方*/ 	
	}

div.header_logo h1 {
	background:url(logo_c.jpg) no-repeat left top;	
	width:420px;
	height:79px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	}
div.header_logo h1 a {
	display: block;
	width:420px;
	height:79px;
	text-indent: -9999px;	
	}
	
div.header_info {
	display: block;
	position: absolute;
	right: 26px;
	top: 28px;
	z-index: 2;
	padding: 3px 8px 2px;
	font-size: 11px;
}
div.header_info a {
	padding: 3px 6px;
	text-decoration: none;
}
div.header_info a:hover {
}
a.facebook {
	background:url(facebook.jpg) no-repeat;	
	width:77px;
	height:18px;
	margin: 0 6px 0 0;	
	display: inline-block;
	text-indent:-9999px;
	}

/* ---------------------------------------------------------------- 主選單 -----------------------------------------------*/

ul#nav_main {
	background:url(nav_main_c.jpg) no-repeat;
	width: 980px;
	height:47px;
	padding: 0;	
	position: absolute;
	left: 0px;
	top: 79px;
 	z-index:20; /*有下拉選單時一定要加,才能在最上方*/   	
}
ul#nav_main li {
	position:relative;
	float:left;		
}
ul#nav_main li a {
	background:url(nav_main_c.jpg) no-repeat;
	display: block;
	height:47px;	
}
ul#nav_main li a span {
	display: none;
}
ul#nav_main li:nth-child(1) a {
    width: 129px;
	background-position: 0 0;
}
ul#nav_main li:nth-child(1) a:hover, ul#nav_main li.highlight:nth-child(1) a {	
	background-position: 0 -47px;
}
ul#nav_main li:nth-child(2) a {
    width: 120px;
	background-position: -129px 0;
}
ul#nav_main li:nth-child(2) a:hover, ul#nav_main li.highlight:nth-child(2) a {	
	background-position: -129px -47px;
}
ul#nav_main li:nth-child(3) a {
    width: 122px;
	background-position: -249px 0;
}
ul#nav_main li:nth-child(3) a:hover, ul#nav_main li.highlight:nth-child(3) a {	
	background-position: -249px -47px;
}
ul#nav_main li:nth-child(4) a {
    width: 123px;	
	background-position: -371px 0;
}
ul#nav_main li:nth-child(4) a:hover, ul#nav_main li.highlight:nth-child(4) a {	
	background-position: -371px -47px;
}
ul#nav_main li:nth-child(5) a {
    width: 119px;
	background-position: -494px 0;
}
ul#nav_main li:nth-child(5) a:hover, ul#nav_main li.highlight:nth-child(5) a {	
	background-position: -494px -47px;
}
ul#nav_main li:nth-child(6) a {
    width: 121px;
	background-position: -613px 0;
}
ul#nav_main li:nth-child(6) a:hover, ul#nav_main li.highlight:nth-child(6) a {	
	background-position: -613px -47px;
}
ul#nav_main li:nth-child(7) a {
    width: 120px;
	background-position: -734px 0;
}
ul#nav_main li:nth-child(7) a:hover, ul#nav_main li.highlight:nth-child(7) a {	
	background-position: -734px -47px;
}
ul#nav_main li:nth-child(8) a {
    width: 126px;
	background-position: -854px 0;
}
ul#nav_main li:nth-child(8) a:hover, ul#nav_main li.highlight:nth-child(8) a {	
	background-position: -854px -47px;
}



/* --------------------------------------------------- container -----------------------------------------------*/

.container {	
	width:980px;
	margin: 0;
	padding:0;
	position: relative;
	float:left;
}

/* ---------------------------------------------------------------- 次選單 ------------------------------------------------*/

div.navsub {
	background:url(back_navp.jpg) no-repeat left top;	
	float:left;
	width: 218px;
	text-align: left;
	padding:0 8px 0 0;	
}
div.navsub h4 {
	height:51px;
	text-indent:-9999px;
}
div.navsub h4.navsub_title1 {
	background:url(navsub_title1.jpg) no-repeat left top;
}
div.navsub h4.navsub_title2 {
	background:url(navsub_title2.jpg) no-repeat left top;
}
div.navsub h4.navsub_title3 {
	background:url(navsub_title3.jpg) no-repeat left top;
}
div.navsub h4.navsub_title4 {
	background:url(navsub_title4.jpg) no-repeat left top;
}
div.navsub h4.navsub_title5 {
	background:url(navsub_title5.jpg) no-repeat left top;
}
div.navsub h4.navsub_title6 {
	background:url(navsub_title6.jpg) no-repeat left top;
}
div.navsub h4.navsub_title7 {
	background:url(navsub_title7.jpg) no-repeat left top;
}
div.navsub h4.navsub_title8 {
	background:url(navsub_title8.jpg) no-repeat left top;
}

div.navsub p:last-child {
	background:url(back_navp2.jpg) no-repeat left top;	
	height:55px;
}
div.navsub_menu {
	width:167px;
	padding:0;
	margin: 20px auto 30px;
	}
div.navsub_menu ul {
	padding: 0;
}
div.navsub_menu ul li {
	border-bottom:1px solid #d4c8b6;
	position:relative;
}
div.navsub_menu ul li a {
	background:url(navsub_icon.jpg) no-repeat 10px center;	
	*display: inline-block;			
    display:block;
	zoom: 1;
	padding: 9px 0 7px 28px;
}


div.navsub_menu2 ul > li:nth-child(3) {
	background-color: #f0f0f0;
}
div.navsub_menu2 ul > li:nth-child(3) ul {
	background-color: #fff;
}
div.navsub_menu2 ul > li:nth-child(3) ul li {
	border-bottom:1px dotted #bbbbbb;
}
div.navsub_menu2 ul > li:nth-child(3) ul li:last-child {
	border-bottom:none;
}
div.navsub_menu2 ul > li:nth-child(3) ul li a {
	background:url(navsub_icon2.jpg) no-repeat 14px center;		
}


/* ---------------------------------------- container_main ----------------------------------------------*/

.container_main {
	width: 754px;
	float: left;
	padding: 0;
	margin: 0;
	line-height:22px;
}
.container_main h3.title {
	background:url(title_icon.jpg) no-repeat left center;		
	font-size:18px;
	margin:14px 0 8px 25px;
	padding:0 0 0 10px;
	color:#000;
}
.container_main .flash {
	width:706px;
	height:164px;
	margin:0 0 0 25px;
}

	

/* --------------------------------------------------- adv -----------------------------------------------*/

ul.navsub_adv {
    width:167px;
	margin: 0 auto;
}
ul.navsub_adv li a {
	display: block;
	height:40px;
	margin: 0 0 8px 0;
    font-size:0px;
	color:#fff;
}
ul.navsub_adv li.n1 {
	background: url(adv_01.jpg) no-repeat left top;
}
ul.navsub_adv li.n2 {	
	background: url(adv_02.jpg) no-repeat left top;
}
ul.navsub_adv li.n3 {	
	background: url(adv_03.jpg) no-repeat left top;
}
ul.navsub_adv li.n4 {	
	background: url(adv_04.jpg) no-repeat left top;
}
ul.navsub_adv li.n5 {	
	background: url(adv_05.jpg) no-repeat left top;
}
ul.navsub_adv li.n6 {	
	background: url(adv_06.jpg) no-repeat left top;
}


/* --------------------------------------- content_main -----------------------------------------------*/


.content_main {
	padding:20px 48px;	
	min-height:400px;
	_height:400px;	
}
.content_main2 {
	padding:20px 23px 0 25px;	
	min-height:400px;
	_height:400px;	
}
.content_main > h4 {
	font-size:15px;
	color:#000;
	padding: 0 0 10px 0;	
}
.content_main > h4:first-child {
	padding: 0 0 20px 0;
}

.content_main2 > h4:first-child {
	padding: 0 0 20px 23px;
}


.content_main > h5 {
	font-size:13px;
	color:#000;
	padding: 0 0 10px 0;	
}
.content_main p {
	margin:0 0 14px 0;
}
.content_main p.font1 {
	margin:0;
	padding:0;
}
.content_main p.font2 {
	font-size:30px;
	line-height:300px;
	text-align:center;
}
.content_main img.pic01 {
}

div.info {
	border-top:1px dotted #ad9476;
	padding:10px 0 0 0;
	margin:20px 0 0 0;
	}


/* ul */
ul.style1 {
	margin:0 0 30px 4em;
	}
ul.style1 span {
	padding: 0 1em 0 0;
	text-decoration: underline;
	}
ul.style1 span.b {
	background-color:#e7e7e7;
	font-weight:bold;
	padding: 2px 5px;
	}	
ul.style1 b {
	font-weight:bold;
	text-decoration:underline;
	}			
ul.style1 li:first-letter {
    margin-left:-4em;
	}	
ul.style1 li ul {
	margin:0 0 0 2em;
	}	
ul.style1 li ul li:first-letter {
    margin-left:-2em;
	}
ul.style1 li ul li.top {
	margin:20px 0 0 0;
	}	
ul.style1 li ul li.dowm {
	margin:0 0 20px 0;
	}	
ul.style1 li ul li ul {
	margin:0 0 0 1em;
	}	
ul.style1 li ul li ul li:first-letter {
    margin-left:-1em;
	}	

ul.style2 {
	margin:0 0 30px 5em;
	}		
ul.style2 li:first-letter {
    margin-left:-5em;
	}

/* --------------------------------------------- 活動剪輯 -----------------------------------------------*/


.album {
	margin:10px 0 0 0;
	text-align:justify;
	text-justify:distribute;
	}
.album dl {
	overflow:hidden;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom:1px dotted #e0e0e0;
	}
.album dl dt {
	float:left;
	margin: 4px 20px 0 0;
	text-align:center;
	}
.album dl dt img {
	width:140px;
	height:105px;
	background-color:#e6d9c9;
	border: 1px solid #e6d9c9;
	padding:5px;
	border-radius:3px;	
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;	
	margin: 0 0 10px 0;
	}
.album dl span.more {
	}	
.album dl span.more a {
	color:#f00;
	margin: 0 0 0 4px;
	}
.album dl span.more a:hover {
	color:#000;
	}
		
.album dl dd {
	overflow:hidden;
	}
.album dl dd h6 {
	font-size: 15px;
	color: #977a52;
	text-decoration: underline;
	font-weight:bold;
	}
.album dl dd p {
	margin: 0 0 10px 0;
	}	

.album_top {
	background-color:#f7f1e7;	
	border: 1px dotted #e6d9c9;
	padding:15px;
	margin: 0 0 20px 0;
	}



.album_box {
    text-align:left;
	margin: 10px 0 20px 0;	
	border-bottom:1px dotted #e0e0e0;	
	}
.album_box ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
.album_box ul li {  
	width:140px;
	min-height: 115px;
	_height: 115px;
	display: -moz-inline-stack;
	display: inline-block;
    *display: inline;	
	vertical-align: top;
	margin:0 26px 10px 0px;
	margin:0 20px 10px 0px \9;		
	zoom: 1;
	cursor:pointer;
}
.album_box ul li:nth-child(4n) {
	margin-right: 0px;
	clear: left;
}
.album_box ul li:hover img { 
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 07;
    opacity: 0.7;
}
.album_box .box {	
	float:left;
	display: block;
	text-align:center;
	font-size:0;
	width:140px;
	height:105px;
	background-color:#e6d9c9;
	border: 1px solid #e6d9c9;
	padding:5px;	
}
.album_box .box *{
	vertical-align:middle;
}
.album_box .box span{
	display:inline-block;
	height:100%;
	_height:auto;
}
.album_box .box img {
	max-width:140px;
	max-height:105px;
	_width:140px;
	_height:105px;	
}
.album_box ul p.tags {
    margin: 110px 0 0 0;
    margin: 110px 0 0 0 \9;
    _margin: 0 0 6px 0 \9;
	line-height: 18px;
	text-align: center;
	padding: 0 6px 0 20px;	
}



/* ------------------------------------------- 表格 --------------------------------------------*/

.table1 {
	border-collapse: collapse;
	border-width:0 0px 2px 0px;
	border-style:solid;
	border-color:#e6d9c9;
	text-align: center;	
	margin: 0 0 10px 0;	
}
.table1 tr:nth-child(odd) {
	background: none;
}
.table1 th {
	background: #e6d9c9;
	text-align: center;
	color: #333;
	font-weight: bold;
	padding:3px 5px;	
}
.table1 td {
	padding:3px 5px;
	border-bottom: 1px dotted #e6d9c9;
	border-right: 1px solid #e6d9c9;	
}
.table1 td:last-child{
	border-right: none;
}
.table1 td.y1 {
	text-align:left;	
}
.table1 a.file {
	display:inline-block;
	width:16px;
	height:16px;
	background: url(file_doc.png) no-repeat left top;
	text-indent:-9999px;
	}

.table2 {
	border-width:2px 1px 2px 1px;
	border-style:solid;
	border-color:#e6d9c9;
	margin:0;
	}
.table2 caption {
	font-weight:bold;
	}
.table2 td.y1 {
	background-color:#f3ede5;
	text-align:center;
}


/* ----------------------------------- 新聞內頁 -------------------------------------*/

p.news_title {
	line-height: 20px;
	font-weight: bold;
	color: #333;
	padding: 6px 10px;
	margin:0;
	background: #e6d9c9;
	text-align:left;	
	} 
div.news_main {	
	text-align: left;
	padding: 15px 20px;
	margin: 0 0 10px 0;
	border-width:0 1px 2px 1px;
	border-style:solid dotted;
	border-color:#e6d9c9;
}
div.news_main strong {
	font-weight:bold;
}
div.news_main p {
	margin: 0 0 14px 0;
}
div.news_main img {
	max-width:620px;
	_width:620px;
	height:auto !important;
}
div.news_main p.filedown {
	background:url(file_down1.png) no-repeat left center;
	padding: 0px 0 0px 26px;
	margin:0 0 6px 0;
	
}
div.news_main p.filedown a {
	font-size:13px;
	text-decoration: underline;
}
div.news_main p.filedown a:hover {
	text-decoration: none;
}



.back_news{
	text-align: right;
}
.back_news a {
	background-color: #e6d9c9;
	border: 1px solid #d2ba9d;
	color: #333;		
	line-height: 24px;
	text-align: center;
	padding: 3px 6px;	
}
.back_news a:hover {
	background-color: #f8f5f0;
	border: 1px solid #c8c8c8;
}

.back_album {
	padding: 10px 0 0 0;
}

/* ----------------------------------- 頁數 -------------------------------------*/

#pager {
	margin:16px 0 0 0;
	}
#pager p {
	text-align:center;
	margin:0;
	padding:0;
	}
#pager p span{
	color:#C00;
	font-size:15px;
	font-weight:bold;
	margin:0 3px;
	}	
#pager ul.pages {
	display:block;
	border:none;
	text-transform:uppercase;
	font-size:11px;
	text-align: center;
	padding: 0;
}

#pager ul.pages li { /* 頁數列表 */
	list-style: none;
	border: 1px solid #e6d9c9;
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 3px 5px;
	display: inline;
	line-height: 30px; /* ie7 必要 */
	cursor: pointer;
}

#pager ul.pages li:hover { /* 觸碰時 */
    border:1px solid #e6d9c9;
    color:#333;
    background-color:#e6d9c9;
}

#pager ul.pages a:hover { /* 觸碰時 */
    color:#fff;
}

#pager ul.pages li.pgEmpty { /* 沒有作用的頁數 */
	border:1px solid #f3ebe2;
	color:#f3ebe2;
	cursor: default;
}
#pager ul.pages li.pgEmpty:hover {
	border:1px solid #f3ebe2;
	color:#f3ebe2;
	cursor: default;
    background-color:#f8f5f0;	
}

#pager ul.pages li.pgCurrent { /* 作用中的頁數 */
   border:1px solid #e6d9c9;
   color:#333;
   font-weight:700;
   background-color:#e6d9c9;
}

/*回目錄頁*/
.back_list {
	}
.back_list a {
	float: right;
    padding: 1px 10px;
	background-color: #ccc;
	border: 1px solid #ccc;	
	text-align: center;
	color: #fff;	
	-moz-border-radius: 3px;
    -webkit-border-radius:3px;
    border-radius:3px;	
	margin: 10px 0 0 0;
}
.back_list a:hover {
	background-color: #f4f4f4;
	color: #333;	
}	

/* ----------------------------------------------------- 會員登入 ---------------------------------------------------*/
	
div.member_in {
	width:400px;
	margin: 80px auto;
	position: relative;
	text-align: center;
	font-weight: bold;
	}
div.member_in p {
	line-height: 40px;
	}		
div.member_in p a {
	padding: 0 10px 0 0;
	margin: 5px 6px 0 0;
	}	
	
.member_table {
	border-collapse: collapse;
	border-width:1px 1px 2px 1px;
	border-style:solid;
	border-color:#e6d9c9;			
}

.member_table th {
	text-align: left;
	color: #333;
	font-weight: bold;
	background: #e6d9c9;
	padding: 3px 5px;
	font-size:16px;		
}
.member_table td {
	padding:8px 5px;
	line-height: 24px;
	text-align: center;
	border-bottom:1px dotted #e6d9c9;
	border-right:1px dotted #e6d9c9;		
}	
.member_table td.s1 {
	text-align: left;
}

.login_out {
	background: url(login_bg.gif) no-repeat 0 0;
	width:75px;
	height:25px;
	text-align: left;
	cursor: pointer;
	position: absolute;
	z-index: 100;
	top: 20px;
	right: 50px;
	}
.login_out a {
	display:block;
	color: #333;
	padding:0 0 0 34px;
	font-weight:bold;
	}
.login_out a:hover {
	color: #C00;
	}

.input4 {
	background: #e6d9c9 url(contact_btn2.jpg) no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	width: 50px;
	height: 42px;
	margin: 0 5px 0 5px;
	padding: 0;
	border: none;
	border-collapse:collapse;
	cursor:pointer;
}

/* ---------------------------------- 討論區 -------------------------------------*/

.forum_box {
	border-width:1px 1px 2px 1px;
	border-style:solid dotted;
	border-color:#e6d9c9;
	padding:3px;		
	}
.forum_box dl {
	margin:0 0 2px 0;
	border-bottom:1px dotted #e6d9c9;	
	}
.forum_box dl:last-of-type {
	margin:0;
	border-bottom:none;	
	}
.forum_box dl dt {
	background-color:#e6d9c9;
	padding:3px 5px;
	font-weight:bold;	
	font-size:13px;
	margin:2px 0 2px 0;
	position: relative;	
	}
.forum_box dl dt span {
	position: absolute;
	top:2px;
	right:10px;
	z-index:10;
	}	
.forum_box dl dd {
	padding:3px 5px;
	}
.forum_box dl dd p.forum_author {
	margin:0 0 6px 0;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
	color:#C00;
}	
.forum_box dl dd p.forum_time {
	margin:10px 0 0 0;	
	font-weight:bold;
	text-align:right;	
}	


.forum_list {
	float:right;
	}
.forum_list p {
	padding: 0 0 0 20px;
	margin:0 0 0 10px;
	}	
.forum_list p a {
	font-weight:bold;
	color:#C00;	
	}
.forum_list p a:hover {
	text-decoration: underline;
	}

.forum_message p {
	background: url(forum_message.png) no-repeat 0 2px;
	}
.forum_Reply p {
	background: url(forum_reply.png) no-repeat 0 2px;
	}
.forum_back p {
	background: url(forum_back.png) no-repeat 0 4px;
	padding: 0 0 0 18px;	
	}


/* ----------------------------------- 意見-----------------------------------------*/


.form_out {
	margin:0;
	padding: 10px 0px 10px 0px;
	}
form1 {
	margin:0;
	padding: 10px 20px 10px 20px;
	border:1px solid #e6d9c9;
	}	
.form {
	line-height: 22px;
	margin: 0px;
	font-weight: bold;
}
.form1 {
	margin:0;
	padding: 10px 20px 10px 20px;
	border:1px solid #e6d9c9;
	}
.form th {
	background: url(contact_line.jpg) no-repeat right 10px;
	text-align: right;
	padding: 6px 10px 0 0px;
	font-weight: bold;
	vertical-align: top;
}

.form span {
	color: #C00;
}
.form td {
	padding: 5px;
	text-align: left;
}

.input {
	background-color:transparent;
	text-decoration: none;
	border: 1px solid #e6d9c9;
	width: 196px;
	height: 20px;
	padding:1px 4px;
	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;	
}
.input2 {/*e-mail欄位長度比較長，for email 欄位使用*/
	background-color:transparent;
	text-decoration: none;
	border: 1px solid #e6d9c9;
	width: 450px;
	height: 20px;
	padding:1px 4px;
	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;	
}
.input3 {
	background: #e2d9c8;	
	color: #7b613e;
	text-decoration: none;
	width: 72px;
	height: 20px;
	padding: 0 0 2px 0;
	border: none;
	border-collapse:collapse;
	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;	
	margin: 0 5px;
	cursor:pointer;
}
div.contact_btn {
	margin:0 0 15px 0;
	text-align: center;	
	}

small a {
	background: url(icon02.gif) no-repeat left 5px;	
	font-size:12px;
    margin: 4px 4px 0 0;
	float:right;
	padding: 4px 0 4px 22px;
	}	


.form1 {
	margin:0;
	padding: 10px 20px 10px 20px;
	border:1px solid #e6d9c9;
	}
.form1 th.t1 {
	background: #e6d9c9;
	text-align: left;
	padding: 6px 10px 4px 10px;
	font-weight: bold;
}


/* --------------------------------- 聯絡我們 -----------------------------------------*/	
	
.contact h5 {
	font-size: 15px;
	color: #000;
    margin: 0 0 20px 4px;		
	}
.contact p {
	margin: 0 0 0 4px;
	line-height: 22px;
	}			
.contact ul{
    margin: 0 0 10px 0;	
	}	
.contact li {
	background: url(more_icon.jpg) no-repeat 6px center;
	padding: 0 0 0 20px;
	}
.contact li span {
	color:#fff;	
	}	
.contact small a {
	background: url(icon02.gif) no-repeat left 5px;	
	font-size:12px;
    margin: 4px 4px 0 0;
	float:right;
	padding: 4px 0 4px 22px;
	}	

.map {
	margin: 0;
	padding: 4px;
	border: 1px solid #e0dacc;
/*	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;	*/
}	
.mapfont a {
	color: #0000ff;
	float: right;

}	


/* --------------------------------------------------- 網底 --------------------------------------------------*/


#footer {
	clear:both;
	background:url(back_footer.jpg) no-repeat left top;	
	width:754px;
	height:84px;
	padding:0 0 0 0;
	line-height: 16px;
	position: relative;
	text-align:center;
}
#footer address {
	padding: 40px 0 0 0;
	font-style: normal;
	font-weight: normal;
	color:#000;		
}
#footer address span {
	position:absolute;
	right:33px;
	top:36px;
	}
/* --------------------------------------------------- 提示字 --------------------------------------------------*/	
.fromwarn{/*提示字*/
	color:#F00;
	font-size:12px;
	font-weight:inherit;
}