@charset "utf-8";
/* CSS Document */
#container {
	width: 720px;
	height: auto;
	margin: auto;
	letter-spacing: 2px;
	text-align: justify;
	line-height: 20px;
	text-justify: inter-ideograph;
}
/*-照片列表-----------------------------------------*/
#list{
	width:100%;
	height:auto;
	
	
	}
#list .list{
	width: 720px;
	padding: 10px 0px 20px 0px;
	border-bottom: 1px dotted #C9C9C9;
	
	}
#list span {
	color: #8e0000;
}
/***最新消息*********************************************************/
#list .photo{
	width: 150px;
	height: auto;
	float: left;
	
	}
#list .photo img:hover {
	border: 1px #DBBA67 solid;
}
#list .photo img {
	border: 1px #BBBBBB solid;
	-webkit-transition: border-color 120ms linear;
	-moz-transition: border-color 120ms linear;
	-o-transition: border-color 120ms linear;
	transition: border-color 120ms linear;
}
#list .info_nav{
	width: 550px;
	height: auto;
	float: right;

	
	}
#list .date {
	width: 70px;
	height: 21px;
	margin-top: 5px;
	padding-left: 0px;
	color: #00B285;
	float: left;
}
#list .day {
	width: 24px;
	height: 22px;
	float: left;
	padding-top: 2px;
	background-image: url(date_bg.png);
	color: #FFF;
	text-align: center;
	
	}
#list .caption{
	width:100%;
	height:20px;
	padding:5px 0 5px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;	

	
	}
#list .caption A:link {
	color: #444444;
	font-weight:bold;
	TEXT-DECORATION: none;
}
#list .caption A:visited {
	color: #444444;
	TEXT-DECORATION: none;
}
#list .caption A:hover {
	color: #F46A22;
	TEXT-DECORATION: underline;
}

#list .description {
	width: 100%;
	height: auto;
	color: #666666;
	margin-top: 5px;
}

#list .border01 {
	border-bottom:1px #BBBBBB  dotted;

}

/***最新消息內頁*********************************************************/
#list2 {
	width: 720px;
	height: auto;
	margin: 0 auto;
}
#list2 .left {
	width: 565px;
	height: auto;
	float: left;
	border-right:1px #CCCCCC dotted;
}
#list2 .right {
	width: 90px;
	height: auto;
	float: right;
}
#list2 .caption_frame {
	width: 100%;
	height: auto;
	background-image:url(bg2.png);
}
#list2 .caption {
	width: 600px;
	height: 30px;
	padding: 5px 0 0 15px;
	font-size: 20px;
	color: #444444;
	font-weight: bold;
	letter-spacing: 1px;
	float: left;
	
}
#list2 .date {
	width: 100px;
	height: 21px;
	padding-left: 0px;
	color: #00B285;
	float: left;
	font-size: 12px;
	margin-top: 5px;
}

#list2 .photo_nav {
	width: 100%;
	height: 430px;
	
}
#list2 .txt {
	width: 100%;
	height: auto;
	letter-spacing: 1px;
	margin-top: 20px;
}
#list2 .photostyle  {
	padding:3px;
	
	border: 1px solid #DDDDDD;
	-webkit-transition: border-color 120ms linear;
	-moz-transition: border-color 120ms linear;
	-o-transition: border-color 120ms linear;
	transition: border-color 120ms linear;
}

#list2 .photostyle:hover {
	border-color: #F90;
}
#list2 .photostyle_s:hover {
	border-color: #F90;
}
#list2 .photos_nav {
	width: 90px;
	height: auto;
	padding: 0px 0px 3px 0px;
}
#list2 .photos_nav img {
	background-color: #FFF;
	border: 1px solid #ccc;
	-webkit-transition: border-color 120ms linear;
	-moz-transition: border-color 120ms linear;
	-o-transition: border-color 120ms linear;
	transition: border-color 120ms linear;
}
/************************************************************/


#list2 .photostyle_s {
	padding: 2px;
	border: 1px solid #999999;
}
#list2 .border_bottom {
	border-bottom: 1px #6699FF dotted;
}
