/* CSS Document */

body{
	margin:0;
	height:100%;
	font-size: 12px;
	color: #999999;
	font-family: "Arial", "Helvetica", "sans-serif";
	overflow-y:hidden;
	overflow-x:hidden;
}
html{
	overflow-y:hidden;
	overflow-x:hidden;
}
#menu{
	width:985px;
	height:74px;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FFFFFF;
}
#content{
 width:100%;
 height:auto;
 /*height:expression(document.documentElement.clientHeight);*/
 overflow:auto;
}
.copy {
	width: 985px;
	height: 20px;
	text-align: center;
	background: url(/06index/prod-img/buttom-ae.gif) center no-repeat;
	background-color: #C4C0B0;
}
.web{
	width:985px;
	height:50px;
	background-image:url(img/bk_web.jpg);
	font-size: 11px;
	color: #666666;
	text-align: right;
	letter-spacing : 1pt;
}
.txt_p{
	font-size:12px;
	font-weight:bold;
	color: #669900;
}
.txt_p1{
	font-size:12px;
	font-weight:bold;
	color: #999999;
	font-weight:bold;
	line-height:30px;
}
.txt_p2{
	font-size:12px;
	font-weight:bold;
	color: #CC0000;
}
.txt_space{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.table_title{
	background-color: #666666;
	color:#FFFFFF;
	text-align:center;
	height:20px;
}
.table_one{
	background-color:#e2e1e1;
	color:#666666;
	text-align:left;
	height:20px;
}
.table_two{
	background-color:#f5f5f5;
	color: #666666;
	
}
a{
	color:#666666;	
	text-decoration:none;
	font-size:12px;
}
a:hover{
	color:#669900;
	font-size:12px;

}
.product{
	background-color:#CCCCCC;
	color:#666666;
	border:#666666 solid 1px;
	text-align:center;
}
.ps{
	font-size:13px;
	font-weight:bold;
	color: #CC3300;
	background-color:#CCCCCC;
	line-height:20px;
}