@charset "utf-8";
/* CSS Document */
#container {
	width: 680px;
	height: auto;
	margin: 0 auto;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 13px;
	color: #000000;
	
}

#container .c01{
	color:#DFB325;
	font-weight:bold;
	}
/*-照片列表-----------------------------------------*/
#list {
	width: 100%;
	height: auto;
	float:left;
}
#list .photoframe {
	height: auto;
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px #D5CFBF solid;
	
}

#list .photo {
	height: auto;
	width: 170px;
	margin: 0 auto;
	margin: 5px;
	overflow: hidden;
	float: left;
}
#list .photo img{
	padding: 0px;
	border: 5px solid #DDC47D;
}
#list .info_right{
	height: auto;
	width: 490px;
	float: right;
	
	
	}
#list .download {
	height: auto;
	width: 97px;
	color: #FFFFFF;
	float: right;
	font-size: 12px;
	background-image: url(date_png.png);
}
#list .caption {
	height: auto;
	width: 100%;
	padding: 5px 0px 0px 0px;
	color: #FF7F00;
	font-weight: bold;
	text-align: left;
	float: right;
}
#list .caption A:link {
	color: #FF7F00 ;
	TEXT-DECORATION: none;
}
#list .caption A:visited {
	color:#FF7F00;
	TEXT-DECORATION: none;
}
#list .caption A:hover {
	COLOR: #930;
	
}
#list .txt {
	height: auto;
	width: 100%;
	padding: 2px 0px 0px 0px;
	color: #000000;
	text-align: left;
	font-size: 13px;
	float: right;
	letter-spacing: 1px;
	line-height: 20px;
}
/***最新消息內頁*********************************************************/
#list2 {
	width: 100%;
	height: auto;
	min-height: 300px;
	color: #000000;
	margin: 0 auto;
}
#list2 .left {
	width: 530px;
	height: auto;
	float: left;
}
#list2 .right {
	width: 130px;
	height: auto;
	float: right;
	background-color:#C8AD75;
}
#list2 .caption {
	width: 100%;
	height: 35px;
	font-size: 16px;
	color: #FF7F00;
	letter-spacing: 1px;
	font-weight: bold;
}
#list2 .date {
	width: 100%;
	height: 35px;
	padding-top: 10px;
	color: #B87716;
	font-size: 12px;
}
#list2 .photo_nav {
	width: 100%;
	height: 430px;
	;
}
#list2 .txt {
	width: 100%;
	height: auto;
	font-size: 13px;
	color: #000000;
	letter-spacing: 1px;
	margin-top: 20px;
}

#list2 .photos_nav {
	width: 100px;
	height: auto;
	padding: 6px;
	margin: 0 auto;
	text-align: center;
}

/************************************************************/

#list2 .photostyle {
	border: 5px solid #DDC47D;
}

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

/***分頁*******************************************************/
#pages {
	width: 700px;
	font-size: 15px;
	color: #00468C;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	clear: both;
	margin:0 auto;
	padding: 20px 0;
}
#pages.lin{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
	margin-top:20px;
}
#pages .table{
	height: 28px;
	width: 647px;
	margin: auto;
}
#pages .pgs a {
	color: #A38340;
	text-decoration: none;
	margin:5px;
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	border: 1px solid #CFCFCF;
	float: left;
	padding: 1px 11px;*/
}

#pages .pgs a:hover,
#pages .pgs a.link {
	color: #664C00;
}


/***分頁*******************************************************/
/***分頁*******************************************************/

#pages_back {
	width: 100%;
	height: auto;
	padding: 10px 0px 10px 0px;
	margin: 0 auto;
	text-align: center;
	border-top:1px solid #D5CFBF;
}
/***分頁*******************************************************/
#photo-next{
	cursor:pointer;
	}
#photo-prev{
	cursor:pointer;
	}
