@charset "utf-8";
/* CSS Document */
<!--
*{
	margin:0;
	padding:0;
}
body{
	text-align:center;
	background-color:#FFF;
	color:#000;
	font:'ËÎÌå',sans-serif;
}
img{
	border:0;
}
ul,li{
	list-style-type:none;
}
a:link,
a:visited{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#F00;
	text-decoration:none;
}


/*1*/

#container1{
	margin:0 auto;
	position:relative;
	margin-top:10px;
	width:369px;
	height:84px;
	overflow:hidden;
}
#message1,
#message_copymsgid{
	margin:0;
	width:369px;
	overflow:hidden;
}
#container1 ul{
	float:left;
	width:369px;
	height:84px;
	overflow:hidden;
	clear:both;
}
#container1 li{
	float:left;
	text-align:center;
	width:369px;
	height:84px;
	line-height:100px;
	overflow:hidden;
	padding:0;
}
#container1 li img{
	width:366px;
	height:84px;
	margin-bottom:10px;
	padding:1px;
	border:0px solid #999;
}
/*2*/

#container2{
	margin:0 auto;
	position:relative;
	margin-top:10px;
	width:369px;
	height:84px;
	overflow:hidden;
}
#message2,
#message_copymsgid{
	margin:0;
	width:369px;
	overflow:hidden;
}
#container2 ul{
	float:left;
	width:369px;
	height:84px;
	overflow:hidden;
	clear:both;
}
#container2 li{
	float:left;
	text-align:center;
	width:369px;
	height:84px;
	line-height:100px;
	overflow:hidden;
	padding:0;
}
#container2 li img{
	width:366px;
	height:88px;
	margin-bottom:10px;
	padding:1px;
	border:0px solid #999;
}


/*3*/

#container3{
	margin:0 auto;
	position:relative;
	margin-top:10px;
	width:745px;
	height:66px;
	overflow:hidden;
}
#message3,
#message_copymsgid{
	margin:0;
	width:745px;
	overflow:hidden;
}
#container3 ul{
	float:left;
	width:745px;
	height:66px;
	overflow:hidden;
	clear:both;
}
#container3 li{
	float:left;
	text-align:center;
	width:745px;
	height:66px;
	line-height:100px;
	overflow:hidden;
	padding:0;
}
#container3 li img{
	width:745px;
	height:66px;
	margin-bottom:10px;
	padding:1px;
	border:0px solid #999;
}

/* 4 */
#container4{
	margin:0 auto;
	position:relative;
	margin-top:10px;
	width:745px;
	height:100px;
	overflow:hidden;
}
#message4,
#message_copymsgid{
	margin:0;
	width:745px;
	overflow:hidden;
}
#container4 ul{
	float:left;
	width:745px;
	height:100px;
	overflow:hidden;
	clear:both;
}
#container4 li{
	float:left;
	text-align:center;
	width:745px;
	height:100px;
	line-height:100px;
	overflow:hidden;
	padding:0;
}
#container4 li img{
	width:745px;
	height:100px;
	margin-bottom:10px;
	padding:1px;
	border:0px solid #999;
}
-->