/* CSS Life_Memorial生命紀念館 */
/*超連結樣式*/
a:link{
	color:#333;
	text-decoration:none;
	}
a:visited{
	color:#333;
	text-decoration:none;
	}
a:hover{
	color:#F36;
	text-decoration:underline;
	}
a:active{
	color:#F36;
	text-decoration:underline;
	}
/*網頁TOP超連結*/
#S07 a:link{
	color:#FFF;
	text-decoration:none;
	}
#S07 a:visited{
	color:#FFF;
	text-decoration:none;
	}
#S07 a:hover{
	color:#FFF;
	background-color:#CCC;
	text-decoration:none;
	}
#S07 a:active{
	color:#013005;
	background-color:#E2FEE6;
	text-decoration:none;
	}
/*L32S08影片*/
#L03S08 a:link{
	color:#DAFEDE;
	text-decoration:none;
	}
#L03S08 a:visited{
	color:#DAFEDE;
	text-decoration:none;
	}
#L03S08 a:hover{
	color:#FF0;
	text-decoration:underline;
	}
#L03S08 a:active{
	color:#FF0;
	text-decoration:underline;
	}
#marquee a:link{
	color:#CA0065;
	text-decoration:none;
	}
#marquee a:visited{
	color:#CA0065;
	text-decoration:none;
	}
#marquee a:hover{
		color:#CA0065;
	text-decoration:underline;
	}
#marquee a:active{
		color:#CA0065;
	text-decoration:underline;
	}
/*網頁TOP超連結*/
/*#P_Top a:link{
	color:#660000;
	text-decoration:none;
	}
#P_Top a:visited{
	color:#660000;
	text-decoration:none;
	}
#P_Top a:hover{
	color:#660000;
	background-color:#FFCC33;
	text-decoration:none;
	}
#P_Top a:active{
	color:#660000;
	background-color:#FFCC33;
	text-decoration:none;
	}*/
/*網頁無障礙超連結*/
/*#P_Key a:link{
	color:#83CFB3;
	text-decoration:none;
	}
#P_Key a:visited{
	color:#83CFB3;
	text-decoration:none;
	}
#P_Key a:hover{
	color:#000000;
	text-decoration:none;
	background-color:#FFFFFF;
	}
#P_Key a:active{
	color:#000000;
	background-color:#FFFFFF;
	text-decoration:none;
	}*/
/*黑底使用超連結*/
/*#P_iframe a:link{
	color:#FFFFFF;
	text-decoration:none;
	}
#P_iframe a:visited{
	color:#FFFFFF;
	text-decoration:none;
	}
#P_iframe a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#FFFFFF;
	}
#P_iframe a:active{
	color:#FFFFFF;
	background-color:#FFFFFF;
	text-decoration:none;
	}*/
/*字距0.3與行距1.5*/
.em1{
	letter-spacing: 0.3em; 
	line-height:1.5;
	}
/*字距0.3與行距2*/
.em2{
	letter-spacing: 0.3em; 
	line-height:2;
	}
/*字距0.1與行距1.5*/
.em3{
	letter-spacing: 0.1em; 
	line-height:1.5;
	}
/*字距0.1與行距2*/
.em4{
	letter-spacing: 0.1em; 
	line-height:2;
	}
/*設定網頁置中*/
/*#center{
	margin-left:auto;
	margin-right:auto;
	}*/
/*設定縮排與字距0.3、行距1.5*/
/*.em1{
	text-indent:30%;
	letter-spacing: 0.3em; 
	line-height:1.5;
	}*/
/*跑馬燈*/
.News{
	height:  30px;  
    width:   600px; 
   	padding: 0; 
    margin:  0;
	line-height:33px;
}
/*相簿框、底色*/
.style01{
	border-top-color:#DFD8D7;
	border-top-style:solid;
	border-top-width:2px;
	border-bottom-color:#DFD8D7;
	border-bottom-style:solid;
	border-bottom-width:2px;
	background-color:#E8E8E8;
}


	