/* CSS Document */

body{
	margin:0;
	font:Arial, Helvetica, sans-serif "·s²Ó©úÅé";
	font-size:12px;
	color:#CCCCCC;
	line-height:150%;
	overflow:hidden;
}

html{
	overflow:hidden;
}
#menu{
	width:178px;
	height:407px;
	position:absolute;
	top:0px;
	left:0px;
}
#content{
 width:100%;
 height:auto;
 overflow:auto;
}
.txt-blue{
	color:#dbe5fc;
	font-size:12px;
	line-height:150%;
}
.txt-yellow{
	color: #FFCC00;
	font-size:12px;
	line-height:150%;
}
.txt-white{
	color:#FFFFFF;
	font-size:12px;
	line-height:150%;
	font-weight:bold;
}
.table_title{
	background-color:#151937;
	
}
h1{
	color:#ffffff;
	font-size:13px;
	line-height:20px;
	font-weight:bold;
}
a{
	color: #CCCCCC;	
	text-decoration:none;
	font-size:12px;
}
a:hover{
	color: #FFFFFF;
	font-size:12px;

}
.web{
	font-size:12px;
	color: #333333;
	background-color:#e3e6ed;
	text-align:right;
	padding-right:20px;
	letter-spacing : 1pt;
}
.copyright{
	width:985px;
	height:22px;
	background-color:#C4C0B0;
	background-image: url(/06index/prod-img/buttom-ae.gif);
	background-repeat:no-repeat;
	text-align:center;
}

/*-----------------------------------------------------------------------*/
#enlarge {
list-style-type:none;
} 
#enlarge li {
display:block; 
float:left; 
margin:10px; 
width:26px; height:36px; 
position:relative;
} 
#enlarge li a {
display:block; 
width:26px; height:36px; 
overflow:hidden; 
position:relative;
} 
#enlarge li a img {
width:100%; height:100%; 
border:0;
} 
#enlarge li a:hover {
position:absolute; 
left:-20px; 
top:-20px; 
width:80px; height:80px; 
}
