@charset "utf-8";
/**
 * Stylesheet for Content
 *
 * @Author: IWei Tang
 * @Revision: 1.0-20080707
 */
/* Content Layout */
table.content {
  float: left;
  text-align: left;
  vertical-align: top;
  padding: 0px 0px 0px 0px;
  border: none;
}

.bullet {
  padding: 0px 5px 0px 5px;
  vertical-align: middle;
  border: none;
}

table.content thead th {
  vertical-align: middle;
  padding: 0px 0px 0px 0px;
  border: none;
}

table.content thead th table.content_head {
  float: left;
  width: 710px;
  padding: 0px 0px 0px 0px;
  background: #ffffff url(../images/content/content_bg.jpg) repeat-y left top;
  border: none;
}

table.content thead th table.content_head td.content_title {
  float: left;
  width: 700px;
  padding: 27px 0px 7px 87px;
  vertical-align: middle;
  font-family: "儷黑 Pro", Arial, Helvetica, sans-serif;
  line-height: 20px;
	font-size: 13px;
	font-weight: bold;
  color: #666666;
  background: #ffffff url(../images/content/content_title.jpg) no-repeat left top;
  border: none;
}

table.content thead th table.content_head td.content_cart {
  width: 700px;
  background: #ffffff url(../images/content/content_bg.jpg) no-repeat left top;
}

table.content thead th table.content_head div.content_cart {
  text-align: right;
  vertical-align: middle;
  padding: 5px 80px 5px 0px;
  background: #ffffff url(../images/content/content_bg.jpg) repeat-y left top;
  border: none;
}

table.content thead th table.content_head div.content_cart img {
  padding: 0px 0px 0px 0px;
  border: none;
}

table.content thead th table.content_head td.content_menu {
  background: #ffffff url(../images/content/content_bg.jpg) repeat-y left top;
	border: none;
}

table.content thead th table.content_head div.content_menu {
  text-align: right;
  padding: 0px 90px 0px 0px;
	font-family: "新細明體";
	font-size: 13px;
	font-weight: normal;
	color: #757575;
	border: none;
}

table.content tfoot td table.content_footer {
  float: left;
  width: 710px;
  height: 162px;
  padding: 0px 0px 0px 0px;
	background: #ffffff url(../images/content/content_foot.jpg) no-repeat left bottom;
	border: none;
}

table.content tbody td table.content_body {
  float: left;
  width: 710px;
  padding: 0px 0px 0px 0px;
	background: #ffffff url(../images/content/content_bg.jpg) repeat-y left top;
	border: none;
}

table.content tbody td table.content_body td {
  padding: 20px 50px 0px 50px;
  border: none;
}

table.content tbody td table.content_body div.content_body {
	font-family: "標楷體";
	font-size: 15px;
	line-height: 24px;
	color: #000000;
	border-bottom: 1px dashed #999999;
}