@charset "utf-8";
/* CSS Document */
#container {
	width: 778px;
	height: auto;
	min-height: 300px;
	float: right;
	margin: 0px 0px 30px 0px;
	letter-spacing: 1px;
	line-height: 25px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 13px;
	color: #727272;
	
	
}

/*-照片列表-----------------------------------------*/
#list {
	width: 100%;
	height: auto;
	float: left;
}
#list .photoframe {
	height: auto;
	width:778px;
	padding:30px 0;
	border:1px #000 solid;
	margin: auto;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(dot.jpg);
	background-position:-1px 45px;
	background-repeat:no-repeat;
	filter:alpha(opacity=60);opacity: 0.6;

}
#list .photoframe:hover {
	border:1px #B7B7B7 solid;	
	filter:alpha(opacity=100);opacity: 1;	
}
#list .photoframe a{ text-decoration:none;}
#list .center {
	height: auto;
	width: 750px;
	margin: auto;
	
	
	
	}
#list .txt {
	height: auto;
	width: 750px;
	padding: 10px 0px 10px 0px;
	color: #878787;
	text-align: left;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 18px;
}
#list .more {
	width: 750px;
	height: auto;
	margin:auto;
	text-align:right;
	
	margin-top: 5px;
}
#list .photo {
	height: auto;
	width: 750px;
	margin: 0 auto;
}

#list .date {
	height: auto;
	width: 750px;
	margin: auto;
	text-align: left;
}
#list .dd {
	height: 20px;
	width: 100px;
	padding-right:10px;
	text-align: right;
	margin: auto;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B3C646;
	}
#list .yy {
	width: 750px;
	height: 40px;
	padding-top: 5px;
	margin: auto;
	color: #888888;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
	}
#list .caption {
	height: auto;
	width: 750px;
	padding: 5px 0px 0px 0px;
	color: #B8B8B8;
	text-align: left;
	font-size: 30px;
	font-family: '微軟正黑體';
	line-height:35px;
}
#list .caption A:link {
	color: #FF9999 ;
	TEXT-DECORATION: none;
}
#list .caption A:visited {
	color: #FF9999;
	TEXT-DECORATION: none;
}
#list .caption A:hover {
	COLOR: #FF6600;
	
}
#list .view {
	height: 130px;
	width: 95px;
	float: right;
	
	}
/***最新消息內頁*********************************************************/
#list2 {
	width: 100%;
	height: auto;
	float: left;
	
	
}
#list2 .pleft {
	width: 600px;
	height: auto;
	margin: auto;
	text-align: center;
	padding:10px;
	border:2px #ABABAB solid;
	
}
#list2 .pleft img{
	max-width:600px; height:450px
}
#list2 .pright {
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0 0 0;
}
#list2 .caption {
	width: 630px;
	padding-left: 20px;
	padding-bottom:20px;
	font-size: 26px;
	color: #B8B8B8;
	font-weight: bold;
	letter-spacing: 1px;
	float: left;
	background-image: url(dot.jpg);
	background-position: 0 8px;
	background-repeat: no-repeat;
}
#list2 .date {
	width: 125px;
	height: 22px;
	color: #B8B8B8;
	font-size: 18px;
	float: left;
	text-align:right;
	
}
#list2 .photo_nav {
	width: 745px;
	height: auto;
	margin: auto;	
}
#list2 .photo_nav img{
	max-width:107px;max-height:80px;
}
#list2 .txt {
	width: 750px;
	height: auto;
	font-size: 14px;
	margin:auto;
	color: #B8B8B8;
	letter-spacing: 1px;
	margin-top: 20px;
}

#list2 .photos_nav {
	width: 107px;
	height: 80px;
	padding: 5px;
	margin:2px;
	float: left;
	border:1px #AAAAAA solid;
	filter:alpha(opacity=40);opacity: 0.4;
}
#list2 .photos_nav:hover {

	filter:alpha(opacity=100);opacity: 1;
}
/************************************************************/

#list2 .border_bottom {
	border-bottom: 1px #6699FF dotted;
}
