/***********************************************************基本設定*/
body {
	background-color: #F8ECDE;
	background-image: url(design/body-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 2px;
}
a {
	text-decoration: none;	
}
p {
	margin: 0px;
	margin-bottom: 24px;
}
td {
}
ul {
	list-style-type: circle;
	margin: 0px 20px;
}
/***********************************************************排版設定*/
#Flash {
	position: absolute;
	z-index: 2;
	width: 100%;
}
#Main {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 299px;
	background-image: url(design/body-bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
}
#Main_content {
	width: 820px;
	margin-top: 110px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content_banner {
	background-image: url(design/banner.jpg);
	height: 40px;
	padding-top: 80px;
	padding-left: 35px;
}
#content_banner dl {
	margin: 0px;
}
#content_banner dt {
	float: left;
	display: block;
	width: 110px;
	height: 32px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bolder;
	text-align: center;
	background-image: url(design/title-bg.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-top: 3px;
}
#content_banner dd {
	float: left;
	display: block;
	margin: 0px;
	width: 635px;
	font-size: 13px;
	color: #FF9900;
	line-height: 20px;
}
#content_banner dd a {
	color: #FF6600;
}
#content_banner dd a:hover {
	color: #FF3300;
	text-decoration: underline;
}
#content_words {
	background-color: #FFFFFF;
	width: 820px;
}
.content_words-bgT {
	background-image: url(design/content-bgT.gif);
	background-position: center 13px;
	background-repeat: repeat-x;
	height: 48px;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
}
.content_words-bgT a {
	color: #FF9900;
}
.content_words-bgC {
	background-image: url(design/content-bg.gif);
}
#content_words-bgL {
	background-image: url(design/content-bgL.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 35px;
}
#content_words-bgR {
	background-image: url(design/content-bgR.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 35px;
}
#content_words-bottom {
	background-image: url(design/content-bottom.gif);
	background-repeat: no-repeat;
	height: 70px;
	color: #BD91D3;
	text-align: center;
	font-size: 13px;
	padding-left: 60px;
}
#content_words-bottom a {
	color: #BD91D3;
}
#content_words-bottom a:hover {
	color: #9966CC;
	text-decoration: underline;
}
#content_words-button {
	float: right;
	text-indent: -5000px;
	overflow: hidden;
	background-image: url(design/content-btnTop.gif);
	background-repeat: no-repeat;
}
#content_words-button a {
	display: block;
	height: 70px;
	width: 60px;
}
#content_copyright {
	width: 820px;
	font-size: 11px;
	color: #996633;
	letter-spacing: normal;
	text-align: center;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	padding-bottom: 10px;
}
#content_copyright a {
	color: #663300;
}
#content_copyright a:hover {
	color: #990066;
}
/***********************************************************圖片設定*/
/*區塊類型_照片圖無尺寸*/
.img-photo_F {
	border: 1px solid #CCCCCC;
}
.img-photo_M {
	border: 1px solid #E4CDA3;
	background-color: #FFFFFF;
	padding: 5px;
}
.img-photo_S {
	background-color: #FFFFFF;
	padding: 1px;
	border: 4px solid #996633;
}
/*文繞圖*/
.clear-both {/*清除float:left造成的排版問題*/
	clear:both;
}
.img-left {
	float: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.img-left p {
	color: #666666;
	font-size: 10px ;
	margin: 0px;
	text-align: center;
}
.img-right {
	float: right;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.img-right p {
	color: #666666;
	font-size: 10px ;
	margin: 0px;
	text-align: center;
}
/*圓角矩形*/
.corner {
	float: left;
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
}
.c1{
	background-image: url(design/corner1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.c2{
	background-image: url(design/corner2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.c3{
	background-image: url(design/corner3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.c4 {
	background-image: url(design/corner4.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/***********************************************************內文設定*/
.spot-arrow {
	font-size: 15px;
	font-weight: bold;
	color: #0066CC;
	background-image: url(icon/spot-arrow.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 25px;
	margin: 0px;
	background-position: 0px 2px;
}
.spot-arrow2 {
	font-size: 13px;
	font-weight: bold;
	color: #0066CC;
	background-image: url(icon/spot-arrow2.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin: 0px;
}
.spot-flower {
	font-size: 13px;
	font-weight: bold;
	color: #99CCFF;
	background-image: url(icon/spot-flower.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 2px;
}
.txt_red {
	color: #FF0000;
}
