@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 0px 0px;
	border-bottom: 1px #D5CFBF solid;
	
}

#list .photo {
	height: auto;
	width: 150px;
	margin: 0 auto;
	margin: 5px;
	overflow: hidden;
	float: left;
}
#list .photo img{
	padding: 0px;
	border: 5px solid #DDC47D;
}
#list .info_right{
	height: auto;
	width: 520px;
	float: right;
	padding-top: 10px;
	
	
	}
#list .date {
	height: 22px;
	width: 80px;
	padding: 3px 0px 0px 15px;
	color: #FFFFFF;
	text-align: left;
	float: left;
	font-size: 12px;
	background-image: url(date_png.png);
}
#list .caption {
	height: auto;
	width: 100%;
	padding: 5px 0px 0px 0px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	float: right;
}
#list .caption A:link {
	color: #664C00 ;
	TEXT-DECORATION: none;
}
#list .caption A:visited {
	color: #664C00;
	TEXT-DECORATION: none;
}
#list .caption A:hover {
	COLOR: #993300;
	
}
#list .txt {
	height: auto;
	width: 100%;
	padding: 2px 0px 0px 0px;
	color: #000000;
	text-align: left;
	font-size: 13px;
	float: right;
	letter-spacing: 2px;
	line-height: 20px;
}
/***最新消息內頁*********************************************************/
#list2 {
	width: 100%;
	height: auto;
	min-height: 300px;
	color: #000000;
	margin: 0 auto;
}
#list2 .left {
	width: 550px;
	height: auto;
	float: left;
}
#list2 .right {
	width: 90px;
	height: auto;
	float: right;
}
#list2 .caption {
	width: 100%;
	height: 35px;
	font-size: 16px;
	color: #664C00;
	letter-spacing: 1px;
	font-weight:bold;
	border-bottom: 1px #D5CFBF solid;
}
#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 .photostyle_s:hover {
	border-color: #F90;
}
#list2 .photos_nav {
	width: 80px;
	height: auto;
	padding: 5px;
}
#list2 .photostyle_s img {
	padding: 3px;
	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 {
	border: 5px solid #DDC47D;
}
#list2 .photostyle_s {
	
	border: 3px 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;
}
/***分頁*******************************************************/
