@charset "utf-8";
/* CSS Document */
#container {
	width: 730px;
	height: auto;
	margin: auto;
	letter-spacing: 1px;
	line-height: 25px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#container .c01{
	color:#DFB325;
	font-weight:bold;
	}
#list {
	width: 100%;
	height: auto;
	float:left;
}
#list .photoframe {
	height: auto;
	width: 158px;
	float: left;
	margin: 0px 20px 10px 0px;
	padding: 0px 0px 0px 0px;
	
}
#list .center {
	height: auto;
	width: 457px;
	float: right;
	margin-right:10px;
	
	
	}
#list .txt {
	height: 70px;
	width: 100%;
	padding: 10px 0px 0px 0px;
	color: #AAAAAA;
	text-align: left;
	font-size: 12px;
	float: left;
	letter-spacing: 2px;
	line-height: 18px;
}
#list .photo {
	height: 125px;
	width: 158px;
	margin: auto;
	position: relative;
	background-image: url(bg.jpg);
}
#list .photo img{
	border:1px #3D8DEF solid;

}
/*圖片覆蓋***************************/
#list .cover {
	width: 158px;
	height: 125px;/*需扣掉64px高度*/
	text-align: center;
	font-size: 12px;
	top: 0px;
	left: 0px;
	filter: alpha(opacity=0); /*IE,透明度50%*/
	-moz-opacity: 0; /*Firefox,透明度50%*/
	opacity: 0;/*其他浏览器,透明度50%*/
	position: absolute;
}
#list .photo:hover .cover {
	width: 158px;
	height: 125px;/*需扣掉64px高度*/
	filter: alpha(opacity=100); /*IE,透明度50%*/
	-moz-opacity: 1; /*Firefox,透明度50%*/
	opacity: 1;/*其他浏览器,透明度50%*/
	
}


#list .caption {
	height: 30px;
	width: 100%;
	padding: 10px 0px 0px 0px;
	text-align: left;
	font-size: 13px;
	float: left;
	text-align: center;
	background-image: url(caption_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	white-space: nowrap;
	text-overflow: ellipsis;
	
}
#list .caption A:link {
	color: #444444;
	TEXT-DECORATION: none;
}
#list .caption A:visited {
	color: #444444;
	TEXT-DECORATION: none;
}
#list .caption A:hover {
	COLOR: #C09B0B;
	
}
#list .view {
	height: 130px;
	width: 95px;
	float: right;
	
	}
