@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0px;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #000000;
	background-color: #080112;
}
a{
	color: #b09a60;
	text-decoration: underline;
	}
a:hover{
	color: #FFF;
	text-decoration: none;
	}
select {
	border: 1px solid #999999;
	font-family: Verdana, "新細明體";
	font-size: 12px;
}
INPUT {
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	COLOR: #000000;
	BORDER-BOTTOM: #000000 1px solid;
	BACKGROUND-COLOR: #E3DBF2;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

.button {
	background-color: #a47ea7;
	border: 1px solid #999999;
	font-family: Arial, "新細明體";
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}

.oneColFixCtrHdr #container {
	width: 1131px; /* 自動邊界 (搭配寬度) 會讓頁面置中對齊 */
	border: 1px solid #000000;
	text-align: left; /* 這樣做會覆寫 Body 元素上的 text-align: center。 */
	margin-right: auto;
	margin-left: auto;
	background-color: #22043b;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/page-header.jpg);
	height: 152px;
	width: 1131px;
}
.oneColFixCtrHdr #header .home{
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, "新細明體";
	padding-left: 20px;
}
.oneColFixCtrHdr #header .home a{
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #header .home a:hover{
	color: #c092ff;
	text-decoration: none;
}
.oneColFixCtrHdr #header .topmenu{
	font-size: 13px;
	color: #c092ff;
}
.oneColFixCtrHdr #header .topmenu a{
	color: #c092ff;
	text-decoration: none;
	font-size: 15px;
	padding-right: 4px;
	padding-left: 4px;
}
.oneColFixCtrHdr #header .topmenu a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #header .lang{
	font-size: 12px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #header .lang a{
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #header .lang a:hover{
	color: #c092ff;
	text-decoration: none;
}
.oneColFixCtrHdr #header .flash{
	display: block;
	float: left;
	height: 119px;
	width: 540px;
}
.oneColFixCtrHdr #header .search{
	text-decoration: none;
	text-align: right;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 130px;
	font-family: Arial, "新細明體";
}
.oneColFixCtrHdr #header .search input{
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	FONT: 11px verdana, arial, helvetica, sans-serif;
	BORDER-LEFT: #000000 1px solid;
	COLOR: #000000;
	BORDER-BOTTOM: #000000 1px solid;
	BACKGROUND-COLOR: #E6E6E6
}
.oneColFixCtrHdr #header .shopping{
	color: #b09a60;
	text-decoration: none;
	text-align: right;
	height: 16px;
	font-size: 13px;
	padding-right: 130px;
	padding-top: 17px;
}
.oneColFixCtrHdr #header .shopping a{
	color: #b09a60;
	text-decoration: none;
}
.oneColFixCtrHdr #header .shopping a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #header .login{
	color: #b09a60;
	text-decoration: none;
	text-align: right;
	font-size: 15px;
	padding-top: 10px;
	padding-right: 130px;
	float: right;
}
.oneColFixCtrHdr #header .login a{
	color: #f0e77a;
	text-decoration: none;
}
.oneColFixCtrHdr #header .login a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent .left{
	float: left;
	width: 164px;
	background-image: url(../images/page-bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, "新細明體";
	color: #515151;
	text-align: right;
	padding-top: 53px;
	padding-right: 11px;
	height: 264px;
}
.oneColFixCtrHdr #mainContent .left a{
	color: #515151;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent .left a:hover{
	color: #98834B;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent .left h1{
	font-family: Verdana, "新細明體";
	font-size: 21px;
	color: #FFFFFF;
	height: 27px;
	font-weight: normal;
	margin-top: 0px;

}
.oneColFixCtrHdr #container #mainContent .left ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 8px;
}
.oneColFixCtrHdr #container #mainContent .left li {
	list-style-type: none;
	font-family: Arial, "新細明體";
	font-size: 13px;
	padding-left: 20px;
	line-height: 30px;
}
.oneColFixCtrHdr #container #mainContent .left li a{
	color: #B09A60;
}
.oneColFixCtrHdr #container #mainContent .left li a:hover{
	color: #FFFFFF;

}
.oneColFixCtrHdr #mainContent .right{
	float: right;
	width: 795px;
	background-color: #22043b;
	margin-bottom: 100px;
	padding-right: 131px;
	padding-left: 30px;
	font-family: Arial, "新細明體";
	font-size: 13px;
	line-height: 20px;
	color: #838383;

}

.oneColFixCtrHdr #mainContent .right h1{
	font-family: Verdana, "新細明體";
	font-size: 15px;
	color: #c3ba68;
	font-weight: bolder;
	margin-top: 0px;

}

.oneColFixCtrHdr #mainContent .right .root{
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin-top: 15px;
	margin-bottom: 23px;
}
.oneColFixCtrHdr #mainContent .right .root a{
	color: #8958C5;
	text-decoration: none;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent .right .root a:hover{
	color: #b09a60;
	text-decoration: underline;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent .right .subtitle{
	background-image: url(../images/subtitle-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Verdana, "新細明體";
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	height: 21px;
	padding-top: 3px;
	margin-bottom: 30px;
}
.oneColFixCtrHdr #mainContent .right .pro-list{
	margin-right: 20px;
	margin-left: 20px;

}
.oneColFixCtrHdr #mainContent .right .pro-list a{
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	line-height: 25px;
}
.oneColFixCtrHdr #mainContent .right .pro-list a:hover{
	color: #9b8b61;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent .right .pro-list img{
	border: 1px solid #666666;

}
.oneColFixCtrHdr #mainContent .right .pro-list td{
	text-align: left;
	font-size: 12px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #acacac;
	padding-top: 5px;
	font-family: Arial, "新細明體";
}

.oneColFixCtrHdr #mainContent .right .pro-list th{
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #acacac;
}
.price{
	font-family: Arial, "新細明體";
	font-size: 20px;
	font-weight: bold;
	color: #99664c;
}

#footer {
	clear: both;
	font-family: Arial, "新細明體";
	font-size: 11px;
	color: #777579;
	background-image: url(../images/footer-logo02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
	text-align: right;
	padding-right: 60px;
	padding-top: 15px;
}
#footer .link{
	font-size: 13px;
	color: #9773d7;
	margin-top: 5px;
}
#footer .link a{
	color: #9773d7;
	text-decoration: none;
	font-size: 13px;
}
#footer .link a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.oneColFixCtrHdr #mainContent .right .pro-detil{
	margin-right: 20px;
	margin-left: 20px;

}
.oneColFixCtrHdr #mainContent .right .pro-detil .detil{
	font-size: 13px;
	color: #747474;
	line-height: 23px;

}
.oneColFixCtrHdr #mainContent .right .pro-detil .detil h1{
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
}
.oneColFixCtrHdr #mainContent .right .pro-detil .detil .zoom{
	font-family: Arial, "新細明體";
	font-size: 12px;
	color: #747474;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent .right .pro-detil .detil .zoom a{
	color: #747474;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent .right .pro-detil .detil .zoom a:hover{
	color: #000000;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent .right .pro-detil .cart{
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, "新細明體";
	color: #5D5D5D;

}
.oneColFixCtrHdr #mainContent .right .shopping-cart{
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Arial, "新細明體";
	font-size: 13px;
	line-height: 23px;
	color: #747474;

}
.oneColFixCtrHdr #mainContent .right .shopping-cart a{
	color: #99664c;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent .right .shopping-cart a:hover{
	color: #333333;
	text-decoration: underline;

}
.oneColFixCtrHdr #mainContent .right .cart-list table{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b0b0b0;
	border-bottom-color: #b0b0b0;
	border-left-color: #b0b0b0;
}
.oneColFixCtrHdr #mainContent .right .cart-list a{
	color: #99664c;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent .right .cart-list a:hover{
	color: #999999;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent .right .cart-list td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACACA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CACACA;
}
.oneColFixCtrHdr #mainContent .right .cart-list th{
	color: #5b0063;
	background-color: #d9d9d9;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent .right .cart-list .price{
	font-size: 13px;
}

.oneColFixCtrHdr #mainContent .right .login table{
	border: 1px solid #b0b0b0;
}
.oneColFixCtrHdr #mainContent .right .login td{
	background-color: #F0F0F0;
}
.oneColFixCtrHdr #mainContent .right .login th{
	background-color: #F0F0F0;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
.oneColFixCtrHdr #mainContent .right .cart-list02 table{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b0b0b0;
	border-bottom-color: #b0b0b0;
	border-left-color: #b0b0b0;
}
.oneColFixCtrHdr #mainContent .right .cart-list02 td{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CACACA;
	padding-left: 5px;
}
.oneColFixCtrHdr #mainContent .right .cart-list02 th{
	color: #5b0063;
	background-color: #EAEAEA;
	font-weight: normal;
	text-align: right;
}
.oneColFixCtrHdr #mainContent .right .cart-list02 .price{
	font-size: 13px;
}
.oneColFixCtrHdr #mainContent .right .cart-list03 table{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b0b0b0;
	border-bottom-color: #b0b0b0;
	border-left-color: #b0b0b0;
}
.oneColFixCtrHdr #mainContent .right .cart-list03 td{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CACACA;
	padding-left: 5px;
}
.oneColFixCtrHdr #mainContent .right .cart-list03 th{
	color: #FFFFFF;
	background-color: #a47ea7;
	font-weight: normal;
	text-align: right;
}
.oneColFixCtrHdr #mainContent .right .cart-list03 .price{
	font-size: 15px;
}
.pro-line{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #a47ea7;
	margin-top: 20px;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #mainContent .right .login  a{
	color: #99664C;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent .right .login a:hover{
	color: #000000;
	text-decoration: underline;
}
.bonus{
	font-family: Arial, "新細明體";
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/icon-red.gif);
	height: 20px;
	width: 302px;
	display: block;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.bonus a{
	color: #dbcfb0;
	text-decoration: underline;
}
.bonus a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.bonus02 {
	color: #dbcfb0;
}
.bonus03 {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
}
.note{
	font-weight: bolder;
	color: #CC3366;
}
.note02{
	color: #999999;
	font-size: 12px;
}
.note03{
	color: #99664c;
	font-size: 12px;
	font-weight: bold;
}
.shopping_carttitle{
	display: block;
	font-weight: bold;
	color: #333333;
}
.pay table{
	border: 1px solid #b0b0b0;
}
.pay th{
	font-size: 15px;
	color: #5b0063;
	background-color: #d9d9d9;
	font-weight: normal;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
.pay td{
	color: #816084;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 18px;
}
.pay td h1{
	font-size: 13px;
	font-weight: bold;
	color: #5b0063;
	margin-bottom: 0px;
}
.paysuccess table{
	border: 1px solid #b0b0b0;
}
.paysuccess th{
	font-size: 15px;
	color: #5b0063;
	background-color: #d9d9d9;
	font-weight: normal;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
.paysuccess td{
	color: #666666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 23px;
}
.paysuccess td h1{
	font-size: 13px;
	font-weight: bold;
	color: #5b0063;
	margin-bottom: 0px;
}
.shopping_carttitle{
	display: block;
	font-weight: bold;
	color: #333333;
}
.member a{
	color: #A27C4F;
	text-decoration: none;
}
.member a:hover{
	color: #333333;
	text-decoration: none;
}
.member table{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b0b0b0;
	border-bottom-color: #b0b0b0;
	border-left-color: #b0b0b0;
}
.member td{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CACACA;
	padding-left: 5px;
}

.member th{
	color: #FFFFFF;
	background-color: #a47ea7;
	font-weight: normal;
	text-align: right;
}
.member .note04{
	color: #999999;
	font-size: 12px;
}
/*.............訊息專區...........*/
#news{
	width: 738px;
	padding-right: 28px;
	padding-left: 28px;
	padding-bottom: 30px;
	padding-top: 20px;
	font-family: Arial, "新細明體";
	font-size: 13px;
	color: #D9B364;
	font-weight: bold;
}
#news td img{
	border: 4px solid #9e8a5b;
	float: left;
	margin-right: 10px;
}
#news td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3c2a4c;
	padding-bottom: 10px;
}
#news th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3c2a4c;
	padding-bottom: 5px;
	font-family: Verdana, "新細明體";
	font-size: 11px;
	font-weight: normal;
	color: #8d8990;
}
#news th img{
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#news embed {
	border: 3px solid #9e8a5b;
}

#news a{
	color: #8d8990;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
}
#news a:hover{
	color: #624977;
	text-decoration: underline;
}
/*.............訊息區內文...........*/
.news_body{
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	text-align: justify;
}
.news_body .newsdate{
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, "新細明體";

}
.news_body h1{

}
/*............名人推薦..........*/
.recommended{
	background-image: url(../images/recommended-p04.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, "新細明體";
	font-size: 11px;
}

.recommended img{
	background-color: #9a8453;
	border-top-width: 4px;
	border-right-width: 3px;
	border-bottom-width: 4px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9a8453;
	border-right-color: #9a8453;
	border-bottom-color: #9a8453;
	border-left-color: #9a8453;
	margin-right: 3px;
	margin-left: 3px;
}
.recommended02{
	background-image: url(../images/recommended-p06.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, "新細明體";
	font-size: 11px;
	height: 447px;
	width: 746px;
	padding-top: 27px;
	padding-right: 31px;
	padding-left: 17px;
}
.recommended02 .pic{
	border: 4px solid #9a8453;
}
.recommended02 .pic_small{
	margin-top: 20px;
	width: 450px;
}

.recommended02 .pic_small a{
	border: 3px solid #120222;
	display: inline-block;
}
.recommended02 .pic_small a:hover{
	border: 3px solid #41334a;
}
.recommended02 td{
	font-family: Arial, "新細明體";
	font-size: 12px;
	line-height: 23px;
	color: #777579;
}
.recommended02 .rec_title {
	font-family: Arial, "新細明體";
	font-size: 15px;
	color: #b09a60;
	font-weight: normal;
}
.recommended02 .rec_date {
	font-family: Arial, "新細明體";
	font-size: 11px;
	color: #b8a574;
	font-weight: normal;
}
.recommended03{
	font-family: Arial, "新細明體";
	font-size: 11px;
	background-color: #321251;
}
.recommended03 img{
	background-color: #9a8453;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9a8453;
	border-right-color: #9a8453;
	border-bottom-color: #9a8453;
	border-left-color: #9a8453;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 10px;
}
/*.............參訪影像...........*/
#album{
	margin-top: 20px;
	margin-right: 35px;
	margin-left: 35px;
	font-family: Arial, "新細明體";
	font-size: 12px;
	color: #FFFFFF;
}
#album a{
	color: #999999;
	text-decoration: none;
}
#album a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#album .photo {
	background-image: url(../images/tachia_album02.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 144px;
	margin-right: 30px;
	display: inline-block;
	margin-bottom: 20px;
}
#album .photo img{
	text-align: center;
	padding: 4px;
}
#album .photo .albumdate{
	font-family: Verdana, "新細明體";
	font-size: 10px;
	color: #d3b4d3;
	background-image: url(../images/icon-album.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 15px;
	padding-top: 10px;
}
#album02{
	padding: 8px;
	width: 740px;
	background-color: #FFFFFF;

}
#album02 select{
	font-family: Arial, "新細明體";
	font-size: 11px;
}
#album02 .photo_left{
	background-color: #cbc7cb;
	background-image: url(../images/tachia_album04.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 345px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#album02 .photo_left img{
	border: 2px solid #9a8453;
	margin-right: 15px;
	margin-bottom: 15px;

}
#album02 .photo_middle{
	background-color: #cbc7cb;

}
#album02 .photo_right{
	background-color: #d7d7d7;
	background-image: url(../images/tachia_album06.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, "新細明體";
	font-size: 12px;
	color: #333333;
}
#album02 .photo_right select{
	border: 1px solid #999999;
	font-family: Verdana, "新細明體";
	font-size: 12px;
}
#album02 .photo_right .photo_right_date{
	font-family: Verdana, "新細明體";
	font-size: 11px;
	color: #653a6b;
}
#album02 .photo_right .photo_right_title{
	font-size: 15px;
	color: #9d760f;

}
.year{
	font-family: Verdana, "新細明體";
	font-size: 30px;
	color: #b98a32;
	padding-top: 5px;
	line-height: 35px;
}
.month{
	font-family: Arial, "新細明體";
	font-size: 15px;
	background-color: #c49845;
	padding: 2px;
	color: #FFFFFF;
	font-weight: bold;
}
.weeks{
	background-color: #c49845;
	font-size: 15px;
	color: #FFFFFF;
	padding-left: 10px;
	font-weight: bold;
}
/*.............報名...........*/
#regitration td{
	text-align: left;
}
#regitration th{
	text-align: right;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #636161;
}

/*.............日曆...........*/
#calendarul {
	font-size: 12px;
}
#calendarul ul{
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#calendarul li{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#calendarul li li{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#calendarul ol{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
}
#cal{
	background-color: #d1bb87;
	background-image: url(../images/cal-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 8px;
	font-size: 12px;
	color: #8F6B27;
}
#cal th{
	background-color: #c2a25a;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
#cal td{
	background-color: #ffffff;
	padding: 3px;
	height: 50px;
}
#cal .echelon{
	display: block;
	font-size: 10px;
	color: #993300;
}
/*.............門市查詢...........*/
.store_left{
	float: left;
	width: 132px;
}
.store_left a{
	font-family: Arial, "新細明體";
	color: #999999;
	text-align: center;
	width: 93px;
	border: 1px solid #b0afaf;
	display: inline-block;
	padding-top: 3px;
	text-decoration: none;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
.store_left a:hover{
	font-family: Arial, "新細明體";
	color: #C8C8C8;
	text-align: center;
	border: 1px solid #b0afaf;
	text-decoration: none;
	background-color: #5c2e63;
}
.store_right{
	width: 603px;
	margin-left: 132px;
}
.store_address{
	background-image: url(../images/store-p03.gif);
	background-repeat: no-repeat;
	padding: 10px;
	font-family: Verdana, "新細明體";
	color: #333333;
}
.store_title{
	font-size: 15px;
	font-weight: bold;
	color: #5c2e63;
}
/*.............顧客意見...........*/
.comments_text{
	font-family: Arial, "新細明體";
	font-size: 12px;
	line-height: 20px;
	color: #87759c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5f3266;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.comments_massage th{
	text-align: right;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #636161;
}
/*.............分頁...........*/
#page{
	margin-top: 35px;
	text-align: center;
	font-size: 12px;
}
#page table{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page td{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-family: Arial, "新細明體";
}
#page a{
	color: #E5D6AD;
	text-decoration: none;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
	font-size: 12px;
}
#page a:hover{
	color: #22043B;
	text-decoration: none;
	background-color: #CCCCCC;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
	font-size: 12px;
}
#page img{
	vertical-align: bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*.............關於先麥...........*/
.year{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CCCCCC;
	font-weight: bold;
	line-height: 20px;
}
/*.............購物說明...........*/
.about-shopping th{
	font-weight: bold;
	color: #7D55AA;
}
.about-shopping td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3c2a4c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	text-align: left;
}
.line{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3c2a4c;
}
/*.............客服中心...........*/
/*設定整個選單的版面，此處設高為100%，會自動縮放，可以設定一個固定的數值，將其版面定住*/
#gallery {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/*設定id為gallery的li物件，其有<a>超連結的內容，先設height為30，將其隱藏*/
#gallery ul {
	margin: 0px;
	padding: 0px;
}
#gallery li {
	margin: 0px;
	padding: 0px;
}
#gallery li a {
	display: block;
	overflow:hidden;
	height: 35px;
	width: 794px;
	text-decoration: none;
	color: #a1a1a1;
	margin-bottom: 10px;
}

/*當滑鼠移到<a>連結時將其內容展開，這裡設height為100%，會隨內容高度展開，也可設定固定數值，將其版面定住*/
#gallery li a:hover {
	height: 100%;
	color: #a1a1a1;
}

/*這裡設定<h3>的字型樣式*/
#gallery h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	height: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	background-image: url(../images/qa-bg.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	font-weight: normal;
}

/*將繼續閱讀字另設顏色顯示*/
#gallery b{
    color: #600;
}
#gallery #link{
	color: #FFFFFF;
	background-image: url(../images/qa-bg02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px;
	font-size: 12px;
}
#gallery #link a{
	display: block;
	overflow:hidden;
	text-decoration: underline;
	color: #666666;
}
#gallery #link a:hover {
	height: 100%;
	color: #990000;
	text-decoration: underline;
}
#policy{
	border: 1px solid #351453;
	padding: 7px;
}
#policy .policytd{
	background-color: #2d1740;
	padding: 15px;
}
/*資料下載*/
#download{
	background-image: url(../images/download-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 402px;
	width: 534px;
	font-size: 13px;
	color: #838383;
	padding-left: 250px;
	padding-top: 30px;
}
#download img{
	margin-bottom: 20px;
	vertical-align: top;
}
/*網站地圖*/
#sitemap{
	}
#sitemap a{
	color: #838383;
	text-decoration: none;
	}
#sitemap a:hover{
	color: #FFF;
	text-decoration: none;
	}
#sitemap ul{
	margin-top: 10px;
	}
#sitemap li{
	margin-top: 10px;
	list-style-image: url(../images/047.gif);
	list-style-type: none;
	}
#sitemap th{
	background-image: url(../images/sitemap-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	color: #FFF;
	text-align: center;
	padding-top: 0px;
	}
#sitemap td{

	}
