/*編輯器統一樣式*/
.edit strong {
  font-weight: bold;
}

.edit em{
    font-style: italic;
}

.edit hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.edit h1, h2, h3, h4, h5, h6 
 { 
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.edit h1, h2, h3
{
  margin-top: 20px;
  margin-bottom: 10px;
}
.edit h4, h5, h6
 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.edit h1 {
  font-size: 36px;
}
.edit h2 {
  font-size: 30px;
}
.edit h3 {
  font-size: 24px;
}
.edit h4 {
  font-size: 18px;
}
.edit h5{
  font-size: 14px;
}
.edit h6{
  font-size: 12px;
}
.edit p {
  margin: 0 0 10px;
}
.edit ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

.edit ul{
    padding-left: 15px;
    list-style-type: disc;
}
.edit ol{
    padding-left: 15px;
    list-style-type: decimal;
}
.edit li{
    margin-bottom: 10px;
}

.edit sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.edit sup {
  top: -.5em;
}
.edit sub {
  bottom: -.25em;
}
.edit address {
    margin-bottom: 20px;
    font-style: italic;
    line-height: 1.42857;
}

/* Start: Global tag styles */
html { 
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	height: auto;
	font-size: 13px;
	line-height: 1.7em;
}
a img {
	border: 0;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.font1 {
	font-size: 13px;
	line-height: 24px;
	color: #333;
}
.font1 A:link {color:#444444;text-decoration:underline}
.font1 A:visited {color:#444444;text-decoration:underline}
.font1 A:hover {color:#c30e27;text-decoration:none}
.font2 {
	font-size: 15px;
	line-height: 24px;
	color: #a15539;
	font-weight: bold;
}
.font8 {
	font-size: 13px;
	color: #E40511;
}
#iWrap {
	width: 100%;
	height: 100%;
	position: absolute;
}
#iWrap #top {
	width: 100%;
	position: absolute;
	top: 55%;
	left: 0px;
	z-index: 110;
	margin-top: -150px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cffffff', endColorstr='#99ffffff',GradientType=0 ); /* IE6-9 */
	padding-top: 12px;
}
#iWrap #top .mainbox {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	padding-right: 10px;
	padding-left: 10px;
}
#iWrap #top h1 {
	width: 270px;
	float: left;
	overflow: hidden;
	height: 60px;
	margin: 0;
}
#iWrap #top h1 a {
	display: block;
	width: 270px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#iWrap #top ul.tnav {
	list-style: none;
	padding: 0;
	display: block;
	float: right;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#iWrap #top ul.tnav li{
	display: inline;
	margin: 0;
	color: #666;
	font-size: 13px;
	background-image: url(../line1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 15px;
	float: left;
	line-height: 17px;
}
#iWrap #top ul.tnav li:last-child{
	display: inline;
	margin: 0;
	color: #666;
	font-size: 13px;
	background-image: none;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 15px;
	float: left;
	line-height: 17px;
}
#iWrap #top ul.tnav li a{
	color:#c18c7b;
	text-decoration: none;
}
#iWrap #top ul.tnav li a:hover{
	text-decoration:underline;
	color:#aa5c40;
}
#footer {
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	z-index: 100;
	background-color: #aa5c40;
	padding-top: 10px;
	padding-bottom: 8px;
	left: 0;
}
#footer .mainbox {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	text-align: center;
}
#pfooter {
	width: 100%;
	background-color: #aa5c40;
	padding-top: 12px;
	padding-bottom: 10px;
	float: left;
}
#pfooter .mainbox {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
.footer-f1 {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	float: left;
	width: 100%;
}
.footer-f1 A:link {color:#FFF;text-decoration:underline}
.footer-f1 A:visited {color:#FFF;text-decoration:underline}
.footer-f1 A:hover {color:#fdd371;text-decoration:none}
.footert1 {
	font-size: 13px;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
}
.footercr {
	font-size: 12px;
	line-height: 22px;
	color: #cfa99e;
	text-decoration: none;
	float: left;
	width: 100%;
}
.footercr A:link {color:#cfa99e;text-decoration:none}
.footercr A:visited {color:#cfa99e;text-decoration:none}
.footercr A:hover {color:#FFF;text-decoration:underline}


.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
