/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
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,
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;
}
/*reset fix*/
b, strong {
	font-weight: bold!important;
}
sub, sup {
	margin: 0;
	padding: 0;
	border: 0;
}
small {
	font-size: 90%!important
}
blockquote {
	margin: 20px!important;
}
body {
	line-height: 1;
	-webkit-text-size-adjust:none; 
}
ul { list-style: none;}
ol li {
	list-style-type: decimal-leading-zero;
	margin-left: 30px;
}
ol ul li { list-style: none;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Styles */
a:link, a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover, a:active {
	color: #0066cc;
	text-decoration: none;
}

body {
	background: #eee url(cssimg/body.gif) left top repeat-x;
	font-family: Arial;
	margin: 15px 0;
	padding-bottom: 18px;
}

#container {
	background: url(cssimg/container.gif) left top repeat-y;
	margin: auto;
	position: relative;
	width: 988px;
}

#header {
	background: url(cssimg/header.gif) left top no-repeat;
	height: 383px;
	position: relative;
}
#home {
	padding: 22px 0 9px 30px;
}
#banner {
	border-top: 5px solid #e6e6e6;
	margin: 0 auto;
	padding-top: 19px;
	text-align: right;
	width: 930px;
}

#content {
	float: right;
	margin-right: 28px;
	_margin-right: 14px;
    min-height: 410px;    height:auto !important;    height: 410px;
	padding-bottom: 25px;
	width: 660px;
}
#content:after {
    content: ".";  display: block; height: 0; clear: both; visibility: hidden;
}

#categories {
	font: normal 18px/1.3 "微軟正黑體";
	margin-left: 30px;
	position: relative;
	top: -245px;
	width: 250px;
}
#categories h2 {
	background: url(cssimg/h2_categories.gif) left top no-repeat;
	height: 64px;
	margin-bottom: 4px;
	text-indent: -9999px;
	width: 249px;
}
#categories li img {
	padding-right: 18px;
	vertical-align: -20px;
}
#categories li a {
	background: url(cssimg/categories_lia.gif) left top no-repeat;
	color: #404040;
	display: block;
	height: 58px;
	letter-spacing: 6px;
	padding: 3px;
	margin-bottom: 1px;
	width: 243px;
}
#categories li a:hover {
	background-position: left bottom;
	_background-position: left top;
	color: #000;
}

#menu {
	background: url(cssimg/menu.jpg) left top no-repeat;
	padding-left: 5px;
	position: absolute;
	top: 54px;
	left: 300px;
	width: 670px;
	height: 42px;
}
#menu li {
	background: url(cssimg/menu_li.gif) left 12px no-repeat;
	float: left;
	padding-left: 1px;
}
#menu a {
	font: normal 1px/1 Arial;
	display: block;
	height: 42px;
	letter-spacing: 2px;
	margin: 0 -0px 0 10px;
	text-align: center;
	text-indent: -9999px;
	width: 100px;
}
#menu .on a, #menu a:hover { 
	background: #000;
	_background: none;
	filter: 'alpha(opacity=10)' \9;
	filter: alpha(opacity=10);
	opacity: 0.1; zoom: 1;
}

#footer {
	background: url(cssimg/footer.gif) left bottom no-repeat;
	clear: both;
	color: #eaeaea;
	font: normal 12px/1 Arial;
	padding: 0 29px 18px 29px;
	position: relative;
}
#footer p {
	background: #505050;
	padding: 15px 20px;
}
#footer a {
	color: #c3c3c3;
}
#footer a:hover {
	color: #fff;
}
.phd {
	position: absolute;
	right: 40px;
	top: 17px;
}

/* Content */
a.btn, .btn {
	background: #666;
	border: 0;
	color: #fff!important;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	width: 80px;
	text-align: center;
	
}
a.btn {
	padding: 6px 0 0 0;
	padding: 7px 0 0 0 \0;
	*padding: 8px 0 0 0;
	height: 19px;
	height: 18px \9;
	*height: 17px;
}
.btn {
	padding: 0 0 1px 0;
	padding: 2px 0 0 0 \9;
	_padding: 3px 0 0 0;
	height: 25px;
	height: 25px \9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	a.btn {
		padding: 7px 0 0 0;
		height: 18px;
	}
	.btn {
		padding: 2px 0 0 0;
		height: 25px;
	}
}

.btn:hover {
	background: #000;
}

#content h2.title span {
	background: #fff;
	padding: 0 20px;
}
#content h2.title {
	background: url(cssimg/h2_title.gif) left 15px repeat-x;
	border-left: 8px solid #ffcc00;
	font: normal 18px/1 "微軟正黑體";
	letter-spacing: 5px;
	margin: 0 0 17px 0;
	padding: 6px 0 6px 0;
	*padding: 8px 0 4px 0;
}

.editor {
	font-size: 13px;
}
.editor h1 {
	background: #75abbc;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 5px 0;
	padding: 15px 20px;
}
.editor h2 {
	background: #d6e7ec;
	color: #186c84;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 0;
	padding: 10px 20px;
}
.editor h3 {
	border: 1px solid #be98b8;
	border-top: 3px solid #be98b8;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 0;
	padding: 10px;
}
.editor h4 {
	border: 1px solid #ccc;
	border-top: 3px solid #ccc;
	color: #666;
	font: bold 15px/1 Arial;
	margin: 10px 0;
	padding: 10px;
}
.editor h5 {
	color: #893b4b;
	font: normal 13px/1 Arial;
	margin: 10px 0;
}
.editor h6 {
	color: #6e885a;
	font: normal 11px/1 Arial;
	margin: 10px 0;
}
.editor hr {
	background-color:#d4d4d4;
	border:0;
	height:1px;
	clear: both;
	color:#d4d4d4	/* IE6 */
}
.editor ul {
	margin: 0 0 10px 20px;
}
.editor ul li {
	background: url(cssimg/ulli.gif) left top no-repeat;
	padding: 3px 0 5px 23px;
}
.editor ol {
	margin-left: 13px;
}
.editor ol li {
	list-style-type: decimal-leading-zero;
	margin-bottom: 8px;
}
.editor dl {
	border-left: 5px solid #ddd;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 10px;
}
.editor dt {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px
}
.editor dd {
	background: url(cssimg/ulli.gif) left top no-repeat;
	margin: 0 0 5px 10px;
	padding: 5px 0 5px 15px;
}
.editor strong {
	font-weight: bold;
	padding: 0 2px;
}
.editor em {
	font-style:italic;
}
.editor caption {
	border-bottom: 3px solid #ccc;
	color: #666;
	font: bold 15px/1 Arial;
	margin: 10px 0;
}

#submenu {
	color: #98691e;
	font: normal 13px/1.5 Arial;
	text-align: right;
	margin-top: -4px;
	padding-bottom: 21px;
}
#submenu a {
	background: url(cssimg/submenu_a.gif) right 3px no-repeat;
	color: #98691e;
	letter-spacing: 1px;
	padding: 0 8px 0 22px;
}
#submenu a:hover {
	color: #cc6600;
}
/* if ul */
#submenu ul {
	margin: 36px 0 10px 35px;
	text-align: left;
}
#submenu li {
	padding-bottom: 11px;
}
#submenu li a {
	background: url(cssimg/submenu_lia.gif) left 3px no-repeat;
	color: #98691e;
	letter-spacing: 1px;
	line-height: 1.5;
	padding: 0 0 0 20px;
	*padding: 2px 0 0 20px;
}

.edited_page {
	font: normal 13px/1 Arial;
}
.edited_page p,
#page_ad .box p {
	line-height: 1.8;
	text-indent: 28px;
}
.edited_page h3.title_16,
#page_ad .box h3.title_16{	background-image: url(cssimg/h3_title_16.gif);}
.edited_page h3.title_15,
#page_ad .box h3.title_15{	background-image: url(cssimg/h3_title_15.gif);}
.edited_page h3.title_14,
#service_works h3.title_14,
#page_ad .box h3.title_14 {	background-image: url(cssimg/h3_title_14.gif);}
.edited_page h3.title_13 {	background-image: url(cssimg/h3_title_13.gif);}
.edited_page h3.title_12 {	background-image: url(cssimg/h3_title_12.gif);}
.edited_page h3.title_11 {	background-image: url(cssimg/h3_title_11.gif);}
.edited_page h3.title_10 {	background-image: url(cssimg/h3_title_10.gif);}
.edited_page h3.title_9 {	background-image: url(cssimg/h3_title_9.gif);}
.edited_page h3.title_8 {	background-image: url(cssimg/h3_title_8.gif);}
.edited_page h3.title_7 {	background-image: url(cssimg/h3_title_7.gif);}
.edited_page h3.title_6 {	background-image: url(cssimg/h3_title_6.gif);}
.edited_page h3.title_5 {	background-image: url(cssimg/h3_title_5.gif);}
.edited_page h3.title_4 {	background-image: url(cssimg/h3_title_4.gif);}
.edited_page h3.title_3 {	background-image: url(cssimg/h3_title_3.gif);}
.edited_page h3.title_2 {	background-image: url(cssimg/h3_title_2.gif);}
.edited_page h3, #service_works h3, #page_ad .box h3 {
	background: url(cssimg/h3_title.gif) left top no-repeat;
	clear: both;
	color: #fff;
	font: bold 22px/38px "微軟正黑體";
	letter-spacing: 4px;
	padding: 0 0 30px 35px;
	width: 624px;
}
.edited_page h4, #service_works h4, #page_ad .box h4 {
	color: #000;
	clear: both;
	font: normal 22px/1.8 "微軟正黑體";
	letter-spacing: 4px;
	padding-bottom: 25px;
}
.edited_page h5.title2 {
	background: url(cssimg/h5_title.gif) left 3px no-repeat;
	font: normal 22px/1.2 "微軟正黑體";
	letter-spacing: 1px;
	margin: 5px 0 30px 0;
	padding: 0 0 1px 30px;
	*padding: 1px 0 3px 30px;
}
.edited_page h5.title {
	background: url(cssimg/h5_title.gif) left top no-repeat;
	font: normal 16px/1.2 "微軟正黑體";
	letter-spacing: 1px;
	margin: 40px 0 30px 0;
	padding: 1px 0 1px 30px;
	*padding: 1px 0 3px 30px;
}
.edited_page h5, 
#page_ad .box h5 {
	clear: both;
	font: normal 20px/1.2 "微軟正黑體";
	letter-spacing: 3px;
}
.edited_page h6, 
#page_ad .box h6 {
	clear: both;
	font: normal 24px/1.2 "微軟正黑體";
	letter-spacing: 3px;
}
.edited_page p.info {
	width: 590px;
	word-wrap:break-word;
	word-break:break-all;
}
.edited_page .box_last {
	padding-bottom: 0!important;
}
.edited_page .box td, 
#page_ad .box td {
	vertical-align: top;
}
.edited_page h3 {
	margin-left: -36px;
}
.edited_page .box {
	clear: both;
	color: #333;
	margin-left: 36px;
	padding-bottom: 95px;
}

.table_list {
	width: 100%;
}
.table_list th, .table_list td {
	color: #000;
	padding: 14px 20px 9px 27px;
	vertical-align: top;
}
.table_list th {
	font-weight: normal;
	letter-spacing: 2px;
	text-align: left;
}
.table_list td {
	border-bottom: 1px solid #bbbbbb;
	letter-spacing: 1px;
}

.download a {
	background: url(cssimg/download.gif) left top no-repeat;
	padding-left: 20px;
}

.table_info {
	border-bottom: 1px solid #ccc;
}
.table_info th {
	background: url(cssimg/table_info_th.gif) left top no-repeat;
	border-bottom: 7px solid #d2eeec;
	border-top: 7px solid #d2eeec;
	color: #336666;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 15px 0 15px 30px;
	text-align: left;
}
.table_info td {
	background: url(cssimg/table_info_td.gif) left top repeat-y;
	border-top: 1px solid #fff;
	color: #666;
	letter-spacing: 1px;
	line-height: 1.8;
	padding: 15px 10px 15px 170px;
}
.table_info p {
	padding-bottom: 10px;
}

.table_form {
	color: #666;
	width: 100%;
}
.table_form th {
	font-weight: normal;
	padding: 8px 15px 14px 5px;
	width: 110px;
}
.table_form th, .table_form td {
	text-align: left;
	vertical-align: top;
}
.table_form td {
	padding: 0 0 15px 15px;
}
.table_form input#captcha {
	width: 100px;
}
#imgCaptcha {
	display: block;
	margin-top: 10px;
}
.table_form input, .table_form textarea {
	background: #eee;
	border: 1px solid #cfcfcf;
	padding: 5px;
	width: 360px;
}
.table_form textarea {
	height: 120px;
	width: 360px;
}
.table_form label:not(.error) {
	display: inline-block;
	width: 110px;
}
.table_form label:not(.error) input {
	margin: 5px 5px 0 0;
}
a.top {
	background: #666;
	clear: both;
	color: #fff!important;
	float: right;
	height: 14px;
	line-height: 1;
	margin: 45px 1px 0 0;
	padding: 6px 9px;
	padding: 8px 9px 4px 9px \0;
	*padding: 9px 9px 3px 9px;
	text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { a.top { padding: 8px 9px 4px 9px; }}
a.top:hover {
	background: #333;
}

.align-c { text-align: center;}
.align-r { text-align: right;}
.align-l { text-align: left;}
.align-f { text-align: justify;}

.more:hover {
	background-position: left bottom;
}
.more {
	background: url(cssimg/more.gif) left top no-repeat;
	clear: both;
	float: right;
	height: 30px;
	margin: 20px 0;
	text-indent: -99999px;
	width: 60px;
}

#pages {
	float: right;
	font-size: 12px;
	text-align: center;
	padding: 30px 0 5px 0;
	width: 660px;
}
#pages .font_fix {
	*padding: 8px 5px 2px 4px !important;
}
#pages a, #pages .on {
	color: #333;
	_display: inline-block;
	margin-left: 5px;
	padding: 3px 6px 2px 6px;
}
#pages span {
	padding: 0 10px;
}
#pages a:hover, #pages .on {
	background: #000;
	color: #fff;
}
#pages .on:hover {
	background: #666;
	color: #fff;
}


/* Setting */

/* 首頁 */
#page_index #header {
	height: 468px;
}
#page_index #banner {
	padding-top: 2px;
}
#page_index #categories  {
	top: 0;
}
#page_index #categories h2 {
	background-position: left bottom;
	height: 31px;
	margin-bottom: 25px;
	width: 203px;
}
#page_index #content {
	margin-right: 9px;
	_margin-right: 0;
	padding-bottom: 0px;
	width: 679px;
}
#page_index #content h2.news {
	background: url(cssimg/h2_news.gif) left top no-repeat;
}
#page_index #content h2.new_arrival {
	background: url(cssimg/h2_new_arrival.gif) left top no-repeat;
}
#page_index #content h2 {
	clear: both;
	height: 31px;
	margin-bottom: 27px;
	text-indent: -9999px;
	width: 660px;
}
#page_index #content table {
	font: normal 18px/1.3 "微軟正黑體";
	letter-spacing: 2px;
}
#content table span {
	color: #666;
	display: block;
	font: normal 12px/1.3 Arial;
	letter-spacing: 0;
	padding-top: 7px;
}
#page_index #content td a {
	color: #000;
}
#page_index #content td a:hover {
	color: #9d0105;
}
#page_index #content .news td {
	text-align: left;
}
#page_index #content td {
	vertical-align: top;
	text-align: center;
	padding: 0 0 15px 0;
	width: 320px;
}
#page_index #content td.fix {
	padding: 0 0 30px 19px;
	_padding: 0 0 30px 10px;
}
#page_index .more{
	margin: 0 20px 30px 0;
}
.theme-default .nivo-controlNav a { text-indent: -99999px!important}
/* 作品賞析 */
#page_works #content table {
	font: normal 18px/1.3 "微軟正黑體";
	letter-spacing: 2px;
}
#page_works #content td a {
	color: #000;
}
#page_works #content td a:hover {
	color: #9d0105;
}
#page_works #content td {
	vertical-align: top;
	text-align: center;
	padding: 0 0 30px 0;
	width: 210px;
}
#page_works #content td.fix {
	padding: 0 15px 10px 14px;
}

/* 作品賞析內容頁 */
#page_works_info #content h2.title {
	margin: 0 0 40px;
}
#page_works_info #info:after {
    content: ".";  display: block; height: 0; clear: both; visibility: hidden;
}
#page_works_info #info {
    min-height: 450px;    height:auto !important;    height: 450px;
}
#page_works_info table {
	border-top: 3px solid #ddd;
	margin-bottom: 20px;
	width: 100%;
}
#page_works_info th, 
#page_works_info td {
	border-bottom: 1px solid #ddd;
	font: normal 13px/1 Arial;
	letter-spacing: 3px;
	padding: 17px 20px;
	text-align: left;
}
#page_works_info td.fix {
	text-align: center;
}
#page_works_info td.fix2 {
	letter-spacing: 0;
}

#photo_box {
	float: left;
	width: 300px;
}
#photo_box .box a {
	cursor: pointer;
}
#photo_box .box {
	margin-top: -11px;
}
#photo_box .nailthumb-container2 {
	float: left;
	margin-right: 15px;
}
#photo_box .fix {
	margin-right: 0;
}
#description {
	font: normal 13px/1.5 Arial;
	height: 310px;
	overflow: auto;
	line-height: 2;
	float: right;
	width: 325px;
}
#topic span {
	display: block;
	font: bold 24px/1.2 "微軟正黑體";
}
#topic {
	color: #333;
	font: bold 24px/1.5 "微軟正黑體";
	padding: 4px 0 15px 0;
}
#description p {
	padding-left: 2px;
}
#glory {
	float: right;
	padding-top: 11px;
	width: 352px;
}
#glory .box, #glory .box2 {
	background: url(cssimg/glory_box.gif) left bottom repeat-x;
	border: 1px solid #ccc;
	margin: auto;
	position: relative;
	width: 258px;
}
#glory .box {
	padding: 33px 20px 23px 70px;
}
#glory .box2 {
	padding: 17px 20px 6px 70px;
}
#glory .deco {
	background: url(cssimg/glory_deco.gif) left top no-repeat;
	display: block;
	height: 40px;
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 40px;
}
#glory h2 {
	background: url(cssimg/glory_h2.gif) left top no-repeat;
	display: block;
	height: 77px;
	position: absolute;
	left: -2px;
	top: -2px;
	text-indent: -99999px;
	width: 75px;
}
#glory p {
	font: normal 20px/1.2 "微軟正黑體";
	padding-bottom: 8px;
}
#spec {
	clear: btoh;
	margin-right: 1px;
}
#page_works_info .btn {
	float: right;
	margin-right: 1px;
}

/* 桌布下載 */
#page_download table {
	font: normal 12px/1 Arial;
}
#page_download td {
	padding-bottom: 35px;
	text-align: center;
}
#page_download td.fix {
	padding-bottom: 35px;
	padding-left: 37px;
}

#page_download table div {
	margin-bottom: 20px;
}
#page_download table a {
	color: #000;
}
#page_download table a:hover {
	color: red;
}


/* 藝術總監 */
#page_ad #content {
	padding-bottom: 60px;
}
#page_ad .edited_page h4, #page_ad .box h4 {
	font: normal 26px/1.8 "標楷體";
	letter-spacing: 5px;
	margin-left: 35px;
	padding-top: 15px;
}
#page_ad .box p {
	line-height: 2;
	letter-spacing: 1px;
}
#page_ad #award td, 
#page_ad #collection td {
	padding: 70px 0 40px 0;
}
#page_ad #award td p, 
#page_ad #collection td p {
	font: normal 16px/1.75 "微軟正黑體";
	margin-left: 20px;
	padding-left: 55px;
	text-indent: 0;
	text-align: left;
}
#page_ad #resume h3, #page_ad #award h3, #page_ad #collection h3 {
	padding: 0 0 15px 35px;
	text-align: left;
	width: 895px;
}
#page_ad #award h4, #page_ad #collection h4 {
	padding-top: 35px;
}
#page_service .upload_pic img {
	margin: 20px 0 0 0;
}
.upload_pic img {
	margin: 60px 0;
}
.upload_pic {
	margin: auto;
	text-align: center;
	width: 900px;
}
#resume .info, #award .info, #collection .info {
	margin: 0 40px 0 35px;
	word-wrap:break-word;
	word-break:break-all;
}
#resume, #award, #collection {
	font: normal 13px/1 Arial;
	margin: auto;
	padding-bottom: 140px;
	width: 930px;
}
#page_ad #resume h4.first {
	padding: 0 0 20px 0;
}
#page_ad #resume h4 {
	font: bold 22px/1 "新細明體";
	margin: 0;
	padding: 60px 0 20px 0;
}
#page_ad #resume p {
	text-indent: 0;
}
#resume table {
	color: #333;
	margin: 10px auto 0 auto;
}
#resume td {
	border-left: 4px solid #dedede;
	line-height: 1.8;
	padding-left: 25px;
	vertical-align: top;
}
#resume td td {
	border-left: 0;
	padding-left: 0;
}
#resume td table {
	margin: 0;
}
#resume li {
	padding-bottom: 3px;
}


/* 品牌介紹 */
#page_about #content {
	padding-bottom: 40px;
}
#page_about p.info {
	width: 590px;
	word-wrap:break-word;
	word-break:break-all;
}
#page_about .box p {
	line-height: 2;
	letter-spacing: 1px;
	padding-bottom: 22px;
}

/* 常見問題 */
#page_faq #content {
	padding-bottom: 70px;
}
#page_faq .box table {
	width: 100%;
}
#page_faq .box .demo td img{
	float: right;
}
#page_faq .box .demo td {
	padding-bottom: 90px;
	text-align: justify;
}
#page_faq .box td p {
	padding-bottom: 24px;
}
#page_faq .box ol li {
	line-height: 2;
	letter-spacing: 1px;
	padding-bottom: 15px;
}
#page_faq p.info {
	width: 590px;
	word-wrap:break-word;
	word-break:break-all;
}
#page_faq .deco_box {
	min-height: 280px;    height:auto !important;    height: 280px;
	padding-top: 85px;
	position: relative;
}
#page_faq .deco_box:after {
    content: ".";  display: block; height: 0; clear: both; visibility: hidden;
}
#page_faq .deco_box img {
	right: 0;
	position: absolute;
	bottom: 0;
}

#page_contact .edited_page p {
	margin-bottom: 5px;
	text-indent: 0;
}
#page_contact .edited_page h4 {
	padding-bottom: 15px;
}
#page_contact .box_fix, #page_contact .box_fix h3 {
	margin: 0;
}

/* 企業服務 */
#page_service #content {
    min-height: 310px;    height:auto !important;    height: 310px;
	padding-bottom: 0;
}
#page_service #categories {
    margin-top: -245px;
	padding-bottom: 50px;
	top: 0;
}
#service_works {
	font: 13px/1 Arial;
	margin: auto;
	text-align: center;
	width: 930px;
}
#service_works h3 {
	padding: 0 0 15px 35px;
	text-align: left;
	width: 895px;
}
#service_works h4 {
	padding: 20px 0 15px 0;
}
#service_works img{
	padding-bottom: 45px;
}
#service_works a.top{
	margin: 0 1px 30px 0;
}

/* 最新消息 */
#page_news #content table {
	color: #333;
	font: normal 18px/1.3 "微軟正黑體";
	letter-spacing: 2px;
}
#page_news #content table span {
	color: #666;
	display: block;
	font: normal 12px/1.3 Arial;
	letter-spacing: 0;
	padding-top: 7px;
}
#page_news #content td a {
	color: #000;
}
#page_news #content td a:hover {
	color: #9d0105;
}
#page_news #content td {
	vertical-align: top;
	text-align: left;
	padding: 0 0 30px 0;
	width: 320px;
}
#page_news #content td.fix {
	padding: 0 0 15px 19px;
	_padding: 0 0 15px 10px;
}

/* 最新消息內容頁 */
#page_news_info #content {
	position: relative;
}
#page_news_info h3.title {
	background: url(cssimg/h3_title_news_info.gif) left bottom no-repeat;
	color: #8c6d8e;
	font: normal 28px/1.3 "微軟正黑體";
	letter-spacing: 1px;
	padding: 5px 150px 35px 27px;
	word-wrap: break-word;
	word-break: break-all;
}
#page_news_info .editor {
	padding-top: 30px;
}
#page_news_info .posted {
	color: #888;
	font: normal 13px/1 Arial;
	position: absolute;
		top: 60px; right: 0;
}
#page_news_info .btn {
	clear: both;
	float: right;
	margin: 20px 0;
}
.cursor {
	cursor : pointer;
}