@charset "utf-8";
/* CSS Document */
/*下方資訊*/
.bottom {
	width:1000px;
	padding:0;
	margin:0;
}
.bottom-r {
	width:740px;
	padding:20px 25px 40px 0;
	float:right;
}
.bottom-l {
	width:207px;
	padding-bottom:100px;
	height:auto;
	float:left;
	background:url(../../Images/menubg.png) no-repeat top;
}
.menuslistbox {
	width:200px;
	padding:15px 0;
}
.menuslist ul {
	height:auto;
	list-style:none;
}
.menuslist li {
	font-size:13px;
	color:#333;
	line-height:28px;
	height:30px;
	display:block;
	padding-left:15px;
	margin-left:8px;
	background:url(../../Images/arrow-1.png) no-repeat;
	list-style:none;
	border-bottom:1px dotted #ccc;
}
.menuslist li a {
	font-size:13px;
	color:#333;
	text-decoration:none;
	
}
.menuslist li a:hover {
	text-decoration: underline;
}
.menuslist li .ch1now {
	color:#217c00;
}
/*步驟流程*/
.stepbox {
	width:auto;
	margin:0 auto;
	padding-bottom:15px;
	font-size:12px;
	color:#666;
}
.step ul {
	clear:both;
	margin:0;
	padding:5px 0 5px 10px;
	text-align:left;
	width:auto;
	float:left;

}
.step li {
	display:inline;
	margin:0;
	font-size:12px;
	color:#666;
}
.step li a {
	color:#666;
	font-size:12px;
	text-decoration:none;
}
.step li a:hover {
	text-decoration:underline;
}
.step .ch {
	font-weight:bold;
}
/*商品列表*/
.prodpic ul {
	height:auto;
}
.prodpic li {
	float:left;
	width:350px;
	height: auto;
	padding:10px;
	display: block;
	list-style:none;
}
.prodpic h1 {
	margin:0 auto;
	padding:0;
	width:350px;
	height:210px;
	border:1px solid #ddd;
}
.prodpic h2 {
	display:block;
	padding:2px;
	margin:0;
	text-align: center;
	font-size:13px;
	color:#333;
	font-weight:normal;
}
.prodpic h2 a {
	font-size:13px;
	color:#333;
	text-decoration:none;
}
.prodpic h2 a:hover {
	text-decoration:underline;
	color:#000;
}
/*產品詳細介紹*/
.prdsbox {
	width:740px;
	height:auto;
	padding-bottom:20px;
}
.prd-img {
	float:left;
}
.prd-img h1 {
	font-size:11px;
	color:#777;
	font-weight:normal;
	padding-top:5px;
	text-align:center;
}
.prd-info {
	float:right;
	width:260px;
	font-family: "微軟正黑體";
	padding-top:20px;
}
.prd-info h1 {
	font-size:16px;
	color: #069;
	display:block;
}
.prd-info h2 {
	font-size:13px;
	color:#333;
	font-weight:normal;
	line-height:20px;
	display:block;
	padding:10px 0;
	margin:0;
}
/*最新消息*/
.newsbox {
	width:920px;
	padding:20px 40px;
	background:#FFF;
}
.newsdbox {
	width:920px;
	padding:10px 0;
	margin:15px 0;
	background:#FFF;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.newsdate {
	width:100px;
	height:20px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
	text-align:center;
	margin-left:10px;
	float:left;
	background:#7c6752;
}
.newsdetail {
	width:760px;
	height:auto;
	margin:auto;
	padding-right:10px;
	float:right;
}
.newsdetail h1 {
	margin:0;
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:15px;
	font-weight:normal;
	border-bottom:1px dotted #ddd;
}
.newsdetail h2 {
	margin:0;
	padding-bottom:5px;
	font-size:13px;
	line-height:20px;
	font-weight:normal;
}
/*page*/
.page-s {
	width:auto;
	margin-top:20px;
	font-size:12px;
	text-align:center;
}
.page-s a {
	font-family: "微軟正黑體";
	font-size:12px;
	color:#005599;
	margin:0 2px;
	text-decoration:none;
}
.page-s a:hover {
	color: #F60;
	text-decoration:none;
}
.page-s .ch {
	font-family: "微軟正黑體";
	font-size:12px;
	color: #F00;
	font-weight:bold;
}
/*會員表單*/
.memberform {
	border-collapse:collapse;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	width:100%;
}
.memberform td {
	padding:5px;
}
.memberform td.b {
	text-align:center;
	width:80px;
}
.memberform input.text {
	border:1px solid #ccc;
	width:150px;
	height:18px;
	background:＃ddd;
}
.memberform input.text1 {
	border:1px solid #ccc;
	width:350px;
	height:18px;
	background:＃ddd;
}
.memberform textarea.textarea {
	width:350px;
	height:100px;
	border:1px solid #CCC;
	background:＃ddd;
}
.submit1 {
	font-family: "微軟正黑體";
	font-size: 13px;
	color: #FFF;
	width:auto;
	height:auto;
	padding:2px 15px;
	background: #ccc;
	border:1px solid #bbb;
	cursor: pointer;
}
.google {
	font-family: "微軟正黑體";
	font-size: 13px;
	color: #069;
	text-decoration:none;
}




