
/* 首頁輪播大照片細框
***************************************************************************/
.photo_line01 {
 border: 1px solid #d4d4d4;
}

/* 相簿邊框設定
***************************************************************************/
.photo_box {
	border: 1px solid #d4d4d4;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.photo_box_c {
	background: transparent url(img.php.png) no-repeat bottom right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.photo_box_c2 {
	background: transparent url(img2.php.jpg) no-repeat bottom right;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.photo_box_c3 {
	background: transparent url(img3.php.jpg) no-repeat bottom right;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}

/* 相簿間距設定
***************************************************************************/
.margen_15{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.margen_20{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}
/* 相片標題設定字形
***************************************************************************/

.text_14red {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

