@charset "UTF-8";

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/
* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Arial, "新細明體", "華康中明體", Helvetica, sans-serif Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: top; 
}
.whereami {
	height:20;
	background-color:#eee;
	padding-left:50px;
	font-size:14px; 
	text-decoration:none;
	text-align:left;
}
.whereami a {
	font-size:14px;
	color:#666;
	text-decoration:none;
}
.whereami a:hover {
	font-size:14px;
	color: #F60;
	text-decoration:none;
}
div.lanmenu {
	clear:both;
	float:right;
	padding-top:12px;
	padding-right:110px;
	color:#FFF;
}
div.lanmenu a {	
	font-size:18px;
	color:#fff;
	text-decoration:none;
}
div.lanmenu a:hover {
	font-size:18px;
	color: #FF0;
	text-decoration: underline;
}
div.machinename {
	clear:both;
	float:left;
	position:relative;
	padding-left:15px;
	padding-right:5px;
	padding-top:30px;
	font-size:16px;
	color:#688baf;
	font-weight:700;
	line-height:22px;
	text-align: justify;
}
div.machinename li {
	font-weight:normal;
	font-size:12px;
	color:#000;
}
div.persons {
	padding-left:50px;
	padding-right:20px;
	padding-top:50px;
	text-align: justify;
}
div.persons p {
	font-size:16px;
	color: #033;
	line-height:24px;
}
div.persons ul {
	font-size:1em;
	color: #333;
	line-height:1.2em;
}
div.video {
	clear:both;
	float:right;
	padding-top:55px;
	padding-right:15px;
	text-decoration:none;
}
div.machinedesc {
	clear:both;
	position:relative;
	padding-left:10px;
	padding-right:20px;
	padding-top:20px;
	font-size:12px;
	line-height:20px;
	text-align: justify;
}
.machinedesc p {
	font-size:13px;
	font-weight:600;
}
.machinedesc ol {
	padding-top:5px;
	padding-left:20px;
}
.machinedesc li {
	list-style-type:square;
	padding-top:5px;
}

div.aboutus {
	padding-left:50px;
	padding-top:15px;
	padding-right:50px;
	position:relative;
	font-size:16px;
	line-height:28px;
	text-align: justify;
}
div.other1 {
	position: relative;
	top:30px;
	padding-left:10px;
	padding-right:20px;
	font-size:14px;
	line-height:24px;
}
div.other2 {
	position: relative;
	top:90px;
	padding-left:10px;
	padding-right:20px;
	font-size:14px;
	line-height:24px;
}
div.contactus {
	padding-left:10px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	color:#333;
	font-size:12px;
	line-height:16px;
	text-align: justify;
}

.slogan {
	color: #000; 
	background-color:#eee; 
	font-size:1em; 
	font-weight:700;
	padding:7px;
}

/* Footer */
div#footer {
	float:left;
	clear:left;
	text-align:center;
	width:680px !important;
	width:920px;	
	height: 130px;
	margin-left: 80px !important;
	margin-left: 0px;
	padding:10px;
}
div#footer p {
	font-size: 115%;
}

div#footer a {
	color: #966;
	text-decoration:none;
}
div#footer a:hover {
	color: #F63;
}

/* 表格用 */
.history td {
	padding:8px;
	background-color:#fff;
}
.history th {
	text-align:left;
	font-size:1.2em;
	padding:8px;
	background-color:#f3f3f3;
}
.history a {
	TEXT-DECORATION: none;
	color:#999;
	font-size:1.1em;
}
.history a:hover {
	color:#900;
	padding-left:1px;
}
.history-odd td {
	padding:8px;
	background-color:#f3f3f3;
}
.history-odd a {
	TEXT-DECORATION: none;
	color:#999;
	font-size:1.1em;
}
.history-odd a:hover {
	color:#900;
	padding-left:1px;
}


/* 通用 */

h1, h2, h3 {
	color: #444;
}

h1, h2 {
	font-weight: 600;
	line-height:1.4em;
}

h1 {
	font-size: 197%;
}

h2 {
	text-align:center;
	font-size: 1.1em;
}

h3 {
	line-height:1em;
	font-weight:normal;
	font-size: 80%;
}
h5 {
	padding:5px;
	font-weight:normal;
	font-size:.8em;
}
p {
	line-height: 1em;
}

img {
	border: none;
}
