@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 以下開始內文的css*/
body {
	margin: 0;
	padding: 0;
	font-family: "微軟正黑體", "新細明體";
	background-color: #CCC;
    font-size: 16px;
}
#bar {
	position: fixed;
	z-index: 999999;
	top: 80px;
	right: 0;
	display: block;
	width: 93px;
	height: 475px;
}
#bar-a {
	width: 93px;
	height: 127px;
}
#bar-b {
	width: 93px;
	height: 144px;
}
#bar-c {
	width: 93px;
	height: 128px;
}
#go-top {
	width: 93px;
	height: 32px;
}
#header {
	width: 100%;
	height: 50px;
	background-color: #666666;
}
#header #header-in img {
	margin-top: 5px;
	margin-left: 40px;
}
#main {
	width: 100%;
	padding-top: 0px;
	background-color: #CCC;
}
#main-in {
	height: 604px;
}
.middle {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#content ,#publish {
	width: 100%;
}
#publish {
	background-image: url(images/publishbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#publish-name {
	padding: 0 70 0 70;
}
#publish-name-in {
	padding: 0 70 0 70;
	margin: 0 0 25 0;
	width: 750px;
	height: 800px;
	background-color: #fcdc9d;
	border: 2px dotted #eb6100;
	overflow: auto;
	}
#footer {
	width: 100%;
	background-color: #e73649;
	padding-bottom: 10px;
	margin: 0;
}
#footer-in {
	font-size: 90%;
	color: #fff;
	width: 1000px;
	height: 60px;
	padding-top: 1px;
	font-family: "微軟正黑體", "新細明體";
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	line-height: 30px;
}
#content-in ,#gift-in ,#publish-in {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.text {
	width: 1000px;
	height: 460px;
	background-image: url(images/textbg.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.textbox {
	font-size: 16px;
	color: #000;
	line-height: 1.5em;
	padding: 80px 80px 50px 100px;
}
.text h4 {
	font-size: 18px;
	padding: 0;
	margin: 30px 0px 8px 0px;
	color: #ea5514;
	font-weight: bold;
	line-height: 0;
}
table {
	min-width: 60%;
	max-width: 95%;
	border-collapse: collapse;
	margin-top: 25px;
	margin-left: 20px;
	margin-bottom: 40px;
	text-align: left;
}
th, td {
	max-width: 300px;
	padding: 7px;
	border: 1px solid #956134;
	background-color: #fff;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}
th {
	background-color: #6a3906;
	color: #FFF;
}
tr:hover {
	background-color: #fff68a;
}
.text-red {
  color: #e83e2d;
  font-size: 100%;
  font-weight: bold;			
}
ol {
  margin:0 50 0 80;
}
li {
  font-size: 100%;
  color: #40220f;
  line-height: 1.8em;
}
a {
	color: #06F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #172a88;
}
#publish #publish-in #publish-name img {
	margin: 0 5 0 1;
	vertical-align:middle;
}
.fb-btn{
	width: 200px;
	float: right;
	position: relative;
	z-index: 9999999999;
	top: 10px;
	right: 5%;
	display: block;
}