@charset "utf-8";
/* CSS Document */
#container{
	width: 705px;
	height: auto;
	min-height: 300px;
	float: left;
	margin: 20px 0px 50px 36px;
	line-height: 24px;
	color: #464646;
}
#list {
	margin: 0 25px 0 0px;
	width: 700px;
	height: auto;
	font-size: 13px;
	line-height: 25px;
	color: #525252;
}
#list .color_01 {
	font-size: 15px;
	color: #666;
	font-weight: bold;
}
#list A:link {
	color: #666;
	TEXT-DECORATION: none;
}
#list A:visited {
	color: #666;
	TEXT-DECORATION: none;
}
#list A:hover {
	color: red;
	TEXT-DECORATION: underline;
}
/**********************************************/

#list2{
	margin: 0 25px 0 0px;
	width: 700px;
	height: auto;
	font-size: 13px;
	line-height: 25px;
	color: #525252;	
	
}

.photostyle {
	padding: 5px;
	background-color: #FFF;
	border: 1px #CCCCCC solid;
}
#list2 .frame_a {
	width: 756px;
	height: auto;
	float: left;
}
#list2 .frame_a_bg {
	width: 756px;
	height: auto;
	float: left;
	padding: 0px 0px 0px 0px;
	background-image: url(../services/td3.jpg);
}
#list2 .frame_a_photo {
	width: 430px;
	height: auto;
	float: left;
	padding: 10px 0px 0px 5px;
}
#list2 .frame_a_content {
	width: 775px;
	height: auto;
	float: left;
}
#list2 .frame_a_time {
	width: 93px;
	height: auto;
	padding: 0px 30px 0px 10px;
	float: left;
}
#list2 .frame_a_photo_s {
	width: 39px;
	height: auto;
	float: left;
	border: 1px #ccc solid;
	background-color: #FFF;
	padding: 2px 0px 2px 0px;
	margin: 0px 5px 8px 5px;
}
#list2 .frame_a_photo_s_hidden {
	width: 35px;
	height: 33px;
	overflow: hidden;
}
/***分頁*******************************************************/
#pages {
	width: 100%;
	font-size: 13px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	height:auto;
	
	margin-top: 10px;
	padding: 10px 0 0 0;
	text-align:center;
}
#pages .pgs a {
	color: #333;
	text-decoration: none;
	margin: 2px;
	padding: 5px;
	font-weight: bold;
}

#pages .pgs a:hover {
	color: #900;
}

#pages .back{
	color: #79798B;
}
#pages .back a{
	text-decoration: underline;
	color: #79798B;
}
#pages .back a:hover{
	color: #A8A8B7;
}


/***分頁*******************************************************/
