*{
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.3;
	text-align:center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	line-height: 2;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#wrapper {
	width: 864px;
	margin: 0 auto;
	text-align: left;
	background: url(images/bg2.jpg) repeat-y;
}
#header {
	background-image: url(images/header.jpg);
	height: 192px;
	width: 864px;
}
#container {
	background: url(images/container.jpg) no-repeat;
	width: 864px;
}
#menu_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position:relative;
	width: 296px;
	left: 216px;
	top:50px;
}
#menu_top ul {
	list-style: none;
}
#menu_top ul li {
	float: left;
}
#menu_top ul li a{
	margin: 0 10px 0;
	text-decoration: none;
}
a#a1{
	position: absolute;
	margin-left: 650px;
	margin-top: 150px;
	display: block;
	width: 160px;
	height: 24px;
}
.hide{
	display: none;
}
#product_list{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 225px;
	height: 350px;
	position: relative;
	left: 56px;
	top: 45px;
}
#product_list ul{
	list-style: none;
}
#product_list ul li{
	margin-left: 15px;
	line-height: 1.8;
}
#banner {
	padding-left: 40px;
	height: 243px;
	text-align: center;
}
#main {	
	width: 520px;
	float: right;
	padding:10px 65px 0 0px;
	text-align:center;
}
#main table, #main table caption{
	margin:0 auto;
}
#main table caption{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	line-height: 2;
}

#main hr{
	margin:10px auto;
}
a.link_a {
	color:#000000;
}
a.link_a:hover{
	color: #3366FF;
}
.note {
	font-size: 10px;
	color: #FF0000;  /*¬õ¦â¦rÅé*/
}
address{
	width: 325px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: relative;
	top: 22px;
	left: 63px;
	padding: 0 10px 0 10px;
	font-style: normal;
}
#Copyright, #Copyright a:link, #Copyright a:visited, #Copyright a:hover, #Copyright a:active {
	font-family: "Arial";
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin-top: 80px;
}
#footer {
	background-image: url(images/foot.jpg);
	height: 160px;
	width: 864px;
	clear: both;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	border: 1px solid #666666;
}