
/*基本架構-------------------------------------------------------------------------------------*/

@charset "utf-8";
body {
	margin: 0px;
}
.clearfloat {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	color: #ffffff;
}
.logo_bg {
	background-image: url(../images/logo_bg.jpg);
	background-repeat: repeat-y;
}
.menubg {
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.topbar {
	background-image: url(../images/topbar.jpg);
	background-repeat: no-repeat;
}
.product-line {
	border: 1px solid #e5e5e5;
  padding: 2px 0px 2px 0px;
}

/*基本架構-------------------------------------------------------------------------------------*/


/*字型設定-------------------------------------------------------------------------------------*/

.copyright_font1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;color: #444444; 
	line-height: 20px;
}
.copyright_font1 a:link, .copyright_font1 a:visited {
  color: #444444; 
	text-decoration: none;
}
.copyright_font1 a:active, .copyright_font1 a:hover {
  color: #444444; 
	text-decoration: underline;
}
.menufont {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;color: #cccccc; 
	line-height: 25px;
}
.menufont a:link, .menufont a:visited {
  color: #cccccc; 
	text-decoration: none;
}
.menufont a:active, .menufont a:hover {
  color: #eeeeee; 
	text-decoration: underline;
}
.guidefont {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;color: #888888; 
	line-height: 25px;
}
.pagefont {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;color: #999999; 
	line-height: 30px;
}
.pagefont a:link, .pagefont a:visited {
  color: #999999; 
	text-decoration: none;
}
.pagefont a:active, .pagefont a:hover {
  color: #666666; 
	text-decoration: underline;
}
.product-list-font {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;color: #888888; 
	line-height: 18px;
}
.product-list-font2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;color: #666666; 
	line-height: 18px;
}

/*字型設定-------------------------------------------------------------------------------------*/

/*表格設定-------------------------------------------------------------------------------------*/

.form_line2 {
	border: 1px solid #bbbbbb;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.contact_button {
	width: 70px;
	height: 20px;
	background-color: #666666;
	border:none;
	font-size: 10px;
	line-height: 20px;
	color: #ffffff;
}
}
.consults-color {
	font-size: 12px;
	color: #666666;
	background-color: #cccccc;
}

/*表格設定-------------------------------------------------------------------------------------*/
