@charset "utf-8";
/* CSS Document */
#container {
	width: 730px;
	height: auto;
	margin: auto;
	letter-spacing: 1px;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*-照片列表-----------------------------------------*/
#list {
	width: 100%;
	height: auto;
	float:left;
}
#list .photoframe {
	height: 51px;
	width: 724px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	background-image: url(bg.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	
}

#list .photo {
	height: auto;
	width: 228px;
	margin: 0 auto;
	margin: 5px;
	overflow: hidden;
	float: left;
}
#list .photo img{
	padding: 1px;
	border: 1px solid #555555;
}
#list .photo:hover img{
	padding: 3px;
	border: 1px solid #F60;
}
#list .info_right{
	height: auto;
	width: 510px;
	float: right;
	padding-top: 10px;
	
	
	}
#list .date {
	height: 25px;
	width: 130px;
	float: left;
	text-align: center;
}
#list .caption {
	height: auto;
	width: 80%;
	padding: 5px 0px 0px 10px;
	text-align: left;
	float: left;
	font-size: 15px;
	font-weight: bold;
}
#list .caption A:link {
	color: #333333;
	TEXT-DECORATION: none;
}
#list .caption A:visited {
	color: #333333;
	TEXT-DECORATION: none;
}
#list .caption A:hover {
	COLOR: #F90;
	
}
#list .txt {
	height: auto;
	width: 100%;
	padding: 5px 0px 0px 0px;
	color: #6C6C6C;
	text-align: left;
	font-size: 13px;
	float: right;
	letter-spacing: 2px;
	line-height: 20px;
	overflow: hidden;
}
