@charset "utf-8";
/* CSS Document */
#container {
	width: 710px;
	height: auto;
	margin: auto;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 0px;
	
}
#container2 {
	width: 682px;
	height: auto;
	margin: auto;
	letter-spacing: 0px;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	border: 1px #DDDDDD solid;
	background-image: url(../wrapper/container_bg.png);
	box-shadow: 0px 5px 10px 1px lightgray;
	padding: 30px;
	
}
#list {
	width: 100%;
	height: auto;
	float:left;
}
#list .photobox {
	width:710px;
	height: auto;
	padding:0 0 0 0;
	margin-bottom:10px;
	float:left;
	border:1px solid #DDDDDD;
	}
#list .caption_frame {
	width:710px;
	height:44px;
	background-image:url(bg.jpg);
	}
#list .caption_frame:hover {

	background-image:url(bg-.jpg);
	}
#list .caption_frame:hover a{

	color: #CA1533;
	text-decoration: none;
	}
#list .caption {
	width:580px;
	height:32px;
	margin:0 0 0 0;
	padding:12px 0 0 50px ;
	font-size: 15px;
	letter-spacing: 2px;
	float:left;

	}
#list .caption a {
	color:#000000;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}


#list .btn {
	width:80px;
	height:44px;

	float:left;

	}
#list .des {
	width:680px;
	height: auto;
	padding:15px 15px 15px 15px;
	}
/***最新消息內頁*********************************************************/
#list2 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
#list2 .left {
	width: 500px;
	height: auto;
	float: left;
	margin:20px 0 20px 0 ;
}

#list2 .right {
	width: 106px;
	height: auto;
	margin: 0 0px 0 0;
	float: right;
}
#list2 .caption {
	width: 560px;
	height: auto;
	padding: 30px 0 0 10px;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1px;
	font-weight: bold;
	float: right;
}
#list2 .date {
	width: 100px;
	height: 55px;
	padding:20px 0 0 0;
	float: left;
	color: #492D0A;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	background-color:#888888;
	text-align:center;
	color:#FFF;
}
#list2 .date span{ font-size:30px;}

#list2 .photo_nav {
	width: 642px;
	height: auto;
	padding: 0px 20px 0px 20px;
	margin-top: 20px;
	float: left;
	border: 1px #888888 solid;
}
#list2 .txt {
	width: 100%;
	height: auto;
	letter-spacing: 1px;
	padding-top: 20px;
}


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