@charset "utf-8";

body {
	background-color: #d6edf5;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 13px;
	color: #555555;
	line-height: 1.8em;
}
p {
	margin-bottom: 1em;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #E6F4FC;
	background-image: url(../images/container_bg.jpg);
	border-top: 6px solid #336699;
	border-bottom: 6px solid #336699;
	background-repeat: repeat-x;
}
#branding {
	height: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 1000px;
	text-align: center;
}
#nav_main {
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	text-align: center;
}
#nav_main ul {
	height: 40px;
	width: 750px;
	padding-left: 250px;
}
#nav_main li {
	float: left;
}
#nav_main li a {
	text-indent: -9999px;
	height: 40px;
	width: 125px;
	background-position: left top;
	display: block;
}
#nav_main li a:hover {
	background-position: left bottom;
	display: block;
	height: 40px;
	width: 125px;
}
#nav_main .about a {
	background-image: url(../images/icon_about.png);
}
#nav_main .product a {
	background-image: url(../images/icon_product.png);
}
#nav_main .nature a {
	background-image: url(../images/icon_machine.png);
}
#nav_main .contact a {
	background-image: url(../images/icon_contact.png);
}
#banner_main {
	height: 200px;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#site_info {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #848484;
	background-color: #f3fafe;
	width: 235px;
	float: left;
	height: 717px;
	padding: 5px;
}
#site_info #round {
	background-color: #f3fafe;
	height: 710px;
	border: 1px solid #94c0ea;
	padding: 2px;
	background-image: url(../images/info_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 230px;
}
#site_info #info {
	font-family: "Arial Unicode MS", "新細明體";
	font-size: 13px;
	color: #666666;
	padding-top: 300px;
	padding-left: 35px;
	padding-right: 35px;
}
#site_info #info p {
	line-height: 1.4em;
	margin-bottom: .8em;
}
#site_info #info b {
	color: #6699CC;
	font-weight: normal;
}
#container #content {
	float: left;
	width: 720px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #848484;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding: 5px;
}
#container #content #round {
	border: 1px solid #94c0ea;
	padding: 2px;
}
#container #content #round #article {
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
}
#container #content #round #article h1 {
	font-size: 16px;
	font-weight: normal;
	color: #006699;
	line-height: 1.8em;
}
#container #content #round #article h2 {
	font-size: 15px;
	line-height: 1.8em;
	font-weight: normal;
	color: cc3300;
}
#container #content #round #article #select {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	margin: 30px;
}
#container #content #round #article #select a {
	color: #0066CC;
}
#container #content #round #article #select a:hover {
	color: #FF3300;
}
#separate {
	background-image: url(../images/separate.gif);
	background-repeat: repeat-x;
	height: 40px;
	background-position: center;
}
.emphasis {
	color: #009900;
}
.welcome {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.service {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A6C4E1;
	border-bottom-color: #A6C4E1;
	background-color: #F2F7FB;
}


#nav_sub {
	clear: both;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #e8e8e8;
	height: 35px;
	padding-top: 20px;
	padding-left: 10px;
	font-size: 13px;
	color: #CCCCCC;
	background-color: #FFFFFF;
}
#nav_sub a {
	color: #666666;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
#nav_sub a:hover {
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0066CC;
}
#form1 {
	background-image: url(../images/pic_contact.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.item {
	color: #999900;
	font-size: 16px;
	font-weight: bold;
	font-family: "新細明體", "Trebuchet MS";
}
.tag {
	line-height: 2.5em;
	color: #336666;
}
