@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	-x-system-font:none;
	font-family: Arial, Helvetica, sans-serif;
	color:#DADADA;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:180%;
}
body {
	background:#000000 url(../images/bg01.jpg) no-repeat scroll center top;
	height:100%;
	width:100%;
}
strong {
	color:#E6E6E6;
}
p {
	margin-top:10px;
	margin-left:5px;
}
#wrap {
	margin:0 auto;
	width:640px;
	height:420px;
}
#c_left {
	margin-top:30px;
	padding:20px;
	float:left;
	width:260px;
	background-color:#1c1d1c;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	zoom: 1;	
}
#c_center {
	margin-top:30px;
	float:left;
	width:40px;
	height:360px;
}
#c_right {
	margin-top:30px;
	float:left;
	width:300px;
	height:360px;
}
#jwrap {
	margin:0 auto;
	width:820px;
	height:420px;
}
#j_left {
	margin-top:30px;
	padding:20px;
	float:left;
	width:260px;
	background-color:#1c1d1c;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	zoom: 1;	
}
#j_center {
	margin-top:30px;
	float:left;
	width:40px;
	height:360px;
}
#j_right {
	margin-top:30px;
	float:left;
	width:480px;
	height:360px;
}
html>body #c_right {
  background-repeat: repeat;background-image: url(../images/bg02.png);
}
* #c_right {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../images/bg02.png")

}
#zpzs {
	margin:10px;
	width:280px;
}
.zp-item {
	float:left;
	margin-top:0px;
	margin-left:5px;
	margin-right:10px;	
	width:122px;
	height:132px;
}
.zp-item a,.zp-item a:visited {
	display:block;
    position: relative;
	border:1px solid #1A1A1A;
}
.zp-item a:hover{
	border:1px solid #F00;
}
.zp-item img{
	display:block;
	border:none;
	width:120px;
	height:90px;	
}
.zp-more {
	float:right;
}
.hidden {
	display:none;
}
