body,h1,h2,h3,h4,p,ul,li,blockquote,address {
	border: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	list-style: none;
}

/* elements */
body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	background-image: url(image/body_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top center;
}

/* 標題1 */
h1 {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

/* layout */
table {
	font-size: 14px;
	letter-spacing: 1px;
}

/* 標題 */
tr.title {
  text-align: center;
  background-color: #D0FFD0;
}

/* 訂閱/取消 */
td.order {
  border-bottom: #999999 1px dashed;
  font-size: 18px;
  background-color: ffffff;
}

/* 主題 */
td.subject {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: FFFF66;
  background-color: 000000;
}

/* 日期 */
td.date {
  vertical-align: middle;
  text-align: right;
  font-size: 12px;
  color: 006699;
}

/* 日期 */
td.date_line {
  vertical-align: middle;
  text-align: right;
  text-decoration: underline;
  font-size: 12px;
  color: 006699;
}

/* 頁尾,字白 */
td.footer {
  vertical-align: middle;
  text-align: center;
  color: FFFFFF;
}

/* 最新5期: 電子報 */
td.new {
  border-bottom: #999999 1px solid;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  color: CC0000;
}

/* 連結 */
a {
  color: #003366;
  text-decoration: none;
}

a:hover {
  color: #0066FF;
  font-weight: bold;
}

/* 輸入驗證碼文字 */
td.code {
  font-size: 14px;;
}

/* 輸入驗證碼欄位 */
.check_code {
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	color: #ffff00;		/* 黃字 */
	background-color: 000000;		/* 黑底 */
	font-size: 20px;
	letter-spacing: 4px;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.form_button { 
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/* 輸入欄位 */
.form_box {
  color: #333333;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
