body {
	background: #333 url('../img/bg_body.png') no-repeat center top;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-family: Arial, 微軟正黑體;
}
input, textarea, select {
	font-size: 12px;
	font-family: Arial;
}
a:link, a:visited {
	text-decoration:none;
	color: #600;
}
a:hover, a:active {
	text-decoration: underline;
	color: #600;
}
.clr {
	clear: both;
}
h1 {
	position: absolute;
	text-indent: -5000px;
	width: 100px;
}
div h1 {
	position: static;
	text-indent: 0;
	width: auto;
}
#wrap {
	width: 935px;
	margin: 0 auto;
	text-align: left;
	background: #fff url('../img/bg_wrap.png') repeat-y 635px 0;
	border-top: 60px solid #000;
}
#head {
	float: right;
	position: relative;
	width: 300px;
	padding-top: 50px;
}
#head h2 {
	position: absolute;
	background: url('../img/logo.png') no-repeat 0 0;
	right: 0;
	top: -35px;
	width: 613px;
	height: 93px;
	z-index: 100;
}
#head h2 a {
	display: block;
	height: 70px;
	line-height: 70px;
	text-indent: -5000px;
}
#lang_bar {
	text-align: center;
	font-size: 0.75em;
	padding: 5px;
}
#pdt_list_s li {
	height: 35px;
	padding: 3px 16px;
}
#pdt_list_s a {
	display: block;
	font-size: 0.9em;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	overflow: hidden;
}
#pdt_list_s a:hover, #pdt_list_s a:active {
	background-color: #900;
	text-decoration: none;
	border-radius: 5px;
	color: #fff;
}
#menu {
	position: relative;
	overflow: hidden;
	background-color: #000 ;
	margin: 0 14px;
	height: 30px;
}
#menu ul {
	float: left;
	position: relative;
	left: 50%;
}
#menu li {
	float: left;
	position: relative;
	right: 50%;
}
#menu a {
	padding: 5px 10px;
	line-height: 20px;
	height: 20px;
	color: #fff;
	font-size: 0.8em;
	display: block;
}
#menu a:hover, #menu a:active {
	color: #c00;
	text-decoration: none;
}
.sub {
	margin: 15px 0 0;
}
.sub h3, #b_inquiry {
	color: #fff;
	background: url('../img/bg_sub_header.png') no-repeat center top;
	height: 52px;
	margin-bottom: -10px;
	line-height: 37px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Fjalla One';
	font-size: 20px;
	font-weight: 400;
}
#video iframe, #video a {
	padding: 10px 14px;
	display: block;
}
#video a {
	display: block;
	padding: 0 14px;
}
#news ul {
	padding: 10px;
	color: #f00;
	list-style: square outside none;
}
#news li {
	margin-left: 25px;
}
#news a {
	color: #069;
}
#contact p {
	font-size: 0.85em;
	padding: 10px 14px;
}
#contact p strong {
	color: #f00;
}
#inquiry {
	padding: 10px 68px 100px;
}
#b_inquiry {
	display: block;
	height: 53px;
	background-image: url('../img/bg_inquiry.png');
}
#b_inquiry:hover, #b_inquiry:active {
	background-position: center bottom;
	text-decoration: none;
}








#cont {
	width: 635px;
	float: right;
}
#deco {
	width: 635px;
	height: 300px;
}
#main {
	padding: 10px;
}
#main h3.cus {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 2em;
	border-bottom: 1px dotted #666;
	margin: 30px 0 10px;
}
#main_header h3.cus {
	margin-top: 0;
}
.content p, .content table {
	margin: 10px 0;
}
.content ul, .content ol {
	margin: 10px 0 10px 25px;
	list-style-type: disc;
}
.content ul ul, .content ul ol, .content ol ol, .content ol ul {
	margin: 0 0 0 25px;
}
.content table, .content table td {
	border: 1px solid #666;
}
.content table td {
	padding: 3px 5px;
}
.content table td p {
	margin: 0;
}
#foot {
	clear: both;
	background-color: #600;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.7em;
	padding: 5px 10px;
	text-align: center;
}
#foot a {
	color: #fff;
}