﻿/* CSS_Template.css*/



/* ---------- BODY ---------- */




body {  
	margin:0px 0px 0px 0px;
	padding:0px;   /*自身的上下左右距離*/
	text-align: center;
	background-image:url(/img/2_album/template/10001/10001_bg.jpg);
	background-color:#ffffff; 



}


/*連結*/
A {
	color: #F0071A5;
	text-decoration:underline;}

A:link , A:visited
{	color:#0071A5;
	text-decoration:underline;}

A:active , A:hover
{	color:#0071A5;
	text-decoration:underline;}
}



#container { /*內容*/
	margin: 0px auto;
	text-align: left;
	background-image:url();
	background-repeat:no-repeat;   /*背景不重複*/
	}


/* ---------- text & title--------- */

#text, .text ,table,tr,td,th { /*文字*/
	font-family: "Arial", "新細明體";
	font-size: 12;
	line-height: 20px;
	color:#898989;
}

.text-16 {  /*相簿列表+相本內文介紹*/
	font-size: 16px;
	line-height: 22px;
}

/* ---------- photo-bg --------- */



#album2-bg, .album2-bg { /*個人相簿背景圖-小張*/
	background-repeat:no-repeat;   /*背景不重複*/
        background-attachment : fixed ;   /*背景固定不動*/
	background-image:url(/img/2_album/template/10001/10001_bg-2.gif);

}



/* ---------- hr --------- */

#hr, .hr {   /*分隔線*/
	filter:alpha(opacity=100);-moz-opacity:0.8;opacity: 0.8;
}